forked from austinjavascript/austinjavascript.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (61 loc) · 1.63 KB
/
index.html
File metadata and controls
76 lines (61 loc) · 1.63 KB
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
---
layout: default
---
<section class="the-stuff ajs-box">
<img alt="The latest" src="/img/the-latest.svg" />
<div id="no-upcoming-meetups" class="hidden">
<p>
We haven't announced upcoming meetup details. Check back here or
<a href="{{ site.twitter.url }}">follow us on Twitter</a> for updates.
</p>
<a href="{{ site.categories.meetups[0].url }}" class="go-on">
Tell me about the last meetup →
</a>
</div>
<div>
<p>
The next meetup is
<x-date>{{ site.categories.meetups[0].when | date_to_xmlschema }}</x-date>.
You should swing by!
<script>{% include js/upcoming.js %}</script>
</p>
<a href="{{ site.categories.meetups[0].url }}" class="go-on">
Tell me about it →
</a>
</div>
</section>
<section class="the-stuff ajs-box">
<img alt="What is this?" src="/img/what-is-this.svg" />
<p>
A community-driven group that meets to discuss JavaScript and the open web.
</p>
<a href="/about/" class="go-on">
Let's hear more →
</a>
</section>
<p>
<a class=no-hover-color href="{{ site.twitter.url }}">
<img class=please-retweet
alt="{{ site.twitter.user }} on Twitter"
src="/img/please-retweet.svg" />
</a>
</p>
<p>
We work hard to build a community that treats people with excellence. We've
formalized this in <a href="/austinjs-code-of-conduct/">the Austin JavaScript
Code of Conduct</a>.
</p>
<h2>
Recent Posts
</h2>
<ul>
{% for post in site.posts limit:5 %}
<li>
<a href="{{ post.url }}">
{{ post.title }}
</a>
</li>
{% endfor %}
</ul>
<a href=/archive>All posts →</a>
<!-- java 4 life -->