-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 2.28 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 2.28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Myself</title>
<link rel="stylesheet" href="/assets/index.css">
</head>
<body>
<header>
<nav aria-label="breadcrumbs">
<ul>
<li class="li-grid" aria-current="page">Home</li>
<li class="li-grid"><a href="/form.html">Form</a></li>
<li class="li-grid"><a href="table.html">Table</a></li>
<li class="li-grid"><a href="media.html">Media</a></li>
</ul>
</nav>
<h1 id="myself">MYSELF</h1>
</header>
<main>
<section>
<p>
My name is Basit B Adebayo with AltSchool ID ALT/SOE/024/1158, I am a
native of Ibadan, Oyo State, Nigeria. I studied Civil Engineering at the "Better by far" university,
University of Ilorin, Ilorin, Kwara State, Nigeria. I am currently
serving in Osun State and I am an aspiring Cloud Enginner at AltSchool Africa.
</p>
<p>
I joined AltSchool for some reasons, look kinda small but it is
something really big to me. Firstly, I am scared of life after
service, what will be of me after this service year. Source of income
is also one of my reasons, the scholarship program is also like a
second chance or opportunity for me to pursue my tech carrer as I have
made an attempt of learning tech during my 200 level days which was
2018/2019 but due to some circumstances, I could not. Alhamdulillah
and thanks to AltSchool for this opportunity.
</p>
<p>
My goals for school of engineering, to be sincere I realised it late
in university, I wish and i will make the effort to be the BGS of my
set at school of engineering, maybe even for the whole of AltSchool(we
have been told there is nothing like that though). I just want to try
and be best in what I do.
</p>
</section>
<aside>
<p>To sign up at AltSchool, click <a href="/form.html">here.</a></p>
</aside>
</main>
<footer>
<button><a href="#">Back to the top</a></button>
</footer>
</body>
</html>