-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
50 lines (45 loc) · 1.92 KB
/
calendar.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
<!DOCTYPE html>
<html>
<head>
<title>VikingHacks</title>
<!-- 16 + (6 / 2) = 24
20 + (20 / 2) = 30 -->
<!-- <link rel="stylesheet" href="http://basehold.it/30"> -->
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Yatra+One" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<body id="home">
<div class="container">
<div class="nav">
<a class="smooth-scroll "
href="https://docs.google.com/forms/d/e/1FAIpQLSfNNBlbUbiNHCasmwjR4BVSpG9hLbIfNV0OczIS70KUO-QvEw/viewform">
Join our Club! </a>
<a class="smooth-scrool" href="team.html"> The Team </a>
<a class="smooth-scroll"
href="https://docs.google.com/spreadsheets/d/1FhqqgUWXc5ML6g7M69vNEYFWZ5oe-3Vcz7L0NWVOz_M/edit?usp=sharing">
Attendance </a>
<a class="smooth-scroll" href=""> Calendar</a>
<a class="smooth-scroll" href=""> Presentations </a>
<a class="smooth-scroll" href="hackathons.html"> Hackathons </a>
<a class="smooth-scroll" href="#myPage"> Home </a>
</div>
<div class="section" align="center">
<h1>VikingHacks</h1>
<h3> @ Lynbrook High School</h3>
<iframe src="https://calendar.google.com/calendar/embed?src=vikinghacks%40gmail.com&ctz=America/Los_Angeles"
style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<div class="footer section-blue" align="center">
<a href="#"><i class="ion"></i></a>
<a href="#"><i class="ion"></i></a>
<a href="#"><i class="ion"></i></a>
<a href="#"><i class="ion"></i></a>
<p>
<small>Made at LHS</small>
</p>
</div>
</div> <!-- container -->
</body>
</html>