-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (83 loc) · 4.05 KB
/
index.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
<!--
Copyright (c) Swarit Choudhari all rights reserved, visit https://swaritchoudhari.vercel.app/
Copyright (c) Upper Moreland School District
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="imgs/favicon.ico">
<title>UMMS LEAP Passion Project Archive</title>
</head>
<body>
<h1>UMMS LEAP Passion Project Archive</h1>
<p style="padding-left: 20px; padding-right: 20px;">This is an archive of sixth, seventh, and eighth grade student presentations and artifacts. You are invited to watch and enjoy any presentation. Student presentations are about summaries of their self-selected passion projects. If you reference any video, please cite it. This seminar course is an opportunity for middle school students to learn and share their passions for a subject and their passion for learning.</p>
<p style="margin-top: 20px;">Take a look at some of our projects down below!</p>
<hr>
<div class="container-1">
<div class="image-container">
<a href="topics/science.html"><img src="imgs/science.jpg" width="400" height="250" alt="Science"></a>
<div class="text-overlay text-1">Science</div>
</div>
<div class="image-container">
<a href="topics/math.html"> <img src="imgs/math.jpeg" width="400" height="250" alt="Math & Engineering"></a>
<div class="text-overlay text-2">Math & Engineering</div>
</div>
</div>
<div class="container-1">
<div class="image-container">
<a href="topics/tech.html"><img src="imgs/tech.jpeg" width="400" height="250" alt="Technology"></a>
<div class="text-overlay text-1">Technology</div>
</div>
<div class="image-container">
<a href="topics/sports.html"><img src="imgs/sports.jpeg" width="400" height="250" alt="Sports"></a>
<div class="text-overlay text-2">Sports</div>
</div>
</div>
<div class="container-1">
<div class="image-container">
<a href="topics/lit.html"><img src="imgs/literacy.webp" width="400" height="250" alt="Literacy & The Arts"></a>
<div class="text-overlay text-1">Literacy</div>
</div>
<div class="image-container">
<a href="topics/games.html"><img src="imgs/games.jpeg" width="400" height="250" alt="Games"></a>
<div class="text-overlay text-2">Games</div>
</div>
</div>
<div class="container-1">
<div class="image-container">
<a href="topics/space.html"><img src="imgs/space.avif" width="400" height="250" alt="Space"></a>
<div class="text-overlay text-1">Space</div>
</div>
<div class="image-container">
<a href="topics/history.html"><img src="imgs/history.jpeg" width="400" height="250" alt="History & Warfare"></a>
<div class="text-overlay text-2">History & Warfare</div>
</div>
</div>
<div class="container-1">
<div class="image-container">
<a href="topics/art.html"><img src="imgs/arts.jpeg" width="400" height="250" alt="The Arts"></a>
<div class="text-overlay text-1">The Arts</div>
</div>
<div class="image-container">
<a href="topics/ps.html"><img src="imgs/pschyology.jpeg" width="400" height="250" alt="Psychology"></a>
<div class="text-overlay text-2">Psychology</div>
</div>
</div>
<footer>
<hr>
<img src="imgs/UMTSD Logo.png" width="150" height="150">
<p>Property of Upper Moreland School District<br>
2900 Terwood Road Willow Grove, PA 19090<br>
Phone: 215-830-1511<br>
Fax: 215-659-3421
</p>
<p>Archive maintained and preserved by Upper Moreland students and faculty<br>
© 2024 Swarit Choudhari - All Rights Reserved
© 2024 Upper Moreland School District - All Rights Reserved
</p>
</footer>
</body>
</html>