-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (185 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Wellington Go Club</title>
<meta name="description" content="The Wellington Go Club is a friendly space for learning and playing the game of go (a.k.a. baduk, weiqi, igo).">
<meta name="author" content="Jenny Sahng">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/nav.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<div class="container" id="top">
<!-- NAVBAR
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="navbar-spacer"></div>
<nav class="navbar">
<input type="checkbox" id="nav"/>
<label for="nav" class="nav-open"><i></i><i></i><i></i></label>
<div class="nav-container">
<ul class="navbar-list">
<li><a href="#top" id="#top-link" class="navbar-link">Home</a></li>
<li><a href="#about" id="#about-link" class="navbar-link">About</a></li>
<li><a href="#events" id="#events-link" class="navbar-link">Events</a></li>
<li><a href="#resources" id="#resources-link" class="navbar-link">Resources</a></li>
<li><a href="#contact" id="#contact-link" class="navbar-link">Contact</a></li>
</ul>
</div>
</nav>
<!-- HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<section class="header">
<h1>Wellington Go Club</h1>
<div class="subtitle">
<h4>A friendly space to learn and to play the ancient game of Go.</h4>
</div>
<div class="value-props row">
<div class="four columns value-prop">
<img class="value-img" src="images/go.svg">
Go is an ancient strategy board game in which the aim is to surround more territory than the opponent. It has simple rules, but incredible complexity.
</div>
<div class="four columns value-prop">
<img class="value-img" src="images/location.svg">
The Wellington Go Club meets on <strong>Tuesdays</strong> from <strong>5:30pm till late</strong>, at <a href="https://goo.gl/maps/u2FtxxKKvRU2" target="_blank">Victoria University of Wellington</a>, Room 350 in the Cotton Building.
</div>
<div class="four columns value-prop">
<img class="value-img" src="images/handshake.svg">
Free to attend and players of all skill levels are welcome including beginners. There is always someone happy to teach new players.
</div>
</div>
</section>
<!-- ABOUT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="body-section">
<h2 class="body-header" id="about">About</h2>
<img src="images/ancient_go.jpg" alt="Go is an ancient game dating back almost 5000 years." class="u-full-width mb">
<h3>What is Go?</h3>
<p>
Go (also known as wéiqí 圍棋 in Chinese, baduk 바둑 in Korean, and igo 囲碁 in Japanese) is an ancient strategy board game where two players aim to surround the most territory on a grid. The rules are simple: The game starts with an empty board with 19 x 19 intersections. The players take alternate placing stones on empty intersections with Black playing the first move. Stones are removed from the board when they are completely surrounded and when the game ends, the player with the largest area wins. Find out more about how to play in our <a href="#resources">resources section</a>.
</p>
<blockquote cite="http://senseis.xmp.net/?GreatQuotes">
A few moments to learn, a lifetime to master.
</blockquote>
<p>
The 19 x 19 board gives an immense number of possibilities for each move. Even with simple rules, its vast complexity made it the last perfect information, zero-sum board game that humans could beat computers. Until 2016 when the AI <a href="https://deepmind.com/research/alphago/" target="_blank">AlphaGo</a>, defeated the top professional, Lee Sedol, in a best of 5 match.
</p>
<h3>The Wellington Go Club</h3>
<p>
We are a small but active community based in Wellington and our meetups are run by the <a href="https://www.facebook.com/VicGoClub/" target="_blank">Victoria Go Club</a>. We cater to running games between members and teaching people of any skill level, especially beginners. There is no membership fee to join, and no obligation to turn up every week. For more information about the club, feel free to get touch and we will get back to you as soon as possible.
</p>
</div>
<!-- EVENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="body-section">
<h2 class="body-header" id="events">Events</h2>
<div class="row">
<div class="one-half column">
<p>
The Wellington Go Club meets on <strong>Tuesdays at 5:30pm till late</strong>, at the <a href="https://goo.gl/maps/u2FtxxKKvRU2" target="_blank">Victoria University of Wellington, Room 350 in the Cotton Building</a>. The staff parking becomes free after 5pm and there is a bus stop nearby on Kelburn Parade.
</p>
<p>
Our regular meetups include going through tsumego (go problems), the occasional lecture, and, of course, playing lots of games. We have a wide range of skilled players and there's always someone who is happy to help beginners learn the game.
</p>
</div>
<div class="one-half column">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2997.8618188473056!2d174.76608620124446!3d-41.29011172917139!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6d38b028d55b86d9%3A0xae56bb73c9d994bd!2sCotton+Building%2C+Kelburn%2C+Wellington+6012!5e0!3m2!1sen!2snz!4v1523958986608" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen class="mb"></iframe>
</div>
</div>
<p>
Over the summer, we run a <strong>Stones in the Park</strong> event at the Botanic Gardens. This is a casual get-together to play some Go and to enjoy the sunshine.
</p>
<p>
We occasionally run lectures from experienced players and visiting guests, which help improve everyone's skills. If you are interested in coming along and giving a lecture, don't hesitate to <a href="#contact">get in touch</a>.
</p>
</div>
<!-- RESOURCES
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="body-section">
<h2 class="body-header" id="resources">Online Resources</h2>
<h3 id="beginners">Lean to play</h3>
<li><a href="https://online-go.com/learn-to-play-go" alt="Online Go Server" target="_blank">Online Go Server</a>: Popular American website for playing go online. Includes a great tutorial for beginners.</li>
<li><a href="http://www.goproblems.com/" alt="Go Problems Website" target="_blank">Go Problems</a>: A free database of tsumego (Go problems) for all levels of players to sharpen their skills.</li>
<h3>Play online</h3>
<ul>
<li><a href="https://www.gokgs.com/" alt="KGS Go Server" target="_blank">KGS Go Server</a>: American based go playing server.</li>
<li><a href="http://www.tygembaduk.com/" alt="Tygem Go Server" target="_blank">Tygem Go Server</a>: Korean based go playing server.</li>
<li><a href="http://pandanet-igs.com/communities/pandanet" alt="Internet Go Server" target="_blank">Internet Go Server</a>: Japanese based go playing server. This has a great mobile compatible app for playing go.</li>
</ul>
<h3>Free books</h3>
<ul>
<li><a href="http://www.usgo.org/way-go" alt="The Way To Go by Karl Baker" target="_blank">The Way To Go - Karl Baker</a>: A thorough introduction to Go, which explores the basic rules and how they expand into a complex game.</li>
<li><a href="https://cdn.online-go.com/shape_up.pdf" alt="Shape Up by Charles Matthews and Seong-June Kim" target="_blank">Shape Up by Charles Matthews and Seong-June Kim</a>: An extensive introduction to basic shapes and moves played in Go, including: table shapes, jumps and cutting.</li>
</ul>
<h3>Wikis</h3>
<ul>
<li><a href="https://senseis.xmp.net/" alt="Sensei's Library" target="_blank">Sensei's Library</a>: A free encyclopedia of Go, started in September 2000, and written collaboratively by people all around the world.</li>
<li><a href="https://www.lifein19x19.com/" alt="Life in 19 x 19" target="_blank">Life in 19 x 19</a>: An online forum for discussion on all things Go related</li>
<li><a href="/r/baduk" alt="reddit baduk" target="_blank">/r/baduk</a>: A subreddit dedicated to discussions, Go problems, game reviews, news, events, tournaments, lessons and more. </li>
</ul>
</div>
<!-- CONTACT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="body-section">
<h2 class="body-header" id="contact">Contact</h2>
<p>
If you are interested in playing some games, giving a lecture, proposing an event or just want to learn more about Go, feel free to contact us by filling out the form below.
</p>
<form action="https://formspree.io/wellingtongoclub@gmail.com" method="POST">
<div class="row">
<div class="six columns">
<label for="emailSubjectInput">Subject</label>
<input class="u-full-width" type="text" name="_subject" placeholder="Interested in the club..." id="emailSubjectInput">
</div>
<div class="six columns">
<label for="emailAddressInput">Your email address</label>
<input class="u-full-width" type="email" name="_replyto" placeholder="name@example.com" id="emailSubjectInput">
</div>
</div>
<label for="emailMessage">Message</label>
<textarea class="u-full-width" name="message" placeholder="..." id="emailMessage"></textarea>
<input type="submit" value="Send">
<input type="hidden" name="_next" value="email_sent.html" />
</form>
</div>
<!-- FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="body-section footer">
Wellington Go Club 2017 © Built using <a href="http://getskeleton.com" alt="Skeleton: Responsive CSS Boilerplate" target="_blank">Skeleton CSS</a> by Jenny Sahng.<br>
Icons from the Noun Project: Go by Duygu Ozkan, Location by prakruti, Handshake by FORMGUT.
</div>
</div>
<!-- SCRIPTS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Asynchronous font loading -->
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Raleway:300,400,700' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>