forked from dfeder06/TSA-Webmaster-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (51 loc) · 2.12 KB
/
about.html
File metadata and controls
55 lines (51 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<title>About us</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="dropdown.css" />
</head>
<body>
<div class="nav" style="position:sticky; top:0; z-index:10000;">
<a class="dropbtn" href="index.html">Home</a>
<div class="dropdown" style="position:absolute; right:0; float:right; z-index:10000; ">
<button class="dropbtn">
Menu
<div class="dropdown-content">
<a href="experiences.html">Experiences</a>
<a href="about.html">About Us</a>
<a href="registration.html">Registration</a>
<a href="sources.html">Sources/Work Log</a>
</div>
</div>
</div>
<div class="heading">
<h1 id="exp"><b>Our Start</b></h1>
</div>
<div class= "hpb2" >
<h3 id=hpb>
<il>
<li class =abt >
Our TSA chapter started in 1995, with just a small group of students who wanted to promote what is now known as STEM and technology in an interesting way. Nowadays, STEM is very widespread, so we are proud to have started teaching the previous generation.
</li>
</il>
</h3>
</div>
<div class="heading">
<h1 id="exp"><b>Our Future</b></h1>
</div>
<div class= "hpb2">
<h3 id=hpb>
<il>
<li class=abt>
Fox Chapel TSA is very proud of our past, and we only plan to grow in the future. We plan to continue our member growth, hopefully reaching up to 100 members in our group. Despite this, membership is not our only goal. We plan to keep innovating, and helping our own communinty. Ultimately, our end goal is to not only provide High School kids with a memorable experience, but to increase the amount of people who benefit from our projects as well.
</li>
</il>
</h3>
</div>
</body>
</html>