-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-sandbox.html
More file actions
65 lines (57 loc) · 3.5 KB
/
index-sandbox.html
File metadata and controls
65 lines (57 loc) · 3.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tuscarora HS Students for Life</title>
<link rel="shortcut icon" href="./thssfl-logo.png" type="image/x-icon">
<link rel="stylesheet" href="index-sandbox.css">
</head>
<body>
<!--SnoJs Insert-->
<script src="https://snojs.github.io/snojs/build/sno-min.js"></script>
<!--The links on the top right (all of the pages)-->
<div class="links">
<a href="#">Home</a>
<a href="#">Resources</a>
</div>
<!--The Actuall title screen with the title and the logo in the back-->
<div class="title">
<p align="center" class="title-text">Tuscarora HS <br/>Students for<br/> Life Club</p>
<p align="center"><img src="./thssfl-logo.png" class="title-logo" alt="THS"></p>
</div><br/><br/>
<!--The announcement section-->
<div align="center" class="blue-box">
<h2>Announcements</h2>
<p>This website is in progress, but until then, all the information will be located at<br/> <a href="https://sites.google.com/lcps.org/thssfl">https://sites.google.com/lcps.org/thssfl</a></p>
</div>
<!--The contact section-->
<div class="gray-box" style="position: relative;">
<h2 align="center">Contact Us</h2>
<p style="margin-left:10%;font-size:larger;" align="left">
<em>1.</em> Club Sponsor: <a href="mailto:kelly.wagner@lcps.org">Sra. Wagner</a><br/>
<em>2.</em> President: <a href="mailto:855487@lcps.org">JB Santos</a><br/>
<em>3*.</em> <b>Acting president:</b> <a href="mailto:1010635@lcps.org">Henry Panning</a><br/>
<em>4.</em> Vice President: <a href="mailto:787442@lcps.org">Mariano Buitrago</a><br/>
</p>
<p style="position: absolute; top:25%;left:50%;transform: translate(-50%);">
<a style="text-decoration: none;" href="http://discord.gg/qMNq7252cV">
<img style="transform: rotate(-10deg);width:100px;" class="bc-hover-once-spin" src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6a49cf127bf92de1e2_icon_clyde_blurple_RGB.png" alt="discord">
</a>
<a style="text-decoration: none;" href="http://instagram.com/ths.students4life">
<img class="bc-hover-once-spin" src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/768px-Instagram_icon.png" alt="insta" style="margin:10px;width:90px;transform: rotate(-10deg);">
</a>
<a style="text-decoration: none;" href="http://remind.com/join/thssfl">
<img class="bc-hover-once-spin" src="https://play-lh.googleusercontent.com/O8A0yONWSafn8LIYROmP9tjTV2hptlIkUhqZOkEK7Z9XePXIttJEaRfCbcFtnzrICbg" alt="remind" style="width:90px;border-radius:10px;transform: rotate(-10deg);">
</a>
</p><br/>
</div>
<div class="blue-box">
<h2 style="margin-left: 10%;margin-right: 10%;">About Us</h2>
<img src="./thssfl-logo.png" alt="lol" width="90px" class="bc-hover-once-spin" style="float:right;margin-right: 14%;">
<p style="margin-left: 10%;margin-right: 20%;">
It all started when we, <b>President JB Santos</b> and <b>Vice President Mariano Buitrago</b>, got the inspiration of the idea to <b>create a Students for Life club</b> from the President of the Riverside HS Students for Life Club, <em>Kieran Sweeney</em> in the school year of 2021-22. Our mission is to advocate for all life. The only difference between some other Pro-life clubs/organizations across the country? <b>We advocate for all lives;</b> not just for those who are unborn or young.
</p>
</div>
</body>
</html>