-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (100 loc) · 2.5 KB
/
index.html
File metadata and controls
100 lines (100 loc) · 2.5 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
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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Computer Science Club THS</title>
<link rel="icon" type="image/x-icon" href="https://cdn-icons-png.flaticon.com/512/4703/4703650.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="flake.css"/>
</head>
<br/>
<br/>
<link rel="stylesheet" href=""/>
<div class="header">
<div class="large bold">
<span class="blue JUMP">C</span><span class="blue JUMP">o</span><span class="blue JUMP">m</span><span class="blue JUMP">p</span><span class="blue JUMP">u</span><span class="blue JUMP">t</span><span class="blue JUMP">e</span><span class="blue JUMP">r</span>
<div class="rotate-hover">
<span class="blue">Science</span>
</div>
<span class=" ">Club</span>
<span class=" "> </span>
<i class="fa fa-laptop grad right-head"></i>
</div>
</div>
<div class="foot">
<span class="lgray">↓</span>
</div>
<div class="main">
<br/>
<br/>
<br/>
<br/>
<br/>
<div class="">
<span class="min-large intro">Hello, </span>
<span class="min-large intro">World</span>
<br/>
<span class="italic intro">Welcome to the Coding Club at Tuscarora!</span>
<br/>
<span class="italic">Leadership</span>
<br/>
<span class="italic intro bold"> President:</span>
<span class="italic intro"> Ethan Schauder</span>
<br/>
<span class="italic intro bold"> Vice President:</span>
<span class="italic intro"> Aedan Mills</span>
<br/>
<span class="italic intro bold"> Developer:</span>
<span class="italic intro"> Easton Snow</span>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<h2 class=" "> # Announcements</h2>
<br/>
<span class=" ">Meetings will be the first</span>
<span class="blue italic">B day</span>
<span class=" "> of every week in</span>
<span class="red"> L510</span>
<span class=" ">at 8:45am</span>
<br/>
<span class="blue">More coming soon...</span>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<h2 class=" "> # Story</h2>
<br/>
<div class="left">
<span class=" ">if (</span>
<span class="red">codingClub</span>
<span class=" ">== </span>
<span class="orange">undefined</span>
<span class=" ">) {</span>
<br/>
<span class=" "> ethan.</span>
<span class="blue">append</span>
<span class=" ">(</span>
<span class="red">New</span>
<span class=" ">.Club );</span>
<br/>
<span class=" ">}</span>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<span class="italic serif">Powered by,</span>
<i class="fa fa-snowflake-o"></i>
</div>