-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
78 lines (59 loc) · 2.43 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="description" content="Long Beach weekly meet up for Nerds, Programmers, Hobbyists, and Hackers. We meet every Tuesday at Rebel Bite in Downtown Long Beach." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hack Night | Long Beach Uncoded Meetup</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="css/style.css">
</head>
<div class="masthead">
<div class="container">
<img src="/img/logo.svg">
<p>
Nerds, Programmers, Hobbyists, and Hackers in Long Beach, CA
</p>
</div><! .container ->
</div><! .masthead ->
<div class="bodyrock">
<div class="container">
<h2>
What is Hack Night?
</h2>
<p>
We are a local Long Beach Tech meetup. We welcome people of any technical competency. If you are a Luddite or a master hacker, all are welcome and encouraged to join in our discussions. Come join us every Tuesday for a chance to network and learn. We are part of the non-profit group <a rel="nofollow" target="_blank" href="http://www.uncoded.org/">Uncoded</a>.
</p>
<h2>
Where We Meet
</h2>
<!--
<p>
We have been meeting at <a rel="nofollow" target="_blank" href="http://www.ahimsavegancafe.com/">Ahimsa Vegan Kitchen</a> for over a few weeks now and it's become our unofficial home. Take advantage of the delicious vegan grub!
</p>
-->
<h3>
Follow Us
</h3>
<p>
Folow us to get the latest updates.
</p>
<div class="co-box">
<div class="columns social">
<div class="cell">
<a rel="nofollow" target="_blank" href="https://twitter.com/hacknightlbc"><img alt="Twitter" src="/img/twitter.svg"></a>
</div>
<div class="cell">
<a rel="nofollow" target="_blank" href="https://github.com/hacknightlbc"><img alt="Github" src="/img/github.svg"></a>
</div>
<div class="cell">
<a rel="nofollow" target="_blank" href="https://www.instagram.com/hacknightlbc/"><img alt="Instagram" src="/img/instagram.svg"></a>
</div>
</div><!- .columns ->
</div><!- .co-box ->
</div><!- .container ->
</div>
<div class="footer">
<div class="container">
This Page is Public Domain and <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero</a>
</div>
</div>