-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.html
82 lines (78 loc) · 3.63 KB
/
join.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CoRE | Join </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Favicon Start -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="favicon.ico">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Favicon End -->
<link rel="stylesheet" href="semantic/dist/semantic.css" media="screen">
<link rel="stylesheet" href="assets/css/edits.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body>
<nav class="ui borderless stackable menu">
<div class="ui container">
<a class="item" href="./index.html">
<img class="ui mini image" src="assets/images/corebot/corebot.svg">
</a>
<a class="item" href="./index.html">Home</a>
<a class="item" href="./traditions.html">Traditions</a>
<a class="item" href="./events.html">Events</a>
<a class="item" href="./history.html">History</a>
<a class="item" href="./join.html">Join</a>
<a class="item" href="./contact.html">Contact</a>
</div>
</nav>
<div class="ui container">
<div style="font-size: 18px;" class="ui segment">
<div class="ui huge header">Join Us</div>
<p>
Interested in joining CoRE? Great! CoRE is always looking for new students to join.
</p>
<p>
If you're interested in joining CoRE, feel free to apply!
We are accepting applicants for the 2018-2019 academic year!
Please follow the link below to the google form and fill it out as best as you can!
</p>
<!--<div class="ui blue message">
<div class="content">
<h1 class="header">
<div class="image">
<i class="big inbox icon"></i>
Application Update
</div>
</h1>
<p>
As of 6/5/17, CoRE has finalized all applications for the 2017-2018 school year.
However, we are still accepting applications in the event an extra spot becomes available.
All future applications will be reviewed on a rolling basis.
<br>
</p>
</div>
</div>-->
<br>
<div class="ui centered grid">
<a class="huge violet ui button" target="_blank" href="https://docs.google.com/forms/d/1AmQKmXJFtsr5p6vlU1bDeuY578AQKr6PI6gJppyEfBI/viewform?c=0&w=1">
<i class="medium file text outline icon"></i> 2018-2019 Application
</a>
</div>
<br>
<br>
<p> We look foward to meeting all of you! </p>
</div>
</div>
<br>
</body>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="semantic/dist/semantic.min.js"></script>
</html>