-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
283 lines (258 loc) · 8.42 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!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" />
<meta
name="description"
content="Author: Amedzro Emmanuel Elikplim, School: Microverse, Project: Portfolio"
/>
<link rel="stylesheet" href="menu.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="project.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
as="style"
onload="this.onload = null; this.rel = 'stylesheet'"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap"
/>
<link
rel="preload"
as="style"
onload="this.onload = null; this.rel = 'stylesheet'"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap"
/>
<link
rel="preload"
as="style"
onload="this.onload = null; this.rel = 'stylesheet'"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<title>Portfolio</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-N8Y98R3965"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-N8Y98R3965");
</script>
</head>
<body class="main-body">
<!--header-->
<header class="toolbar d-flex align-center">
<a href="#" class="logo">Elikplim</a>
<nav class="navbar-desktop">
<ul>
<li><a href="#porfolio-section" class="desktop-nav-links">Portfolio</a></li>
<li> <a href="#about-section" class="desktop-nav-links">About</a></li>
<li> <a href="#contact-section" class="desktop-nav-links">Contact</a></li>
<li> <a href="#contact-section" class="desktop-nav-links" ><i class="fa fa-envelope"></i></a></li>
</ul>
</nav>
<div class="bar-icon">
<i class="fa fa-bars"></i>
</div>
<!--mobile menu -->
<nav class="dropdown-menu">
<i class="fa fa-times dropdown-menu-icon"></i>
<ul class="menu-nav-links">
<li>
<a class="nav-links" href="#porfolio-section">
<h3>Portfolio</h3>
<i class="fa fa-chevron-right chevron-icon"></i>
</a>
</li>
<li>
<a class="nav-links" href="#about-section">
<h3>About.</h3>
<i class="fa fa-chevron-right chevron-icon"></i>
</a>
</li>
<li>
<a class="nav-links" href="#contact-section">
<h3>Contact</h3>
<i class="fa fa-chevron-right chevron-icon"></i>
</a>
</li>
</ul>
</nav>
<!--end of mobile menu-->
</header>
<!--header ends here-->
<!--headline sections-->
<section
class="headline-section d-flex align-center justify-center d-col"
id="porfolio-section"
>
<h1>Amedzro Elikplim Emmanuel</h1>
<h2>Software Developer</h2>
<p>
I can help you build a product , feature or website. Look through some of
my work and experience! If you like what you see and have a project you
need coded, don’t hestiate to contact me.
</p>
</section>
<!--headline sections ends here-->
<hr class="horizontal-line" />
<!--about sections-->
<section class="about-section" id="about-section">
<div class="skill-set">
<h3 class="title">Languages</h3>
<ul class="skills">
<li>Javascript</li>
<li>Java</li>
<li>Ruby</li>
<li>Html</li>
<li>Css</li>
</ul>
</div>
<div class="skill-set">
<h3 class="title">Frameworks</h3>
<ul class="skills">
<li>Bootstrap</li>
<li>Ruby on rails</li>
<li>React</li>
<li>Angular</li>
<li>Node</li>
</ul>
</div>
<div class="skill-set">
<h3 class="title">Skills</h3>
<ul class="skills">
<li>Git</li>
<li>Github</li>
<li>Codepen</li>
<li>Figma</li>
<li>Terminal</li>
</ul>
</div>
</section>
<!--about sections ends here-->
<hr class="horizontal-line" />
<!--section for social links and icons-->
<div class="work-section-container">
<div class="work-section-title-container1">
<i class="fa fa-arrow-down work-icon"></i>
<h3 class="work-section-title">Work</h3>
</div>
<div class="social-icons">
<ul>
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/emmanuel-elikplim-amedzro-187590125/"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://twitter.com/ElikplimAmedzro"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-facebook"></i></a>
</li>
</ul>
</div>
<!--section for social links and icons ends here-->
<div class="work-section-title-container2">
<i class="fa fa-arrow-down work-icon"></i>
<h3 class="work-section-title">Work</h3>
</div>
</div>
<!--work section-->
<section class="work-section">
<h2 class="recent-work">MY RECENT WORK</h2>
<div class="work-section-hr">
<hr class="horizontal-line" />
</div>
</section>
<!--work section ends here-->
<!--footer-->
<footer class="contact-container" id="contact-section">
<h3 class="contact">CONTACT US</h3>
<h3 class="chat">Let's Chat</h3>
<p>
If you have an application you are interested in developing, a feature
that you need built or a project that needs coding. I’d love to help
with it
</p>
<form id="form">
<ul class="form-input-container">
<li>
<label for="name"></label>
<input
class="input"
type="text"
name="user-name"
id="name"
required
maxlength="30"
placeholder="Enter name..."
/>
</li>
<li>
<label for="email"></label>
<input
class="input"
type="email"
name="user-email"
id="email"
required
placeholder="[email protected]..."
/>
</li>
<li>
<label for="textarea"></label>
<textarea
class="client-message"
name="message"
id="textarea"
cols="30"
rows="10"
required
maxlength="500"
placeholder="Enter text here"
></textarea>
</li>
<li>
<button type="submit" class="submit-message-button">Send</button>
</li>
</ul>
<div id="error"></div>
</form>
<div class="icons-and-text">
<ul class="footer-social-icons">
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/emmanuel-elikplim-amedzro-187590125/"><i class="fab fa-linkedin-in"></i></a>
</li>
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="https://twitter.com/ElikplimAmedzro"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/Amedzro-Elikplim"><i class="fab fa-facebook"></i></a>
</li>
</ul>
<p class="developer-email">[email protected]</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>