You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about.liquid
+44-23Lines changed: 44 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ meta:
7
7
<divclass="columns is-variable is-8-desktop">
8
8
<divclass="column is-two-thirds">
9
9
<divclass="content">
10
-
<h1>About</h1>
11
-
<p>Austin JavaScript is a community that meets regularly to discuss JavaScript and the open web. The group started back in 2009, and it’s been going strong ever since. We cover a range of topics, including:</p>
10
+
<h1>About us</h1>
11
+
<p>We are a JavaScript community that meets regularly in Austin, Texas, to discuss a wide range of topics, including:</p>
12
12
<ul>
13
13
<li>The JavaScript language</li>
14
14
<li>JavaScript application frameworks</li>
@@ -20,47 +20,68 @@ meta:
20
20
<li>How CSS colors got their names</li>
21
21
<li>JavaScript position openings</li>
22
22
</ul>
23
-
<p>If you’d like to get more details on past topics, take a look at the <ahref="/posts/meetups/">meetup archives</a>.</p>
23
+
<p>The group started back in 2009 and has been going strong ever since. For a taste of our rich history, take a peak at the <ahref="/posts/meetups/">meetup archives</a>—they're full of videos and fascinating characters.</p>
24
24
25
-
<h2>How it usually works</h2>
26
-
<p>We typically meet on the 3<sup>rd</sup> Tuesday of each month somewhere deep in the heart of Austin, Texas — typically downtown. We’ll have a speaker or two, open things up for questions and discussion, and then head to a nearby watering hole to continue the festivities.</p>
25
+
<h2>Meetings</h2>
26
+
<p>We typically meet on the 3<sup>rd</sup> Tuesday of each month somewhere deep in the heart of Austin, Texas — typically downtown. We’ll have a speaker or two, open things up for questions and discussion, and then head to a nearby watering hole to continue the networking and the conversations.</p>
27
27
28
28
<h2>Excellence</h2>
29
-
<p>We work hard to build a community of like-minded people that treat each other with <em>excellence</em>. We’ve formalized what this means into our <ahref="/code-of-conduct/">Code of Conduct</a>.</p>
29
+
<p>We work hard to build a community of good natured and helpful people that treat each other with <em>excellence</em>. We’ve formalized what this means into our <ahref="/code-of-conduct/">Code of Conduct</a>.</p>
30
+
31
+
<h2>Colophon</h2>
32
+
<p>Austin JavaScript is powered by <surprise!> JavaScript! This website is kept humming by a great many spectacular moving parts. Here are but a few:</p>
33
+
<ul>
34
+
<li>Static site generator: <ahref="https://11ty.dev/">Eleventy (11ty)</a></li>
<li>Source code versioning, CI/CD, web site hosting: <ahref="https://github.com/austinjavascript/austinjavascript.com/">GitHub</a></li>
43
+
</ul>
30
44
</div>
31
45
32
46
<divclass="has-offset-top-3 has-border-top">
47
+
</div>
48
+
</div>
49
+
50
+
<divclass="column">
51
+
<divclass="has-offset-top-2">
33
52
<divclass="content">
34
-
<h2>Emeriti</h2>
35
-
<p>If you come across the following people at one of our events, kindly open the door for them, help them to their seat, and thank them for their many years of service. They helped make Austin JavaScript what it is today.</p>
53
+
<h2>Organizers</h2>
54
+
<p>Austin JavaScript is made possible by the goodwill and hard work of a great many people. Please reach out to the following folks if you have any questions or want to <ahref="{{ '/contributing/' | url }}">get more involved</a>.</p>
36
55
</div>
56
+
37
57
<divclass="bricks-flex">
38
58
{%- forkeyinpeople -%}
39
59
{%- assignperson = key[1] -%}
40
-
{%- ifperson.status=='emeriti' -%}
60
+
{%- ifperson.status=='active' -%}
41
61
<divclass="brick">
42
-
{%- includebusiness-card.liquid -%}
62
+
{%- includebusiness-card, size: 'small' -%}
43
63
</div>
44
64
{%- endif -%}
45
65
{%- endfor -%}
46
66
</div>
47
67
</div>
48
-
</div>
49
68
50
-
<divclass="column">
51
-
<divclass="has-offset-top-2">
69
+
<divclass="has-offset-top">
52
70
<divclass="content">
53
-
<h2>The Organizers</h2>
54
-
<p>Austin JavaScript is made possible by the hard work and goodwill of many people, but there are a few in particular that you should feel free to reach out to if you’ve got any questions or want to <ahref="{{ '/contributing/' | url }}">get involved</a>.</p>
55
-
</div>
56
-
{%- forkeyinpeople -%}
57
-
{%- assignperson = key[1] -%}
58
-
{%- ifperson.status=='active' -%}
59
-
<divclass="brick">
60
-
{%- includebusiness-card.liquid -%}
71
+
<h2>Emeriti</h2>
72
+
<p>These past leaders helped make Austin JavaScript what it is today.</p>
0 commit comments