-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (81 loc) · 3.55 KB
/
index.html
File metadata and controls
83 lines (81 loc) · 3.55 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BIOGRAPGHY PAGE</title>
<link href="./index.css" rel="stylesheet" />
</head>
<body>
<header>
<h1 id="A4">Biography</h1>
<div class="topnav">
<!--Global navigation keys-->
<p><a href="./media/Media.html">Media Message</a></p>
<p><a href="./form/form.html">AltSchool Application Form</a></p>
<p><a href="./table/Table.html">Schools and Courses at AltSchool</a></p>
</div>
</header>
<img src="./IMG-20240424-WA0016.jpg" alt="Profie Photo" />
<section>
<div class="vertical-menu">
<!--fragment identifiers-->
<p><a href="#A1">Biodata</a></p>
<p><a href="#A2">Why i joined AltSchool</a></p>
<p><a href="#A3">My Goals for School of Engineering Programme</a></p>
</div>
</section>
<section>
<h2 id="A1">Biodata</h2>
<p>Asiegbu Gospel</p>
<p>goskiz20@gmail.com</p>
<p>25th April</p>
<p>ALT/SOE/024/0959</p>
<p>+2348063366132</p>
</section>
<section>
<article>
<h2 id="A2">Why i joined AltSchool</h2>
<p>
The decision to enroll at Altschool an online learning school, stemmed
from a profound desire to deepen my understanding of software
engineering and to acquire the skills necessary to navigate and excel
in the digital age. Traditional educational routes, while valuable,
often lack the flexibility and up-to-date curriculum that online tech
schools offer. The dynamic and fast-paced nature of technology demands
an educational environment that is equally responsive and adaptable,
which I found in Altschool. One of the most compelling reasons for
this decision was the accessibility and flexibility that Altschool
learning provides. As someone who balances multiple commitments,
including work and family, the ability to access high-quality
education from anywhere and at any time was a game-changer. This
flexibility allows me to integrate my studies seamlessly into my daily
routine, ensuring that I can progress academically without sacrificing
other important aspects of my life. Furthermore, Altschool often
feature instructors who are industry professionals with real-world
experience. This direct link to the tech industry means that the
knowledge and skills i'll acquire are not only theoretical but also
highly practical and relevant to current market demands. This
practical approach to learning ensures that I am well-prepared to
tackle real-world challenges and contribute effectively to any team or
project.
</p>
</article>
<article>
<h2 id="A3">Goals for School of Engineering Programme</h2>
<ul>
<li>Mastering Fundamental and Advanced Programming Skills</li>
<li>Developing Problem-Solving and Critical Thinking Abilities</li>
<li>Gaining Expertise in Software Development Lifecycles</li>
<li>Building Real-World Projects and a Strong Portfolio</li>
<li>Networking and Collaboration</li>
<li>Specializing in Emerging Technologies</li>
<li>Securing Internships and Employment Opportunities</li>
</ul>
</article>
</section>
<div class="vertical-menu">
<p><a href="#A4">Back to top</a></p>
</div>
</body>
</html>