-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
234 lines (223 loc) · 7.45 KB
/
index.html
File metadata and controls
234 lines (223 loc) · 7.45 KB
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
<!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" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<title>Emmanuel</title>
<link rel="stylesheet" href="style.css" />
<script src="./script.js" defer></script>
</head>
<body>
<!-- -----------nav----------- -->
<div class="navbar">
<div class="nav-center">
<!-- header -->
<div class="nav-header">
<a href="index.html"><h1 class="logo">Emmanuel</h1></a>
<buttton class="toggle-btn">
<i class="fa-solid fa-bars"></i>
</buttton>
</div>
<!-- links -->
<div class="nav-links">
<ul class="show">
<img
class="close-icon"
src="./images/menu-Icon.svg"
alt="menu icon"
/>
<li><a href="#portfolio" class="nav-link">Portfolio</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- -----------End of nav----------- -->
<main class="page">
<!-- ---------hero section ----------->
<section class="hero">
<h1>
I'm Emmanuel.<br />
Grad to see you!
</h1>
<p>
I'm a software developer! 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 hesitate to contact
me.
</p>
<button class="hero-btn" type="button">let's connect</button>
<div class="hero-social">
<ul>
<li>
<a href="#"
><img src="./images/Linkedin icon.svg" alt="social"
/></a>
</li>
<li>
<a href="#"><img src="./images/medium.svg" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/github.svg" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/twitter.svg" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/angellist.svg" alt="social" /></a>
</li>
</ul>
</div>
</section>
<!-- ------------works section------- -->
<section class="works" id="portfolio"></section>
<!-- ----------about section -->
<section class="about" id="about">
<div class="about-myself">
<div class="about-title">
<h2>About Myself</h2>
</div>
<div class="about-text">
<p>
I'm a software developer! 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
hesitate to contact me.
</p>
</div>
<div class="btn">
<button class="hero-btn" type="button">let's connect</button>
</div>
<div class="about-social-icons">
<ul>
<li>
<a href="#"
><img src="./images/Linkedin icon.svg" alt="social"
/></a>
</li>
<li>
<a href="#"><img src="./images/medium.svg" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/github.svg" alt="social" /></a>
</li>
<li>
<a href="#"><img src="./images/twitter.svg" alt="social" /></a>
</li>
<li>
<a href="#"
><img src="./images/angellist.svg" alt="social"
/></a>
</li>
</ul>
</div>
<button class="simple-button" type="button">Get my resume</button>
</div>
<ul class="about-tools ul">
<li class="about-lang">
<div class="about-lang-top">
<div><h2>Languages</h2></div>
<div>
<i class="fa-solid fa-angle-down"></i>
</div>
</div>
<ul class="about-lang-bottom flex ul">
<li class="flex bg-n-300">
<div class="img">
<img src="./images/js.png" alt="" />
</div>
<div class="text"><p>JavaScript</p></div>
</li>
<li class="bg-n-300 flex">
<div class="img">
<img src="./images/html.png" alt="" />
</div>
<div class="text"><p>HTML</p></div>
</li>
<li class="bg-n-300 flex">
<div class="img">
<img src="./images/css.png" alt="" />
</div>
<div class="text"><p>CSS</p></div>
</li>
</ul>
</li>
<li class="about-frameworks">
<div><h2>Frameworks</h2></div>
<div>
<i class="fa-sharp fa-solid fa-angle-right"></i>
</div>
</li>
<li class="about-skills">
<div><h2>Skills</h2></div>
<div>
<i class="fa-sharp fa-solid fa-angle-right"></i>
</div>
</li>
</ul>
</section>
<!-- ----------contact section--------- -->
<section class="contact" id="contact">
<div class="contact-title">
<h2>Contact me</h2>
</div>
<div class="contact-text">
<p>
I'm a software developer! 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 hesitate to
contact me.
</p>
</div>
<div class="contact-form">
<form
id="form"
action="https://formspree.io/f/xbjezjgw"
method="POST"
>
<input
type="text"
name="Name"
class="name"
maxlength="30"
placeholder="Your Name"
required
/>
<input
type="email"
name="Email"
class="email"
placeholder="Your Email"
required
/>
<textarea
name="Message"
class="message"
maxlength="500"
placeholder="Write Your Message here"
required
></textarea>
<button class="simple-button" type="submit">Get in touch</button>
<p class="error"></p>
<h4 class="sent"></h4>
</form>
</div>
</section>
</main>
</body>
</html>