-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (92 loc) · 2.95 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
---
layout: default
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.title }}</title>
<meta name="description" content="{{ site.description }}">
<link rel="icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
</head>
<body>
<header id="hero" class="section-blue section-big">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>
<a href="http://codeaholics.io">
Codeaholics
</a>
</h1>
</div>
</div>
<div class="heading-smaller">
*the* hong kong programming community
</div>
</div>
</header>
<section id="marquee">
<div class="container">
<marquee>
We meet monthly at CoCoon.
Check on
<a href="http://www.meetup.com/Codeaholics/">
our Meetup
</a>
for the latest events.
</marquee>
</div>
</section>
<section class="bg bg1">
</section>
<section id="about">
<div class="container">
<a href="#about" class="section-self-link">
<h2>Codeaholics</h2>
</a>
<h3>Join the community</h3>
<p>
Slack:
<a href="http://slack.codeaholics.io">
Join our Slack group to chat with us.
</a>
</p>
<p>
Meetup:
<a href="http://www.meetup.com/Codeaholics/">
Join our Meetup group to find out about our latest events.
</a>
</p>
<p>
Google Group:
<a href="https://groups.google.com/group/codeaholics">
Join our Google Group to keep up with announcements.
</a>
</p>
<p>
Twitter:
<a href="https://twitter.com/codeaholics">
Follow our Twitter to keep up to date.
</a>
</p>
</div>
<script async defer src="http://slack.codeaholics.io/slackin.js?large"></script>
</section>
</body>
<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-69204397-1', 'auto');
ga('send', 'pageview');
</script>
</html>