-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (119 loc) · 4.71 KB
/
index.html
File metadata and controls
152 lines (119 loc) · 4.71 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html>
<head>
<title>Tech Team Member Center</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport"><!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link href="assets/css/main.css" rel="stylesheet"><!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div class="container" id="header">
<!-- Logo -->
<h1 id="logo"><a href="index.html">NHS Tech Team</a></h1><br>
<h1 id="logo"><a href="index.html">Member Center</a></h1>
<p>Tech Teams recource of anything a member should need</p><!-- Nav -->
<nav id="nav">
<ul>
<li>
<a class="icon fa-envelope" href="#"><span>Email</span></a>
<ul>
<li>
<a href="https://p3plcpnl0769.prod.phx3.secureserver.net:2096/">Webmail Access</a>
</li>
<li>
<a href="#">Team Emails</a>
<ul>
<li>
<a href="mailto:team@nhstech.us">Full Team</a>
</li>
<li>
<a href="mailto:executives@nhstech.us">Executives</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a class="icon fa-cloud" href="https://drive.google.com/drive/folders/0B3e6cL0rTgAUOXMyNTcxalkwclE"><span>Holocron</span></a>
<ul>
<li>
<a href="https://docs.google.com/spreadsheets/d/1OvTtgE80AqaTaF8oAAQsbDFlaLT97GSCINj8bWp9cx4">Member List</a>
</li>
<li>
<a href="https://drive.google.com/drive/folders/0B3e6cL0rTgAUOXMyNTcxalkwclE/0B3e6cL0rTgAUaTVBOVZua3dqYlU">Meetings</a>
</li>
<li>
<a href="https://drive.google.com/drive/folders/0B3e6cL0rTgAUOXMyNTcxalkwclE/0B3e6cL0rTgAUeUN4Slh0Yk5OVG8/0B__OKP_HeT0ueEx2NmljRzdySDg">Policy</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div><!-- Features -->
<div id="features-wrapper">
<section class="container" id="features">
<div class="row">
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a class="image featured" href="https://drive.google.com/drive/u/0/folders/0B3e6cL0rTgAUOXMyNTcxalkwclE"><img alt="" src="images/pic01.jpg"></a>
<header>
<h3>Holocron</h3>
</header>
<p>The Holocron is the Tech Teams cloud/Google Drive file system where all documents, programs, and forms can be found. Anything we send out to the team, most likley lives in this file system.</p>
</section>
<section>
<a class="image featured" href="#"><img alt="" src="images/pic05.jpg"></a>
<header>
<h3>Mail</h3>
</header>
<p>Mail access to your nhstech.us email is available here. Use this to access the web interface.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a class="image featured" href="https://nhstechteam.slack.com/"><img alt="" src="images/pic02.jpg"></a>
<header>
<h3>Slack</h3>
</header>
<p>Slack is our chatting and communication service. We use Slack in order to communicate with announcements, development discussion and communicating with past and present members.</p>
</section>
<section>
<a class="image featured" href="#"><img alt="" src="images/pic04.jpg"></a>
<header>
<h3>Timeline</h3>
</header>
<p>Look through the history of the team in a timeline displaying everything from yearbook photos, examples of I.D. cards, events and anything else.</p>
</section>
</div>
<div class="4u 12u(mobile)">
<!-- Feature -->
<section>
<a class="image featured" href="#"><img alt="" src="images/pic03.jpg"></a>
<header>
<h3>Leaderboard</h3>
</header>
<p>This is where you can see your production hours and see where you stack up against the competition.</p>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div class="container" id="copyright">
<ul class="links">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a>
</li>
</ul>
</div>
</div><!-- Scripts -->
<script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.dropotron.min.js"></script> <script src="assets/js/skel.min.js"></script> <script src="assets/js/skel-viewport.min.js"></script> <script src="assets/js/util.js"></script> <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>