-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
68 lines (68 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Biograpy</title>
<link rel="Stylesheet" href="index.css">
</head>
<body>
<h1>Orji Favour</h1>
<h3 class="favour">Frontend developer and Physical therapist</h3>
<hr>
<p><a href="https://web.facebook.com/?_rdc=1&_rdr"><img src="IMG_2851.JPG" alt="My picture" style="float: left; width: 350px; height: 200px;"></a>Hi, I',m Favour. I'm a Physiotherapy student of UNEC with a passion for technology and a adrive to learn and grow. I've always been fascinated by the way things work, and enjoy figuring out how to make them work better. Basketball has always been a part of my life, and I love the way it challanges me both physically and mentally.</p><br>
<br><p>I enjoy reading up on the latest technology trends and finding ways to apply them to real-world problems. I'm currently learning Front end development at Atueyi Coding Academy and it has been awesome. The environment is very conducive and our teacher is top notch. I'm dedicated to learning and developing my skills, and I'm always looking for new opportunities to grow.</p>
<hr>
<h3 strong>Lists of my hobbies</h3>
<ul style="list-style-type: circle;">
<li>Reading</li>
<li>Basketball</li>
<li>Watching movies</li>
<li>Coding</li>
<li>Entertainment-news</li>
</ul>
<h3 class="favour">Lists of schools I have attended</h3>
<ol>
<li>Beaulahfield Nursery and Primary School, Ejigbo, Lagos State</li>
<li>AP College, Ori-oke, Lagos state</li>
<li>University of Nigeria, Nsukka</li>
<li>University of Nigeria, Enugu Campus</li>
</ol>
<hr>
<h3 id="para1">Creating tables</h3>
<table border="2">
<tr>
<th>Name</th>
<th>Meaning</th>
</tr>
<tr>
<td>HTML</td>
<td>Hypertext Markup Language</td>
</tr>
<tr>
<td>CSS</td>
<td>Cascading style sheet</td>
</tr>
<tr>
<td>JAVASCRIPT</td>
<td></td>
</tr>
<tr>
<td>C#</td>
<td></td>
</tr>
<tr>
<td>Python</td>
<td></td>
</tr>
</table>
<!--This is for videos-->
<video width="320" height="240" controls>
<source src="SZA Performs Debut Song “Saturn”🪐for the First Time at the 2024 GRAMMYs!.mp4" source type="video/mp4">
</video>
<!--This is for audios-->
<audio controls>
<source src="Beyonc-TEXAS-HOLD-EM-(JustNaija.com).mp3" source type="audio/mp3">
</audio>
</body>
</html>