-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (54 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./pss.css">
<title>PSS Coding</title>
</head>
<body>
<div id="container">
<div id="footer-wrap">
<div id="content">
<h1>Welcome to the PSS Coding Club</h1>
<h2 id="about">About Us</h2>
<p>
The PHS Coding Club is a club that teaches students how to code and develop their own projects. We
develop projects using a variety of programming languages and frameworks. We also help students
learn how to use technology to solve problems. We meet every Tuesday and Thursday during lunch in
room 133.
</p>
<h3>Mission</h3>
<p>
Our mission is to teach students how to code and develop their own projects. We also want to help
students learn how to use technology to solve problems.
</p>
<h2 id="members">Members</h2>
<div id="members-container">
<div class="member">
<img src="./images/erox-logo.png">
<h4>Evan</h4>
</div>
<div class="member">
<img src="./images/toby-logo.png">
<h4>Toby</h4>
</div>
<div class="member">
<img src="./images/mostlevert-logo.png">
<h4>MostLeVert</h4>
</div>
</div>
<h2 id="contact">Contact</h2>
<p>
If you have any questions, please drop by room 133 during lunch on Tuesdays and Thursdays.
</p>
</div>
</div>
<div id="footer">
<a href="https://github.com/PenHigh">PSS Github</a>
<span>|</span>
Penticton Secondary - Empowering Students Through Technology
</div>
</div>
</body>
</html>