-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtechbar.html
More file actions
113 lines (102 loc) · 4.31 KB
/
Copy pathtechbar.html
File metadata and controls
113 lines (102 loc) · 4.31 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
<!--Judge Madan-->
<!DOCTYPE html>
<html>
<head>
<title>Tech Bar</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/slider.css">
<link rel="stylesheet" type="text/css" href="css/settings.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="images/favicon.ico" type="image/icon">
<style>
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; ;
}
</style>
</head>
<body style="display: block;">
<nav class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="index.html" style="width: 180px;"> <img src="images/panther.png" width="38"> ISB HS Tech </a>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="members.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us </a>
</li>
<li>
<a href="solutions.html">Tech Solutions</a>
</li>
<li>
<a href="community.html">Tech Drive </a>
</li>
<li>
<a href="techbar.html">Tech Bar</a>
</li>
<li>
<a href="softdev.html">Software Development</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="maincontent">
<div class="content row">
<p style="margin-bottom:20px; text-align: center; padding-top: 37px;font-family: 'HelveticaNeue-Light'; font-size: 32px; font-weight: 10px;">
Tech Bar
</p>
<div class="list grid-12">
<iframe width="95%" style="height:65vh" src="http://www.youtube.com/embed/pPlmWvpi9Dc" frameborder="0" allowfullscreen></iframe>
<p class="body text">
</p>
</div>
<div class="list grid-6">
<p align="middle" style="margin-top:-30px;">
<b>Basic Information for Customers:</b>
</p>
The Tech Bar is another way in which HS Tech solves tech problems at ISB (the whole school; not just high school) and consequently maximizing learning for ISB students.
</br>
</br>
What is a "Tech Bar"? The Tech Bar is based off of Apple's Genius Bar, which is defined as "a tech support station located inside some Apple retail stores, the purpose of which is to offer help and support for Apple products." ISB HS Tech's own version of the Tech Bar is a tech support station located right next to the cafeteria (Mr. Hochberg's old room).
</br>
</br>
We have our techies stationed there for THE WHOLE SCHOOL DAY, from 7:20 to 2:05, excluding our lunch break from 10:20 to 11:10, EVERYDAY! So, if you have a tech problem (doesn't have to be an Apple product), just stop by our station, and we'll make sure to get it fixed.
</br>
</br>
We serve students, teachers, and staff!
</br>
</br>
We look forward to helping you all soon.
</div>
<div class= "list grid-6">
<img src="images/techbar.png" style="margin-top:-30px; width:80%;">
</div>
</div>
<div class="black">
<div id="about">
<div class="content row">
<p style="margin-top:30px;; font-family:'HelveticaNeue-Light'; text-align:center; font-size:30px;">Benefits for HS Tech Members</p>
<div class="list grid-12">
<p class="body text" style="margin-bottom:-10px;">
By having HS Tech members (students) provide help, instead of Mr. Bell/teachers, our members get first-hand experience about the major tech issues involved in the education/school system. This will allow us to understand the problems associated with efficient technology use in the world at a deeper level. This understanding will enable us to come up with creative tech ideas in the future, such as new apps, software, or systems, that may change the world and its educational system in a positive way.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="mainFooter" class="clearfix">
<p>
Copyright © 2014-2015 ISB HS Tech. All rights reserved.
</p>
</footer>
</body>
</html>