-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (56 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>😀 Samuel's personal site</title>
<link rel="stylesheet" href="sus.css">
<script type="text/javascript" src="sus.js">
</script>
</head>
<body>
<main>
<div id ='box'>
<section class = 'box'>
<h1>Samuel Ukpai(Surfboard)</h1>
<div class="clip_path">
<img src = "Picture of me.png" alt = "A picture of me" id = 'me'>
</div>
<a href= "https://www.udemy.com" id = 'udemy'><p class= 'udemy'>Where I learned</p></a>
<a href = "C:\Users\ukpsa\Downloads\html check\hmmm.html">Another link for the fun of it</a>
<p><em>Student of <a href = "https://www.appbrewery.co/">Angela Yu</a>, future <strong>web developer or <span>data scientist</span></em></strong></p>
<p>I am a student and an avid learner. I love <strong id = 'Calc'>Calculus</strong> and I enjoy a good meal 😀.</p>
</section>
<section class = 'box1'>
<img src = "https://qph.cf2.quoracdn.net/main-qimg-16a98cddb17faaaf0378e714cb479ef9-lq" id = 'Calculus'alt = "A Calculus image">
</div>
</section>
<section class = 'put_shadow'>
<h3>Education</h3>
<ul>
<li>Topfaith International Secondary School, Mkpatak</li>
<li>Great Lakes College of Toronto, Toronto</li>
<li>Afe Babalola University, Ado-Ekiti</li>
</ul>
</section>
<section class="put_shadow" >
<h3>My Hobbies</h3>
<ol type = "a">
<li>Watching and solving Calculus</li>
<li>Singing songs I enjoy out loud</li>
</ol>
</section class="put_shadow">
<section class="put_shadow">
<h3 class="right_now">What I am doing right now</h3>
<ul>
<li>Learning and practicing CSS</li>
<li>Watching Youtube videos</li>
<li>Watching <b>Colt Steele's</b> course on Udemy</li>
</ul>
</section>
<!-- lists feel kinda fun, when we have nested lists we close them with a separate
</li> except the main list-->
</main>
</body>
</html>