-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
78 lines (78 loc) · 3.6 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Semester 1: About Page</title>
</head>
<body>
<header>
<h1>Hi there 👋🏾, welcome to Allwell's AltSchool Assignment Submission</h1>
<nav><a href="index.html">Go to my HTML Form</a></nav>
</header>
<main>
<section>
<h2>About Me</h2>
<hr />
<p>
Hi, I’m Allwell. I am excited to share my professional background and
interests with you. My journey began in a small town called Owerri in
Nigeria, where I was born. Then I pursued my education in the United
Kingdom, studying Mechanical Engineering at Cambridge and Essex. My
goal was to build a flying car, and while I have not yet achieved that
dream, I’m still looking forward to doing something equally as
innovative. For my research papers, I majored in the innovative
technology of the Hyperloop and maglev trains.
</p>
<p>
STEM (Science, Technology, Engineering, and Mathematics) topics have
always fascinated me. Throughout my studies and career, I have been
fascinated by the potential of technology to solve real-world
problems. I have a natural inclination towards math and enjoy the
thrill of tackling complex technical challenges. My technical skills
include web development, design, digital marketing, and cybersecurity.
</p>
<p>
In addition to my professional pursuits, I am also grounded in my
faith and an active believer in Jesus Christ. On Sundays, you will
find me in church. I have always loved creating and building things. I
learned music at a young age. And through tech, got into music
production using DAWs (which stand for Digital Audio Workstations) –
music production software like Ableton Live, FL Studio, and LogicX.
</p>
<p>
After university, I delved into web development and WordPress, and now
have a successful career building websites for businesses and
eCommerce brands across a wide range of industries, including travel
and tourism, consulting and procurement, entertainment, law and legal,
electrical distribution, and healthcare. I pride myself on my ability
to adapt and excel in any project I take on.
</p>
</section>
<section>
<h2>Why I joined AltSchool</h2>
<hr />
<p>
I joined AltSchool because I wanted to push myself to learn tech
skills that matter in the global industry (such as Front-end,
Back-end, and Cloud Engineering), enlarge my network, and learn to
engage in developer communities.
</p>
</section>
<section>
<h2>What I plan to achieve with AltSchool</h2>
<hr />
<p>
Pretty much what I stated in the previous question as my goal of
joining AltSchool. That said, ultimately, I want to leave AltSchool
many level higher and larger than I was when I joined. In terms of
knowledge, computer skill, developer communications, and wealth. The
money aspect is important and though it's not the major reason I
joined AltSchool (as hardwork matters to accrue tech money over time),
it's part of my motivation of plans to achieve afterward - second only
to my desire to solve technical problems.
</p>
</section>
</main>
</body>
</html>