This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
forked from statebait/DAWoC-legacy-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguidelines.html
129 lines (117 loc) · 4.87 KB
/
guidelines.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<title>DAWoC | Guidelines</title>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link type="text/css" rel="stylesheet" href="css/guidelines.css" />
<link type="text/css" rel="stylesheet" href="css/animate.css" />
<script src="https://use.fontawesome.com/1ffa1f8e71.js"></script>
<!-- Mobile Optimisation -->
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
</head>
<body class="blue-grey darken-4">
<!-- SideNav Bar -->
<ul id="slide-out" class="hide-on-med-and-up blue-grey darken-4 side-nav">
<a href="#" class="center brand-logo">
<img id="mainlogo" src="images/dawoclogo.png" />
</a>
<li>
<a href="index.html" class="white-text">Home</a>
</li>
<li>
<a href="index.html/#timeline" class="white-text">Timeline</a>
</li>
<li>
<a href="register.html" target="_blank" class="white-text">Register</a>
</li>
</ul>
<div class="hide-on-med-and-up" id="slider">
<a href="#" data-activates="slide-out" class="button-collapse">
<i class="white-text material-icons">menu</i>
</a>
</div>
<!-- Main Nav Bar -->
<div class="hide-on-small-only navbar-fixed">
<nav class="transparent z-depth-0">
<div class="nav-wrapper">
<a href="#" class="animated zoomIn left brand-logo">
<img id="mainlogo" src="images/dawoclogo.png" />
</a>
<ul id="nav-mobile" class="right">
<li>
<a class="animated bounceIn" href="index.html">Home</a>
</li>
<li>
<a class="animated bounceInRight" href="index.html/#timeline">Timeline</a>
</li>
<li>
<a class="animated bounceInLeft" href="register.html" target="_blank">Register</a>
</li>
</ul>
</div>
</nav>
</div>
<div id="temp__" class="section center">
<p>
<a href="https://docs.google.com/document/d/e/2PACX-1vRizrQD7s-7B1osTgfQ8M3sG-LVwNVTHaBFE8-msVaS0yRvSQ8_Y3mlcXJ4zGVECyAWDZZ_oSxs8P1b/pub"
target="_blank" class="texty">Mentor Manual</a>
<span class="white-text texty2 hide-on-small-only">|</span>
<a href="https://docs.google.com/document/d/e/2PACX-1vQrZ9VwNxyoAg7APJgsfju2rZtcihGObwEZmb6kDul8Hof1MdOgSTioYAN7ustFRcm5YwZ0N4Jy-Dh4/pub"
target="_blank" class="texty">Student Manual</a>
</p>
</div>
<!-- Temporary when resource not available
<div id="temp__" class="section container">
<h1 id="temp_" class="white-text center">Guidelines will be here shortly.</h1>
<p class="temp center">
Go back to<i class="material-icons white-text ico">arrow_forward</i>
</p>
<div class="center">
<a href="index.html" class="temp1">Home</a>
</div>
</div> -->
<!-- Footer -->
<footer class="page-footer blue accent-4">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Developer Student Club</h5>
<p class="grey-text text-lighten-4">A Club full of enthusiastic developers.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<a href="https://github.com/google-developers-group-daiict" target="_blank">
<i class="fa fa-github white-text fa-2x" aria-hidden="true"></i>
</a>
<a id="google_plus_parent" href="https://plus.google.com/+Gdgdaiict" target="_blank">
<i class="fa fa-google-plus white-text fa-2x" aria-hidden="true"></i>
</a>
<a id="twitter_parent" href="https://twitter.com/GDGDAIICT" target="_blank">
<i class="fa fa-twitter white-text fa-2x" aria-hidden="true"></i>
</a>
<a target="_blank" href="https://m.facebook.com/groups/1656577537738676" id="fb_parent">
<i class="white-text fa fa-facebook-official fa-2x"></i>
</a>
<a href="mailto:[email protected]" id="mail_parent">
<i class="fa fa-envelope white-text fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2017 DAWoC
</div>
</div>
</footer>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script type="text/javascript" src="js/guidelines.js"></script>
</body>