-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (221 loc) · 7.79 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!--[if lte IE 8]>
<script type="text/javascript">
window.location = "https://www.google.com/chrome/browser/";
</script>
<![endif]-->
<html>
<header>
<meta charset="UTF-8">
<title>SZDIY Community</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<link rel="stylesheet" type="text/css" media="screen" href="css/szdiy_main.css">
</header>
<body>
<nav>
<ul>
<li><a href="#intro">Intro</a></li>
<li><a href="http://wiki.szdiy.org">Wiki</a></li>
<li><a href="#story">Our Story</a></li>
<li><a href="#membership">Membership</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#sponsors">Sponsors</a></li>
</ul>
</nav>
<div id="intro" class="intro-container">
<div class="badge-container">
<div class="intro-welcome">
</div><br/>
<div class="intro-badge">
</div><br/>
<div class="intro-footer">
</div>
</div>
</div>
<section id="story" class="description-content">
<div class="width-limit">
<div class="description-body margin-right">
<h1>Who We Are?</h1>
<!-- NOTE: If you think "who we are" is wrong English, please check here and see if you're better than Cambridge English department: http://www.cambridgeenglish.org/about-us/who-we-are/
-- From Nala Ginrut --> <br/><br/><br/><br/>
<p>SZDIY is a Hacker/Maker community in Shenzhen. We love old-school fashion technics, but we're not old-fashion.
We make cool stuffs like electronic boards, game cubes, even solar devices - all built by our own hands, that's why we call our community SZDIY.</p>
</div>
<div class="picture-content margin-left">
<ul class="image-box-story">
<li></li>
<li></li>
<li></li>
<li></li>
</ul> <!-- What does this part do? -->
</div>
</div>
</section>
<section id="membership" class="background-content">
<div id="hacking-text">
Care for a position?<br/><br/>
<a href="http://wiki.szdiy.org/index.php?title=SZDIY%E4%BC%9A%E5%91%98%E5%88%B6%E5%BA%A6" id="emph">Get Involved with us!</a>
</div>
</section>
<section id="portfolio" class="portfolio-content">
<div class="what-we-have">
<h1>What We Have</h1>
</div>
<div class="show-wall">
<!-- Project 1 -->
<div class="rectangle-box">
<img src="../img/facephone.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
This is the facephone, the author Atommann made for his grandmother.
</div>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="rectangle-box">
<img src="../img/wang_cnc.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
This is a CNC made by Mr. Wang.
</div>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="rectangle-box">
<img src="../img/zen_3dprinter.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
This is a 3dprinter made by Brother Zeng.
</div>
</div>
</div>
</div>
<!-- Project 4 -->
<div class="rectangle-box">
<img src="../img/geek_clock.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
<a href="http://wiki.szdiy.org/index.php?title=%E7%A4%BE%E5%8C%BALED%E6%97%B6%E9%92%9F">
A geek clock which can only be read by szdiy member...
</a>
</div>
</div>
</div>
</div>
<!-- Project 5 -->
<div class="rectangle-box">
<img src="../img/terry_polascii.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
<a href="http://polascii.szdiy.org/index.html">
Terry's polascii, an interesting char-camara.
Very popular on 2014 Shenzhen MakerFaire.
</a>
</div>
</div>
</div>
</div>
<!-- Project 6 -->
<div class="rectangle-box">
<img src="../img/boardcar.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
<a href="http://wiki.szdiy.org/index.php?title=%E9%BA%A6%E5%85%8B%E7%BA%B3%E5%A7%86%E8%BD%AE%E5%B0%8F%E8%BD%A6">
Mecanum Car from Xu and Yan.
</a>
</div>
</div>
</div>
</div>
<!-- Project 7 -->
<div class="rectangle-box">
<img src="../img/dama.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
<a href="http://wiki.szdiy.org/index.php?title=%E5%B9%BF%E5%9C%BA%E8%88%9E%E6%B6%88%E9%9F%B3%E5%99%A8">
DAMA project to make square-dama happier while other guys happy.
</a>
</div>
</div>
</div>
</div>
<!-- Project 8 -->
<div class="rectangle-box">
<img src="../img/tedx.jpg">
<div class="hover-info">
<div class="details-outer">
<div class="details-inner">
这是terry叔叔做的幻灯片,也算DIY作品...
</div>
</div>
</div>
</div>
</div>
</section>
<section id="hackspace" class="space-content">
</section>
<section id="contact" class="contact-content">
<div class="join-us">
<h1>Join Us</h1>
</div>
<div class="join-us-content">
<p><b>We hold regular meeting every Thursday night 20:00, FREE !</b></p>
<a href="https://groups.google.com/d/forum/szdiy"><p>Mailing-List</p></a>
<a href="https://github.com/szdiy/"><p>github</p></a>
<a href="http://wiki.szdiy.org"><p>Our wiki</p></a>
<a href="https://webchat.freenode.net/?channels=szdiy"><p>IRC (on web)</p></a>
<a href="https://www.flickr.com/groups/szdiy"><p>Pictures</p></a>
<p>weibo: @深圳DIY</p>
<p>twitter: @szdiy</p>
<p>Contact admin: szdiyadm[@]gmail.com</p>
<p>Address:
<ul>
<li align="left">深圳市南山区白石洲沙河工业区 41 栋 301 室</li>
<li>Room 301, Bld. 41, ShaHe Industrial Park, BaiShiZhou, NanShan District,
ShenZhen</li>
</ul>
</p>
<p>Map:
<ul>
<li><a href="https://goo.gl/maps/J8Efw">Google Map</a></li>
<li><a href="http://amap.com/0E49sS">高德地图</a></li>
</ul>
</p>
</div>
</section>
<section id="sponsors">
<center> <h1>Sponsors</h1> </center>
</br>
<p><a href="http://www.samapp.net"><img src="img/sama.jpg" width="270" height="126"></a></p>
</section>
<footer>
<hr></hr>
<center><p>© 2014 SZDIY, Org.</p>
<ul>
<li class="footer-links"><a href="mailto:[email protected]">Contact</a></li>
<li class="footer-links"><a href="http://api.szdiy.org">API</a></li>
<li class="footer-links"><a href="#">Blog</a></li>
<li class="footer-links"><a href="http://wiki.szdiy.org">Wiki</a></li>
</ul>
</br>
</center>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-6371858-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>