-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·104 lines (94 loc) · 5.16 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TeenZee - Navigating Teenage Life</title>
<link rel="stylesheet" href="style/style.css">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Header section -->
<header>
<a href="home.html"><img class="h-logo" src="pictures/teenzee-logo.webp" alt=""></a>
<h1>Welcome to TeenZee</h1>
<p><b>Your guide to navigating life as a teenager</b></p>
</header>
<main>
<!-- Navigation Bar -->
<nav>
<a href="form.php">Register</a>
<a href="about.html">About Us</a>
<a href="contact.html">Contact</a>
<a href="resources.html">Resources</a>
<a href="home.html"> Home</a>
</nav>
<!-- Main Content -->
<section class="about-us-page">
<h2><u>About Us | TeenZee</u></h2>
<p>Welcome to TeenZee, the ultimate platform designed to inspire, guide, and equip teenagers with the tools they need to excel in the tech industry. Our mission is to empower teens to explore opportunities, gain knowledge,
and develop skills that prepare them for the future</p>
</section>
<div class="about-us-our-mission">
<h2><u>Our Mission</u></h2>
<p>At TeenZee, we believe that the teenage years are the perfect time to ignite curiosity and passion for technology.
Our goal is to provide teens with resources that help them:</p>
<ul>
<li>Learn cutting-edge tech skills through easy-to-understand tutorials</li>
<li>Access remote gigs and internships that give them real-world experience</li>
<li>Get motivated through stories of success and career guidance from industry experts</li>
</ul>
<p>We aim to create a space where young minds can thrive and
build their confidence as they navigate the fast-evolving tech landscape.</p>
</div>
<div class="about-us-why-teenzee">
<h2><u>Why TeenZee</u></h2>
<p>In today’s digital world, the possibilities for young innovators are endless. However, finding the right guidance and opportunities can be overwhelming.
That’s where TeenZee steps in. We offer:</p>
<ul>
<li>Tech Tutorials: Interactive tutorials that break down complex tech topics into simple,
digestible lessons.</li>
<li>Remote Gigs: A curated list of remote gigs specifically targeted at teenagers,
helping them gain work experience while still in school.</li>
<li>Career Guidance: Expert advice on how to build a career in tech,
featuring insights from professionals, mentors, and industry leaders.</li>
<li>Motivational Content: Videos, articles,
and stories to keep teens inspired and focused on their goals</li>
</ul>
</div>
<div class="about-us-our-vision">
<h2><u>Our Vision</u></h2>
<p>We envision a future where every teen has the tools and support they need to succeed in the tech industry. Whether it’s learning how to code,
creating websites, or exploring tech careers, TeenZee strives to be the go-to resource for ambitious teens across the globe</p>
</div>
<div class="about-us-meet-ourteam">
<h2><u>Our Team</u></h2>
<img src="/pictures/victor.jpg alt="Mr. Victor">
<p>TeenZee is powered by a dedicated team of educators,
tech professionals, and career mentors who are passionate about helping the next generation of tech leaders.
Our team works tirelessly to provide relevant, high-quality content that empowers teens to make informed decisions about their careers.</p>
</div>
<div class="about-us-join-our-community">
<h2><u>Join Our Community</u></h2>
<img src="/pictures/community.jpg" alt="Our community">
<p>We invite you to join the growing TeenZee community of tech-savvy teenagers who are eager to learn, grow, and make an impact in the world of technology.
Connect with like-minded peers, collaborate on projects,
and explore endless possibilities together.</p>
</div>
<div class="space"></div>
<!--Footer-->
<footer>
<p>Follow us on social media:</p>
<ul>
<li><a href="https://www.facebook.com/victor chibuike" target="_blank">Facebook</a></li>
<li><a href="https://www.instagram.com" target="_blank">Instagram</a></li>
<li><a href="https://www.twitter.com/viktor chibuike" target="_blank">X (Twitter)</a></li>
<li><a href="mailto:[email protected]">Email Us</a></li>
</ul>
<p>© 2024 TeenZee. All rights reserved.</p>
</footer>
</body>
</html>