-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
357 lines (352 loc) · 15.2 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/bulma/bulma.css" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="shortcut icon" href="images/favicon/favicon.png" />
<title>Someone's Portfolio</title>
</head>
<body>
<div class="columns">
<div class="column is-2"></div>
<div class="column is-7">
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#my-project">My Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<header class="section">
<section>
<figure>
<img
sizes="(max-width: 880px) 100vw, 880px"
srcset="
/images/profile/9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_200.jpg 200w,
/images/profile/9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_399.jpg 399w,
/images/profile/9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_564.jpg 564w,
/images/profile/9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_754.jpg 754w,
/images/profile/9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_880.jpg 880w
"
src="9537968_avatar-web-developer-coder-avatar-hd-png-download_qicmxl_c_scale,w_880.jpg"
alt=""
/>
</figure>
<h1>Name LastName</h1>
<h4>Developer</h4>
</section>
<address>
<div>
<p>Phone:</p>
<a href="tel:+12345678900">+1 (234) 567-8900</a>
</div>
<div>
<p>E-mail:</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">GitHub</a></li>
</ul>
</div>
</address>
</header>
<main>
<!-- Presentation - Start -->
<section class="section" id="about">
<h2 class="title">Hi_</h2>
<p class="content is-medium" title="Some text about me.">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Facilis
voluptatum, ipsa dolorem fugit similique, sunt, modi consequatur
minus incidunt numquam commodi enim libero delectus maxime veniam
aperiam expedita cupiditate corrupti totam! Quis, deleniti labore
sint aut aliquam, accusantium expedita delectus ipsam dicta nam
enim molestiae mollitia ad! Doloremque reiciendis, corrupti
ducimus minima sapiente quam excepturi, velit at odio amet nemo
fuga dolorum magni aperiam, praesentium ipsam officia! Nesciunt
nulla ullam voluptate ipsa nobis qui asperiores ad maiores sint,
blanditiis fuga expedita provident eligendi voluptatem pariatur
culpa saepe architecto voluptatum ut. Molestias repellendus
commodi, consectetur est tempore animi accusantium reiciendis
unde.
</p>
<a href="#"
><button class="button is-danger">DOWNLOAD MY CV</button></a
>
</section>
<!-- Presentation - End -->
<!-- Resume - Start -->
<section class="section" id="resume">
<h2 class="title line">Resume</h2>
<!--Education - Start -->
<article class="block">
<h3 class="subtitle">Education</h3>
<div class="box">
<h4>IFS</h4>
<h5 class="title is-7">2005 - 2008</h5>
<p>
Lorem ipsum, sit amet consectetur adipisicing elit. Rem ea
architecto sed ipsam nihil dolor soluta provident libero
impedit reprehenderit, aliquam officiis mollitia nobis quae?
</p>
</div>
<div class="box">
<h4>McMaster</h4>
<h5 class="title is-7">2005 - 2008</h5>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Rem
alias, quia dolorum, nisi hic ad impedit iure natus
accusantium tempore perferendis magni soluta debitis vel?
</p>
</div>
<div class="box">
<h4>Institute</h4>
<h5 class="title is-7">2005 - 2008</h5>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Rem
alias, quia dolorum, nisi hic ad impedit iure natus
accusantium tempore perferendis magni soluta debitis vel?
</p>
</div>
</article>
<!--Education - End -->
<!--Employment - Start -->
<article class="block">
<h3 class="subtitle">Employment</h3>
<div class="box">
<h3>Army</h3>
<h5>2005 - 2008</h5>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Similique omnis repellendus, quis dolores laudantium
blanditiis quod sapiente, velit nihil delectus veniam?
Doloribus laboriosam reprehenderit fugit.
</p>
</div>
<div class="box">
<h3>MC Engineering</h3>
<h5>2005 - 2008</h5>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Recusandae iste, dolore voluptas deleniti culpa hic, neque,
facilis labore illum harum exercitationem suscipit reiciendis
ea error!
</p>
</div>
<div class="box">
<h3>Institute</h3>
<h5>2005 - 2008</h5>
<p>A quick review about it</p>
</div>
</article>
<!--Employment - End -->
<!--Skills - Start -->
<article class="block">
<h3 class="subtitle">Skills</h3>
<div class="box">
<h3>Technical</h3>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Javascript</li>
<li>jQuery</li>
<li>Bootstrap 3</li>
<li>Grunt</li>
<li>Git</li>
<li>Adobe Photoshop</li>
</ul>
</div>
<div class="box">
<h3>Soft</h3>
<ul>
<li>Communication</li>
<li>Critical Thinking</li>
<li>Leadership</li>
<li>Positive Attitude</li>
<li>Teamwork</li>
<li>Work Ethic</li>
<li>Collaboration</li>
<li>Persuasion</li>
</ul>
</div>
</article>
<!--Skills - End -->
</section>
<!-- Resume - End -->
<!-- My projects - Start -->
<section class="section" id="my-project">
<h2>My Projects</h2>
<nav>
<ul>
<li>
<a href="#">All</a>
</li>
<li>
<a href="#">Responsive</a>
</li>
<li>
<a href="#">Mobile Apps</a>
</li>
<li>
<a href="#">Digital Marketing</a>
</li>
</ul>
</nav>
<div>
<article>
<figure>
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_200.jpg 200w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_476.jpg 476w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_690.jpg 690w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_865.jpg 865w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1021.jpg 1021w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1192.jpg 1192w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1329.jpg 1329w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg 1400w
"
src="/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg"
alt=""
/>
</figure>
<div>
<h2 title="More words for your project">
Here you can write a project name.
</h2>
<p>
Here you can write about you project. Describe as many as
possible about what you made.
</p>
<h4>Used Stack</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JSCRIPT</li>
</ul>
<a href="#">www.myproject.com</a>
<a href="#">www.github.com/myrepository</a>
</div>
</article>
<article>
<div>
<figure>
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_476.jpg 476w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_200.jpg 200w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_690.jpg 690w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_865.jpg 865w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1021.jpg 1021w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1192.jpg 1192w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1329.jpg 1329w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg 1400w
"
src="/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg"
alt=""
/>
</figure>
<div>
<h2 title="More words for your project">
Here you can write a project name.
</h2>
<p>
Here you can write about you project. Describe as many as
possible about what you made.
</p>
<h4>Used Stack</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JSCRIPT</li>
</ul>
<a href="#">www.myproject.com</a>
<a href="#">www.github.com/myrepository</a>
</div>
</div>
</article>
<article>
<div>
<figure>
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_476.jpg 476w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_200.jpg 200w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_690.jpg 690w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_865.jpg 865w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1021.jpg 1021w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1192.jpg 1192w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1329.jpg 1329w,
/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg 1400w
"
src="/images/my-projects-1/benjamin-dada-BLxjjscm7ho-unsplash_ckj8xs_c_scale,w_1400.jpg"
alt=""
/>
</figure>
<div>
<h2 title="More words for your project">
Here you can write a project name.
</h2>
<p>
Here you can write about you project. Describe as many as
possible about what you made.
</p>
<h4
title="Here you can see kinds of stacks that i used on my projects."
>
Used Stack
</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JSCRIPT</li>
</ul>
<a href="#">www.myproject.com</a>
<a href="#">www.github.com/myrepository</a>
</div>
</div>
</article>
</div>
</section>
<!-- My projects - End -->
</main>
<footer class="section" id="contact">
<h2>Contact</h2>
<address>
<div>
<p>Phone:</p>
<a href="tel:+12345678900">+1 (234) 567-8900</a>
</div>
<div>
<p>E-mail:</p>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</address>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Linkedin</a></li>
<li><a href="#">GitHub</a></li>
</ul>
<form action="" method="">
<p>Or just write me a letter here_</p>
<input type="text" placeholder="Your name" required />
<input type="email" placeholder="Your e-mail" required />
<textarea placeholder="Type the message here" required></textarea>
<button type="submit">Send</button>
</form>
<small>© 2020 DuProjects. All Rights Reserved</small>
</footer>
</div>
<div class="column is-3"></div>
</div>
</body>
</html>