-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (73 loc) · 2.95 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
<!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 id="body">
<!-- partial:index.partial.html -->
<html lang="en">
<header>
<meta charset="utf-8">
<title>My Own WebSite</title>
<nav id="nav-bar">
<span id="nav-logo">
<img src="" id="header-img">
</span>
<ul>
<nav aria-label="Main Site Links.">
<ul>
<li><a href="#" class="nav-link">Home</a></li>
<li><a href="#about_me" class="nav-link">About Me</a></li>
<li><a href="#a_little_video" class="nav-link">Video</a></li>
</ul>
</header>
<body>
<div class="box">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Palace_of_Westminster_from_the_dome_on_Methodist_Central_Hall_%28cropped%29.jpg/1000px-Palace_of_Westminster_from_the_dome_on_Methodist_Central_Hall_%28cropped%29.jpg" alt="london" border="0" alt="img" class="box-img center">
<button id="red">red</button>
<button id="grey">grey</button>
<button id="green">green</button>
<button id="purple">purple</button>
<h1>Saim Korkmaz</h1>
<header class="c-site-header">
Want to become a developer "updated version"</header>
<main>
<section class="about">
<div class="main">
<div class="about_text">
<h2 id="about_me">About Me</h2>
<p>I was born and grown in Turkey. Now I live in London. I like math and London life.</p>
<br>
<p>I like long jogging and running. I believe it keeps people health, escpacially people lives in big cities need it more than people lives in village or more natural area.</p>
<br>
<p>Working is makes your life easy and you join social, economic life.</p>
<br>
<p>To help others meams share your time or money wisely.</p>
<br>
</div>
</div>
</section>
</main>
</div>
<div class="about_text">
<footer class="c-site-footer">
<h3 id="a_little_video">Music video you can listen while reading my page</h3>
<section class="video">
<div class="video_clip">
<iframe width="350" height="200" src="https://www.youtube.com/embed/ZYYKHXqGgZg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
</body>
</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>