-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (94 loc) · 3.21 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>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Portfolio</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
<link rel="stylesheet" href="/stylesheet">
</head>
<body>
<div id="ninja-app">
<header>
<nav>
<ul>
<li class="title">
<span>Esther Kpet</span>
<span>Web developper & ninja</span>
</li>
</ul>
<ul>
<li class="title">
<span><a href="portfolio">Portfolio</a></span>
<span>Things I have built</span>
</li>
<li>
<span> <a href="skills">Skills</a></span>
<span>Things I can do</span>
</li>
<li>
<span> <a href="contact">Contact</a> </span>
<span>If you must</span>
</li>
<li>
<span> <a href="https://www.youtube.com/channel/UCHbnlppTZRyZEdS2K33uCMw">go to my youtube channel</a> </span>
<span>My Youtube channel</span>
</li>
</ul>
</nav>
<div id="banner">
<h1>I <strong>know</strong> this website is <br> null </h1>
<img src="/home/esther/Downloads/my canvas/Canva - Gray Laptop Computer.jpg" alt="just a funny image">
<p>But I have more important things to do,</p>
<p>than to create a fancy portfolio site</p>
</div>
</header>
<div id="portfolio">
<div class="section-title">
<h2>Some things I have built</h2>
<h3>The list is not extensive</h3>
</div>
<ul>
<li>
<a href="http://www.estherkpet.com" target="_blank">My blog</a>
<h3>Esther's thoughts</h3>
<p>That is all for the moment.</p>
</li>
<li>
<p>Nothing else yet apart from the previous </p>
</li>
</ul>
</div>
<footer id="contact">
<div class="section-title">
<h2>Contact</h2>
<h3>If the usual smoke signals don't work, feel free to contact us</h3>
</div>
<div id="skills">
<div class="section-title">
<h2>Some things I can do</h2>
<h3>More turds, higher skill level</h3>
</div>
<div id="turd-ratings">
<ul class="skill-list">
<li class="turds-6">HTML & CSS</li>
<li class="turds-6">Javascript</li>
<li class="turd-5">Wordpress</li>
<li class="turd-4">C programming</li>
<li class="turd-3"> C++ programming</li>
<li class="turd-2">Java Programming</li>
<li class="turd-1">Javascript programming</li>
<li class="turd-0">PPython Programming</li>
</ul>
</div>
</div>
<div id="social-banner">
<ul>
<li> <a href="https://www.instagram.com/esther_kpet">Go to instagram</a></li>
<li> <a href="https://twitter.com/Esther_Kpetemey">Go to twitter</a> </li>
<li> <a href="https://github.com/EstherKpetemey"></a> </li>
</ul>
</div>
</footer>
</body>
</html>