-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
executable file
·101 lines (88 loc) · 5.47 KB
/
resources.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
<!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="resources-page">
<h2>Educational Resources</h2>
<ul>
<li>Career Guidance Articles</li>
<ol><a href="https://www.careerinstem.com/">For career guidiance</a></ol>
<li>Tech Tutorials for Teens</li>
<ol><a href="https://www.teencoachacademy.com/"></a></ol>
<ol><a href="https://youtu.be/D_Q-Zf_aDkA?si=2oITyqFNU0DXfhmC">Upwork AllYou Need To Know</a></ol>
<ol><a href="https://www.tonyrobbins.com/">Life is extraordinary. Unleash yours</a></ol>
<li>Motivational Videos</li>
<ol><a href="https://youtube.com">Search for videos on youtube</a></ol>
<li>Remote Gigs for Teens in Tech</li>
<ol><a href="https://www.fiverr.com/">fiverr</a></ol>
<ol><a href="https://www.freelancer.com/">freelancer</a></ol>
<ol><a href="https://www.upwork.com/">upwork</a></ol>
</ul>
</section>
<div class="space-1"></div>
<div class="youtube-videos">
<tr>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/FYb5Kx4ChvQ?si=X_srWhnIsM9GhEVZ"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/Zf87y5bWzUA?si=saxm8d0ZFpcSLP0Y"
title="Win or win" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/FUhfb2ESquo?si=mS-LrUgt2ils8Yfd"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
</tr>
</div>
<div class="space-1"></div>
<div class="youtube-videos">
<tr>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/Qi7rJFLWhyA?si=EjKnDSkVouOi4QJa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/_pEEVtiReVc?si=ZW-fBgsQl4FsAiP8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></td>
<td><iframe width="560" height="315" src="https://www.youtube.com/embed/InjJ7WIpsZE?si=WgOk2kUHRp44a_dY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></iframe></td>
</tr>
</div>
<div class="call-to-action">
<h2>Watch Inspirational Videos</h2>
</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:support@teenzee.com">Email Us</a></li>
</ul>
<p>© 2024 TeenZee. All rights reserved.</p>
</footer>
</body>
</html>