-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal portfolio.html
91 lines (89 loc) · 3.8 KB
/
personal portfolio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="personal prtfolio.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<h1>JAMES CHUKWU</h1>
<nav>
<ul>
<li><a href="">Home Page</a></li>
<li><a href="">About</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Achievement</a></li>
</ul>
</nav>
</header>
<div class="container">
<h2><br>About Me!</h2>
<h3>Thank you for your interest, here is a quick story of myself and my website.<br>
James Chukwu; A Web Developer and an Alumni of GIIT Africa.<br>
He loves and solve programming problems in a most efficient ways.<br>
Apart from GIIT Africa, he is an alumnus of Future Academy Afirca as well.<br>
I do my work in HTML, CSS, JAVASCRIPT and REACT.<br>
Besides these, i am quite familiar with PHP and a bit of backend as well.<br>
This Website is basically one of my web development project which is built with using HTML and CSS only. thanks again for reading this.
</h3>
</div>
<div class="projects">
<h1>Projects!</h1>
<ul>
<li>Property Website</li>
<li>Personal Website</li>
<li>Prallax Website</li>
<li>Registration Form</li>
<li>Travel Management System</li>
<li>To-do-list App</li>
<li>Subscription Form</li>
<li>Contact Saver</li>
</ul>
</div>
<div class="achievements">
<h1>Achievements!</h1>
<p>Best Junior Front end Web Developer at GIIT Africa</p>
<p>Ambassador- Beta Tech</p>
<p>Created applications to solve problems in the organization</p>
<p>Developed my team working skills by working in close collaboration with other developers</p>
</div>
<div class="change">
<h1>Contact!</h1>
<form action="">
<label for="first"><br>
first name<br>
<input class="daniel" type="text" id="first" name="first" required>
</label>
<label for="second"><br>
second Name<br>
<input class="daniel" type="text" id="second" name="second" required>
</label>
<label for="Email"><br>
Email<br>
<input class="daniel" type="Email" id="Email" name="Email">
</label>
<label for="phone"><br>
phone number<br>
<input class="daniel" type="Tel" id="phone" name="phone"><br>
</label><br>
<textarea name="" id="" cols="30" rows="10" placeholder="message"></textarea><br>
<button>submit</button>
</form>
</div>
<footer>
<div class="move">
<h2>Socials!</h2>
<li><a href=""><i class="fa-brands fa-twitter"></i>Twitter</a></li>
<li><a href=""><i class="fa-brands fa-facebook"></i>Facebook</a></li>
<li><a href=""><i class="fa-brands fa-instagram"></i>Instagram</a></li>
<li><a href=""><i class="fa-brands fa-linkedin"></i></i>linkedin</a></li>
</div>
<p>©CopyRight by James. All rights reserved</p>
</footer>
</body>
</html>