Skip to content

Commit 0182771

Browse files
committed
Add colophon, refine words
1 parent 6d3b460 commit 0182771

File tree

3 files changed

+49
-24
lines changed

3 files changed

+49
-24
lines changed

_data/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Austin JavaScript",
3-
"description": "Austin JavaScript is a community-driven group that meets regularly to discuss JavaScript and the open web.",
3+
"description": "A community-driven group that meets regularly in Austin, Texas, to discuss JavaScript and the open web.",
44
"url": "https://austinjavascript.com",
55
"feedUrl": "https://austinjavascript.com/feed.xml",
66
"author": {

_includes/business-card.liquid

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<div class="card-content">
33
<div class="media">
44
<div class="media-left">
5+
{%- if size == 'small' -%}
6+
<figure class="image is-64x64 has-background-grey-lighter">
7+
{%- else -%}
58
<figure class="image is-96x96 has-background-grey-lighter">
9+
{%- endif -%}
610
{%- avatar person.avatar, person.name -%}
711
</figure>
812
</div>

about.liquid

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ meta:
77
<div class="columns is-variable is-8-desktop">
88
<div class="column is-two-thirds">
99
<div class="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>
1212
<ul>
1313
<li>The JavaScript language</li>
1414
<li>JavaScript application frameworks</li>
@@ -20,47 +20,68 @@ meta:
2020
<li>How CSS colors got their names</li>
2121
<li>JavaScript position openings</li>
2222
</ul>
23-
<p>If you’d like to get more details on past topics, take a look at the <a href="/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 <a href="/posts/meetups/">meetup archives</a>—they're full of videos and fascinating characters.</p>
2424

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>
2727

2828
<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 <a href="/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 <a href="/code-of-conduct/">Code of Conduct</a>.</p>
30+
31+
<h2>Colophon</h2>
32+
<p>Austin JavaScript is powered by &lt;surprise!&gt; 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: <a href="https://11ty.dev/">Eleventy (11ty)</a></li>
35+
<li>Templating language: <a href="https://liquidjs.com/">LiquidJS</a></li>
36+
<li>Image resizing/caching: <a href="https://11ty/eleventy-img/">@11ty/eleventy-img</a></li>
37+
<li>CSS framework: <a href="https://bulma.io/">Bulma</a></li>
38+
<li>Stylesheet preprocessor: <a href="https://sass-lang.com/">Sass</a>, <a href="https://github.com/sass/node-sass">node-sass</a></li>
39+
<li>Icons: <a href="https://ionicons.com/">Ionicons</a></li>
40+
<li>JavaScript linting: <a href="https://eslint.org">ESLint</a>, <a href="https://www.npmjs.com/package/eslint-config-airbnb-base">Airbnb config</a></li>
41+
<li>Markdown linting: <a href="https://github.com/DavidAnson/markdownlint">MarkdownLint</a></li>
42+
<li>Source code versioning, CI/CD, web site hosting: <a href="https://github.com/austinjavascript/austinjavascript.com/">GitHub</a></li>
43+
</ul>
3044
</div>
3145

3246
<div class="has-offset-top-3 has-border-top">
47+
</div>
48+
</div>
49+
50+
<div class="column">
51+
<div class="has-offset-top-2">
3352
<div class="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 <a href="{{ '/contributing/' | url }}">get more involved</a>.</p>
3655
</div>
56+
3757
<div class="bricks-flex">
3858
{%- for key in people -%}
3959
{%- assign person = key[1] -%}
40-
{%- if person.status == 'emeriti' -%}
60+
{%- if person.status == 'active' -%}
4161
<div class="brick">
42-
{%- include business-card.liquid -%}
62+
{%- include business-card, size: 'small' -%}
4363
</div>
4464
{%- endif -%}
4565
{%- endfor -%}
4666
</div>
4767
</div>
48-
</div>
4968

50-
<div class="column">
51-
<div class="has-offset-top-2">
69+
<div class="has-offset-top">
5270
<div class="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 <a href="{{ '/contributing/' | url }}">get involved</a>.</p>
55-
</div>
56-
{%- for key in people -%}
57-
{%- assign person = key[1] -%}
58-
{%- if person.status == 'active' -%}
59-
<div class="brick">
60-
{%- include business-card.liquid -%}
71+
<h2>Emeriti</h2>
72+
<p>These past leaders helped make Austin JavaScript what it is today.</p>
6173
</div>
62-
{%- endif -%}
63-
{%- endfor -%}
74+
75+
<div class="bricks-flex">
76+
{%- for key in people -%}
77+
{%- assign person = key[1] -%}
78+
{%- if person.status == 'emeriti' -%}
79+
<div class="brick">
80+
{%- include business-card, size: 'small' -%}
81+
</div>
82+
{%- endif -%}
83+
{%- endfor -%}
6484
</div>
85+
</div>
6586
</div>
6687
</div>

0 commit comments

Comments
 (0)