generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
281 lines (216 loc) · 9.19 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
<!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="style.css">
<!-- =====favicon======= -->
<link href="./assets/icons/abraham.jpg" rel="icon">
<title>Abraham Portfolio</title>
</head>
<body>
<main class="container">
<!-- header section -->
<nav class="nav-container ">
<a href="#" id="nameLogo">Cabraham</a>
<!-- <a href="#" class="imgLogo" id="navIcon"><img class="imgLogo" src="./assets/icons/Union.svg" alt="line-menu"></a> -->
<ul class="nav-menu">
<li class="nav-item">
<a href="#portfolio" class="nav-link" id="portfolio-link">Portfolio</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link" id="about-link">About</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link" id="contact-link">Contact</a>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<!-- modal section -->
<!-- intro section -->
<div class="intro">
<!-- main text content -->
<div class="text-container">
<h1 class="primary-text">I’m Abraham Glad to see you!</h1>
<!-- dividerText -->
<div class="dividerText"></div>
<p class="secondary-text">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
hestiate
to contact me.</p>
</div>
<!-- dividerText -->
<div class="dividerText"></div>
<!-- call to action text -->
<div class="link-container">
<a href="#" class="link-text">LET’S CONNECT</a>
</div>
<!-- social media icons -->
<div>
<ul class="social-container social-container-DK social-container-1">
<li>
<a href="https://twitter.com/_Cabraham" target="_blank" rel="noopener noreferrer"><img
class="social twitter" src="./assets/icons/twitter.svg" alt="twitter"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abrahamchristopher/" target="_blank" rel="noopener noreferrer"><img
class="social linkedin move" src="./assets/icons/Linkedinicon.svg" alt="linkedin"></a>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer">
<img class="social meduim move" src="./assets/icons/medium.svg" alt="medium"></a>
</li>
<li>
<a href="https://github.com/Cabraham1" target="_blank" rel="noopener noreferrer">
<img class="social github move" src="./assets/icons/github.svg" alt="github"></a>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer">
<img class="social agenllist move" src="./assets/icons/angellist.svg" alt="agenllist"></a>
</li>
</ul>
</div>
</div>
<!-- intro end -->
<div class="workDivider"></div>
<div class="main-workContainer">
<!-- portfolio section -->
<div class="card" id="card">
</div>
<!-- project one end -->
<!-- about me section starts hereby -->
<section class="aboutMeContainer">
<div class="intro-aboutMe">
<div class="about-section">
<div class="text-container-about text-container-about-DK">
<h2 class="primary-text-about" id="about">About<br>Myself</h2>
<p class="secondary-text-about">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 aproject you need
coded,
don’t hestiate to contact me.
</p>
</div>
<!-- call to action text -->
<div class="linkDivid"></div>
<a href="#" class="link-text-DK link-text">LET’S CONNECT</a>
<!-- social media icons -->
<div>
<ul class="social-container social-container-DK">
<li>
<a href="https://twitter.com/_Cabraham" target="_blank" rel="noopener noreferrer"><img
class="social twitter" src="./assets/icons/twitter.svg" alt="twitter"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/abrahamchristopher/" target="_blank"
rel="noopener noreferrer"><img class="social linkedin move" src="./assets/icons/Linkedinicon.svg"
alt="linkedin"></a>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer">
<img class="social meduim move" src="./assets/icons/medium.svg" alt="medium"></a>
</li>
<li>
<a href="https://github.com/Cabraham1" target="_blank" rel="noopener noreferrer">
<img class="social github move" src="./assets/icons/github.svg" alt="github"></a>
</li>
<li>
<a href="" target="_blank" rel="noopener noreferrer">
<img class="social agenllist move" src="./assets/icons/angellist.svg" alt="agenllist"></a>
</li>
</ul>
</div>
<button type="submit" class="call-to-action-resume call-to-action-resume-DK">Get my resume</button>
</div>
<div class="language-section language-section-DK">
<div class="language language-DK">
<h2>Languages</h2>
<img class='language-dropdown' src="./assets/icons/Union3.svg" alt="drop-down">
</div>
<!-- javascript html css snippets -->
<div class="language-snippets-container language-snippets-container-DK">
<ul class="language-snippets language-snippets-DK ">
<li><img src="./assets/icons/Ellipse1.svg" alt="javascripticon"></li>
<li>
<p>JavaScript</p>
</li>
</ul>
<ul class="language-snippets language-snippets-DK ">
<li><img src="./assets/icons/Ellipse2.svg" alt="htmlicon"></li>
<li>
<p>HTML</p>
</li>
</ul>
<ul class="language-snippets language-snippets-DK">
<li class=""><img src="./assets/icons/Ellipse11.svg" alt="cssicon"></li>
<li>
<p>CSS</p>
</li>
</ul>
</div>
<div class="dvi">
<div class="language language-DK">
<h2>Frameworks</h2>
<img class='language-dropdown' src="./assets/icons/Union1.svg" alt="drop-down">
</div>
<hr class="hr-line">
<div class="language language-DK">
<h2>Skills</h2>
<img class='language-dropdown' src="./assets/icons/Union1.svg" alt="drop-down">
</div>
<hr class="hr-line">
</div>
</div>
</div>
</section>
<!-- contact us section -->
<section class="contact contact-DK">
<div class="contact-container">
<div class="contact-container-DK">
<h2 id="contact">Contact me</h2>
<p class="contact-P contact-P-DK">If you have an application you <br>are
interested in developing, a feature that you need to built or a
project that needs coding. i'd love to help with it</p>
<!-- form section -->
<form class="contact-form" action="https://formspree.io/f/mjvzkbwq" method="POST" id="form">
<ul class="form-section">
<li>
<label for="name">fullname</label>
<input type="text" name="name" class="input-DK" maxlength="30" placeholder="Please your name"
required>
</li>
<li>
<label for="email">email</label>
<input type="email" name="email" class="input-DK" placeholder="Enter a valid email " required>
</li>
<li>
<label for="message">drop your message</label>
<textarea name="message" cols="43" rows="9" maxlength="500" placeholder="Write your message here"
required class="input-DK"></textarea>
</li>
</ul>
<button type="submit" class="getInTouch getInTouch-DK">Get in Touch</button>
</form>
</div>
<small></small>
</div>
</section>
<!-- modal section -->
<section class="popups" id="popups">
</section>
</div>
</main>
<script src="./js/index.js"></script>
<script src="./js/projects.js" type="module"></script>
<script src="./js/validate.js"></script>
</body>
</html>