-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (168 loc) · 10.1 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<title>Plano Senior High School Coding Club</title>
<meta name="viewport" content="width-device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body data-spy="scroll" data-target="#navbarNav" data-offset="50">
<nav class="navbar navbar-expand-md fixed-top">
<a class="navbar-brand" href="https://pshscc.github.io/"><img src="img/logo.png"> Plano Senior Coding Club</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="https://pshscc.github.io/#home">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pshscc.github.io/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pshscc.github.io/#resources">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pshscc.github.io/#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="home">
<div class="title center-block text-center">
<h1>Plano Senior High School Coding Club</h1>
<a class="btn btn-outline-light" href="https://pshscc.github.io/#about">Learn More</a>
</div>
<a href="https://pshscc.github.io/#about"><i class="fa fa-angle-down"></i></a>
</div>
<div id="about">
<div class="padding">
<div class="container-fluid">
<h1 class="heading">About</h1>
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" data-interval="4000">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="img/about1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/2.jpg" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/4.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/3.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/coding1.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/6.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/coding2.jpg" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="img/5.jpg" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 text-left description">
<p>The Plano Senior Coding Club is a group that focuses on learning, practicing, and competing in coding competitions. </p>
<p>No experience is necessary, and everyone is welcome to join! We will teach you everything you need to succeed.</p>
<p>Our club typically meets after school on Wednesdays in Ms. Gallatin's room.</p>
</div>
</div>
</div>
</div>
</div>
<div id="resources">
<div class="padding">
<div class="container">
<h1 class="heading">Resources</h1>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="card">
<img src="img/do1.png" class="card-img-top">
<div class="card-body">
<h3 class="card-title"><a href="https://pshscc.github.io/resources.html">Powerpoints</a></h3>
<p>These are the materials that we presented during meetings.</p>
</div>
</div>
</div>
<br>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="card">
<img src="img/scannerjs.JPG" class="card-img-top">
<div class="card-body">
<h3 class="card-title"><a href="https://pshscc.github.io/scannerjs" target="_blank">ScannerJS Documentation</a></h3>
<p>A basic string parser based on the Scanner class in Java. Built for PSHS's annual coding scrimmage for beginners.</p>
</div>
</div>
</div>
<br>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="card">
<img src="img/do2.png" class="card-img-top">
<div class="card-body">
<h3 class="card-title"><a href="https://github.com/pshscc/contest-solutions" target="_blank">Contest Solutions</a></h3>
<p>Solutions, editorials, and debriefs of the competitions we attend.</p>
</div>
</div>
</div>
<br>
<div class="col-sm-12 col-md-12 col-lg-6 col-xl-6">
<div class="card">
<img src="img/links.png" class="card-img-top">
<div class="card-body">
<h3 class="card-title"><a href="https://github.com/pshscc/resources" target="_blank">Useful Links</a></h3>
<p>A compilation of useful resources to help you learn more about programming.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact">
<footer class="container-fluid text-center">
<div class="row">
<div class="col-sm-6">
<h3>Official Github</h3>
<a href="https://www.github.com/pshscc" class="fa fa-github-square"></a>
</div>
<div class="col-sm-6">
<h3>Stay connected:</h3>
<ul>
<li>Join the Google Classroom</li>
<li>Join Remind</li>
<li>Join the Discord Server</li>
<li>Come to meetings!</li>
</ul>
</div>
</div>
<p>Made with <i class="fa fa-heart"></i> by the 2019-2020 Officers.</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
</body>
</html>