-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuy.html
106 lines (93 loc) · 3.24 KB
/
buy.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
<!DOCTYPE html>
<html>
<head>
<title>Buy</title>
<link rel="stylesheet" type="text/css" href="css/style.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">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style>
body {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeueLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
</style>
</head>
<body>
<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">
<h2 align="center"> Store </br> </h2>
<table style="width:100%; text-align:center; table-layout: fixed; margin-top:-25px;" align="center" border="0">
<tr>
<td><img src="images/buysticker.png" width="55%"></td>
<td><img src="images/placeholder.png" width="55%"></td>
</tr>
<tr>
<td>HS Tech Sticker (20 ฿)</td>
<td>Dri-Fit HS Tech T-Shirt (200 ฿)</td>
</tr>
<tr>
<td><a href="#"><img src="images/paypal.png" width="180px" onmouseover="this.src='images/paypal2.png'" onmouseout="this.src='images/paypal.png'"></a></td>
<td><a href="#"><img src="images/paypal.png" width="180px" onmouseover="this.src='images/paypal2.png'" onmouseout="this.src='images/paypal.png'"></a></td>
</tr>
</table>
<p align="center" style="margin-bottom:-50px;">
<br>
Alternatively, contact a HS Tech Member to pay in cash.
</p>
<div align="middle" class="list grid-6">
</div>
</div>
<div class="black">
<div id="about">
<div class="content row">
<h2 style="margin-bottom:-47px;">Proceeds </h2>
<div class="list grid-12">
<p class="body text" style="margin-bottom:-15px;">
All profits made through selling HS Tech gear will go directly to the community service aspect of our club. This will mainly be for paying for the restoration of donated technological devices. Further information about this inititative can be found by clicking on the "Tech Drive" tab.
</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>