-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
101 lines (90 loc) · 3.79 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us</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 rel="stylesheet" type="text/css" href="css/contact.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">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<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="content">
<header class="mainHeader">
<div>
<ul class="bxslider" id="slideshow">
<li>
<img src="images/hstechmap.png" height="40" width="640">
</li>
</ul>
<div class="contactbox">
<div class="contacttext">
<div>
<img src="images/contactimages/email.png" width="10%" height="10%" hspace="2%"/>
<a href= "mailto:hstech@students.isb.ac.th"> hstech@students.isb.ac.th</a>
</div>
<div class="contactsocial">
<ul>
<li>
<a href="https://twitter.com/ISBHSTech/" target="_blank"><img src= "images/contactimages/twitter.png" width="10%" height="10%" hspace="5%"></a>
<a href="https://www.youtube.com/user/isbhstech" target="_blank"> <img src= "images/contactimages/youtube.png" width="10%" height="10%" hspace="5%"></a>
<a href="https://www.facebook.com/isbhstech" target="_blank"><img src= "images/contactimages/facebook.png" width= "10%" height="10%" hspace="5%" vspace="2%"></a>
</li>
</ul>
</div>
<div style="padding-top:8px;">
Click on one of the icons above to contact us! We will respond to your questions as fast as possible. Follow our twitter account for updates on our club's activities. By subscribing to our YouTube channel, you can easily find videos for numerous tech tips and common technology fixes. Any questions you would like to ask directly, can be asked through our email, or just posting on our Facebook page.
<br>
<br>
Tech yourself before you wreck yourself!
<br><br>Alternatively, use<a style="font-size:16px;margin-left:5px; margin-right:2px;" href="https://docs.google.com/forms/viewform?bc=transparent&embedded=true&f=Arial%252C%2BVerdana%252C%2Bsans-serif&hl=en&htc=%2523666666&id=1llbfXpJs728hKIFasB1XbI6Mqkn7qYKTSL5s2EWf_Ek&lc=%25234e7dbf&pli=1&tc=%2523000000&ttl=0">this</a> form to submit any questions.<br>
</div>
</div>
</div>
</header>
</div>
<footer class="mainFooter" class="clearfix">
<p>
Copyright © 2014-2015 ISB HS Tech. All rights reserved.</p>
</footer>
</body>
</html>