-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (127 loc) · 4.5 KB
/
index.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!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></title>
<link rel="shortcut icon" href="favicon.jpg" type="image/x-icon">
<link rel="stylesheet" href="Page.css">
</head>
<body>
<nav class="Navbar">
<img src="logo.svg" alt="">
<div class="Navbar-item">
<a href="">Home</a>
<a href="">About</a>
<button id="first-btn">Hire Me</button>
</div>
<div class="menu">
<img class="hamburger" src="menu.png" alt="">
<img class="close-menu hide" src="close.svg" alt="">
</div>
</nav>
<div class="mobile-nav">
<div>
<h3>
Projects
</h3>
<img src="Linee.jpg" alt="">
</div>
<div>
<h3>
About Me
</h3>
<img src="Linee.jpg" alt="">
</div>
<div>
<h3>
Resume
</h3>
<img src="Linee.jpg" alt="">
</div>
</div>
<script src="script.js"></script>
<section class="B-section">
<section class="firstbody">
<div class="left1">
<p>
Welcome!
</p>
<div class="name">
Anumba Chibuike
</div>
<p id="About">
I am a developer with a passion for building innovative
and user-friendly software applications. Here are
information about my skills, experience, and the projects.
</p>
<button id="second-btn">See My Projects</button>
</div>
<div class="right1">
<img src="first.jpg" alt="">
</div>
</section>
<section class="secondbody">
<div class="left2">
<img src="pix.jpg" alt="">
</div>
<div class="right2">
<h2>
ABOUT ME
</h2>
<p>
I have experience in a variety of programming languages such as Java, Python,
JavaScript, and Ruby. I also have expertise in web development, including front-end
development with HTML, CSS, and JavaScript,
as well as back-end development with frameworks such as Ruby on Rails and Django.
</p>
</div>
</section>
<section class="thirdbody">
<div class="left3">
<h2>
Projects
</h2>
<p>
I have completed several projects that demonstrate my skills and expertise. Some of these include:
</p>
<ul>
<li> A web-based chat application using React and Node.js</li>
<li>A mobile application for tracking fitness goals using React Native and Firebase.</li>
<li>An e-commerce website using Ruby on Rails and Stripe.</li>
</ul>
<p>
If you would like to see more examples of my work, please don't hesitate to contact me. I am always
looking for new and exciting projects to work on and would love to hear from you.
</p>
<p>
Thank you for visiting my portfolio website.
</p>
</div>
<div class="right3">
<img src="frame.jpg" alt="">
</div>
</section>
<footer>
<div class="footer-Img">
<img src="logo.svg" alt="">
</div>
<div class="centerfoot">
<div class="face">
<img src="facebook.svg" alt="">
</div>
<div class="twitter">
<img src="twitter.svg" alt="">
</div>
<div class="insta">
<img src="iG.svg" alt="">
</div>
</div>
<p>
@2023 SAMMY JONATHAN
</p>
</footer>
</section>
</body>
</html>