-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (58 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Personal Home Page Template</title>
<link rel='stylesheet' href='https://unpkg.com/[email protected]/dist/prettify.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Personal Page</title>
</head>
<header>
<nav aria-label="Main Site">
<ul>
<li><a href="#">who I am</a></li>
<li><a href="#">Personal statement</a></li>
<li><a href="#">Work experience</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</nav>
</header>
<main>
<div id="top-main">
<div class="2col">
<img src="https://drive.google.com/thumbnail?id=1OXPkswmvHoRKYX_MuQp9dyaCaBFyFky9" alt="image of a bee">
</div>
<div class="container1">
<p>Welcom to my page, my name is Khalil and this is my story with coding. During my undergraduate course(civil engineering), I had my first coding subject and it was about visual basic. Even it was just a simple and old programming language, I was very delight to type my first piece of code.
During my MSc in transport engineering and planning course, I learned how to plan and work on high strategic softwares like cube and VISSIM. Therefore, I decided to learn more about programming language like, Java, Paython, HTML and CSS, to improve my coding skills and combine my engineering knowldege with programming skills.
</P>
</div>
</div>
</main>
<iframe src="https://www.youtube.com/embed/3qIM9CtJL4Q">
</iframe>
<footer class="c-site-footer">
<h1 class="c-site-header">Give a man a fish and you feed him for a day. Teach him how to fish and you feed him for a lifetime. "Lao Tzu"</h1>
Thank you for visiting my website.
<form id="user_comment">
Name: <input type="text" name="userComment" id="name">
<input type="submit" id="send">
</form>
<br>
<textarea rows="3" cols="40" name="comment_area" form="user_comment" id="cm_area"></textarea>
</footer>
</html>
<!-- Your test console.
Don't delete!-->
<aside id="tests" aria-label="Test Readout." aria-live="polite" style="overflow:auto">
</aside>
<!-- partial -->
<script src='https://unpkg.com/[email protected]/dist/core.js'></script>
<script src='https://unpkg.com/[email protected]/dist/prettify.js'></script><script src="./script.js"></script>
</body>
</html>