-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (328 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="description"
content="Phuc Nguyen, Junior Full Stack Developer"
/>
<meta name="keywords" content="Web Development, HTML, CSS, React, Node" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" />
</head>
<body>
<header>
<div class="header2">
<div class="container">
<div class="box box1">
<img src="./asset/images/phucavata.jpg" alt="Phuc Nguyen" />
</div>
<div class="box box2">
<h3>Phuc Nguyen</h3>
<em>Junior Full Stack Developer</em>
</div>
<div class="box box3"><address>Helsinki, Finland</address></div>
<div class="box box4">
<img src="./asset/images/logoIntegrify.svg" alt="" />
</div>
</div>
</div>
<div class="header1">
<div class="ready"><span>I am ready in:</span></div>
<div class="time">August 2019</div>
<div class="talented">
<span>Don't miss your Talented Developer</span>
</div>
<div class="late">
<div>
<a href="#contact">Contact</a> <a href="#home">Read more</a>
</div>
</div>
</div>
<div class="photosrc">
<p class="background-info-title" >Mu Cang Chai, Vietnam from
<a href="http://www.flickr.com/photos/23866512@N05" target="black" ></a>Photo by tu_geo</a>
</p>
</div>
</header>
<div class="wrapper">
<nav class="flex-nav nav-menutop">
<ul>
<li>
<a id="menu"> <i class="fas fa-bars"></i> <span>Menu</span> </a>
</li>
</ul>
</nav>
<nav class="flex-nav nav-menutoplink">
<ul>
<li><a href="#home"> Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<section class="home" id="home">
<div class="wrapper">
<h2>Introduction</h2>
<p class="para first-para">
Hi everybody, my name is <mark>Phuc Nguyen</mark>. This is my first
assignment in <strong>Integrify</strong>.
</p>
<p class="para" id="second-para">
Make a portfolio implementation is only using <sup>HTML</sup> and
<u>CSS</u>, try to use as many types of HTMLs tages as possible.
</p>
<details>
<summary>Read more about Integrify Academy </summary>
<ol>
<li>
Integrify teaches coding to talented immigrants and connects
graduates with tech jobs.
</li>
<li>
Integrify provides a 12-month state-of-the-art software developer
program teaching motivated and talented immigrants in modern
software development and placing graduates in jobs.
</li>
<li>
The course focuses on JavaScript, React/Redux and Node & Express
equipping students with a skill-set to work as software
developers. Teaching is lead by experienced software developers
</li>
<li>
The course is held 09-17 Monday to Friday leading in up to 1000
hours of pure coding.
</li>
</ol>
</details>
<table>
<tr>
<th>Skills</th>
<th>Level before Integrify</th>
<th>Level after Integrify</th>
</tr>
<tr>
<td>HTML</td>
<td class="seven">7</td>
<td class="nine">9</td>
</tr>
<tr>
<td>CSS</td>
<td>8</td>
<td>9</td>
</tr>
<tr>
<td>Javascript</td>
<td>6</td>
<td>8</td>
</tr>
<tr>
<td>React</td>
<td>1</td>
<td>4</td>
</tr>
<tr>
<td>Redux</td>
<td>0</td>
<td>4</td>
</tr>
<tr>
<td>Nodejs</td>
<td>2</td>
<td>5</td>
</tr>
<tr>
<td>MongoDB</td>
<td>1</td>
<td>3</td>
</tr>
</table>
</div>
</section>
<section class="skills" id="skills">
<div class="wrapper">
<h2>Skills</h2>
<div class="skill-flex">
<div class="plan plan1">
<h3>HTML, CSS</h3>
<p>I learn HTML,CSS for a long time.</p>
<ul class="feature">
<li>HTML advance</li>
<li>CSS advance</li>
<li>HTML5</li>
<li>CSS5</li>
<li>Web Analytic</li>
</ul>
<progress value="85" max="100"></progress>
</div>
<div class="plan plan2">
<h3>Javascript</h3>
<p>It is my language program, I use most</p>
<ul class="feature">
<li>Javascript baisc</li>
<li>jQuery</li>
<li>Nodejs</li>
<li>ES6</li>
</ul>
<progress value="70" max="100"></progress>
</div>
<div class="plan plan3">
<h3>React</h3>
<p>I've just learned it</p>
<ul class="feature">
<li>React baisc</li>
<li>Redux basic</li>
<li> </li>
<li> </li>
</ul>
<progress></progress>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="wrapper">
<h2>My projcets</h2>
<div class="projects">
<div class="project">
<i class="fab fa-html5"></i>
<div class="project_detail">
<h2>Portfolio</h2>
<p class="project_detail">
See at Github:
<a href="https://github.com/phucfi/portfolio">Click here </a>
</p>
</div>
</div>
<div class="project">
<i class="fab fa-js"></i>
<div class="project_detail">
<h2>Project 2</h2>
<p class="project_detail">
Our story Lorem ipsum dolor sit amet consectetur adipisicing
elit. Saepe, culpa!
</p>
</div>
</div>
<div class="project">
<i class="fab fa-react"></i>
<div class="project_detail">
<h2>Project 3</h2>
<p class="project_detail">
Our story Lorem . Ipsa praesentium error, tempore harum natus
necessitatibus dolorem optio iste vel. Nisi?
</p>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="wrapper">
<h2>Contact</h2>
<form>
<label for="fname">First Name (required)</label>
<input
type="text"
id="fname"
name="firstname"
placeholder="Your name.."
required
minlength="2"
maxlength="18"
size="20"
/>
<label>Last Name (required)</label>
<input
type="text"
id="lname"
name="lastname"
placeholder="Your last name.."
required
/>
<label>Email (required)</label>
<input
type="email"
id="email"
name="email"
placeholder="Your email.."
required
/>
<label>Age</label> <input type="number" id="age" min="16" max="100" />
<label>Region</label>
<input type="text" pattern="[Ff]innish|[Ss]wedish|[Dd]anish" />
<label for="choose">Would you prefer JavaScript or Python?</label>
<input id="choose" name="i_like" pattern="JavaScript|Python" />
<fieldset class="yourskills">
<legend>What skills of these you have?</legend>
<input type="checkbox" id="html" /><label for="html">HTML</label>
<input type="checkbox" id="css" /><label for="css">CSS</label>
<input type="checkbox" id="javaScript" /><label for="javaScript"
>JavaScript</label
>
<input type="checkbox" id="node" /><label for="node">Node</label>
<input type="checkbox" id="react" /><label for="react">React</label>
</fieldset>
<fieldset>
<label>Do you know me</label>
<input type="radio" id="knowMeYes" name="knowMe" /><label
for="knowMeYes"
>Yes</label
>
<input type="radio" id="knowMeNo" name="knowMe" /><label
for="knowMeNo"
>No</label
>
</fieldset>
<fieldset>
<legend>Your Information</legend>
<label>Your favorite color</label>
<input type="color" id="color" name="color" />
<label>When you need the answer</label>
<input type="datetime-local" id="datatime" name="datatime" />
<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>
</fieldset>
<button>Send to me</button>
</form>
</div>
</section>
<footer>
<div class="wrapper">
<h2>Integrify Academy</h2>
<nav class="flex-nav">
<ul>
<li>
<a href="#"> <i class="fab fa-github"></i><span>Github</span></a>
</li>
<li>
<a href="#">
<i class="fab fa-linkedin"></i><span>linkedin</span></a
>
</li>
<li>
<a href="#"> <i class="fab fa-medium"></i><span>medium</span></a>
</li>
<li>
<a href="#">
<i class="fab fa-twitter"></i> <span>twitter</span></a
>
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>