-
Notifications
You must be signed in to change notification settings - Fork 8
/
events.html
43 lines (39 loc) · 1 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="https://gun.eco/events.html" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="dep/rsc/analytics.js"></script>
</head>
<body>
<style>
#main {
min-width: 250px;
max-width: 800px;
width: 75%;
margin: 7% auto;
padding: 2% 5%;
background: white;
background: rgba(100%,100%,100%,.6);
font-family: Arial;
font-size: 18pt;
text-shadow: 0px 0px 7px #DDD;
line-height: 20pt;
}
#main p {
text-indent: 2em;
}
</style>
<div id="main">
<h2>GUN Events!</h2>
<iframe src="https://www.google.com/calendar/embed?src=p6tcoo2huuq1bkr0q562tg0328%40group.calendar.google.com&ctz=America/Denver"
style="border: 0" width="800" height="500" frameborder="0"
scrolling="no"></iframe>
<h3>Highlighted Events</h3>
<ul>
<li>Free food! October 9th, 2015 at World Tech Academy, Utah.</li>
</ul>
</div>
</body>
</html>