-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
197 lines (166 loc) · 6.85 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<title>WW-P HSS Tech Desk</title>
<!-- CSS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
<link rel="stylesheet" type="text/css" href="css/materialize.min.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">-->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>-->
<!--<script>-->
<!--new WOW().init();-->
<!--</script>-->
</head>
<body>
<nav class="green darken-1">
<div class="nav-wrapper container">
<a href="#" class="brand-logo left">
<img class="responsive-img" src="img/navbarlogo.png" alt="nav logo"/>
</a>
<a href="#" class="fs12 brand-logo right"></a>
<ul class="right hide-on-med-and-down">
<li class="active"><a href="#">Home</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="./aboutus.html">About Us</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="right button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header center white-text text-lighten-2">HSS Tech Desk</h1>
<div class="row center">
<h5 class="header col s12 light">Offering a hand to anyone in need of technological help, whether it be students
or faculty.</h5>
</div>
<div class="row center">
<a href="contact.html" id="download-button"
class="z-depth-5 btn-large waves-effect waves-light green darken-1">Contact Us</a>
</div><br><br>
</div>
</div>
<div class="parallax"><img src="img/bg-gif.gif" alt="Unsplashed background img 1"></div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">access_time</i></h2>
<h5 class="center">Accessible</h5>
<p class="light">Tech Desk representatives are located near the front desk of the library during all periods,
so rest assured that any problems coming up during the day can be addressed quickly.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">money_off</i></h2>
<h5 class="center">Completely free</h5>
<p class="light">We are completely volunteer-based and offer help to anyone who requests it, free of
charge.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">school</i></h2>
<h5 class="center">Run by students</h5>
<p class="light">A student run club, Tech Desk members are comprised of the most technologically fluent
students at South, but are willing to help anyone of all skill levels.</p>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
</div>
</div>
</div>
<div class="parallax"><img src="img/bg1.png" alt="Unsplashed background img 2"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 center">
<h4>We can help you with:</h4>
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">code</i></h2>
<h5 class="center">Computer Programming</h5>
<p class="light">As many Tech Desk specialists have been through the South computer science curriculums
themselves, we will be happy to assist anyone having trouble with the intricacies of Java or any other
programming languages. </p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">apps</i></h2>
<h5 class="center">Software</h5>
<p class="light">In today's technological world, with constantly-updating software, it might be difficult
to navigate through changing interfaces. Luckily, the Tech Desk employs volunteers with intimate
knowledge of software, willing to help with any issues that might come up.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center green-text"><i class="material-icons">build</i></h2>
<h5 class="center">Hardware</h5>
<p class="light">The Tech Desk isn't just limited to the virtual world, however. We are equipped with
standard tools for computer assembly, and are happy to diagnose any hardware issues, even with
smartphones. Please <a class="green-text" href="contact.html">contact us</a> ahead of time if you have
any hardware issues.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer green">
<div class="container">
<div class="row">
<div class="col l6 s12">
<div class="mobile-show">
<img class="bottom-logo" src="img/techdesknewflat.png" alt="bottom logo">
</div>
<div class="mobile-hide">
<img src="img/techdesknewflat.png" alt="bottom logo">
</div>
</div>
<div class="col l3 s12">
<h5 class="white-text">Contact</h5>
<ul>
<li><a class="white-text" href="mailto:[email protected]">Email: [email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<span>HSS Tech Desk 2018-2019 ©</span>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>