Skip to content

Commit a59d91b

Browse files
committed
deploy: 08d4254
1 parent eaf99de commit a59d91b

File tree

114 files changed

+1350
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+1350
-773
lines changed

404.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Oops! Page not found •Austin JavaScript</title>
7-
<meta name="description" content=" Oops! Page not found Like U2, we still haven't found what you're looking for. Please try again from the home page. ">
8-
<link rel=canonical href="https://austinjavascript.com/404.html">
9-
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
106
<link rel="apple-touch-icon" type="image/png" href="/assets/icon/favicon-ios.png" sizes="180x180">
117
<link rel="icon" type="image/png" href="/assets/icon/favicon-android.png" sizes="192x192">
128
<link rel="icon" type="image/png" href="/assets/icon/favicon.png" sizes="32x32">
9+
<link rel=canonical href="https://austinjavascript.com/404.html">
10+
<meta name="description" content=" Oops! Page not found Like U2, we still haven't found what you're looking for. Please try again from the home page. ">
11+
<meta property="og:url" content="https://austinjavascript.com/404.html">
12+
<meta property="og:title" content="Oops! Page not found • Austin JavaScript">
13+
<meta property="og:description" content=" Oops! Page not found Like U2, we still haven't found what you're looking for. Please try again from the home page. ">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:creator" content="@AustinJS">
16+
<title>Oops! Page not found • Austin JavaScript</title>
17+
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
1318
<link rel="stylesheet" href="/assets/css/main.css">
1419
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
1520
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
@@ -49,7 +54,7 @@ <h1>Oops! Page not found</h1>
4954
</div>
5055

5156

52-
<p class="content has-text-right-desktop" style="font-size: 14px; margin-bottom: -2rem;">
57+
<p class="edit-page content has-text-right-desktop">
5358
<a href="https://github.com/austinjavascript/austinjavascript.com/blob/master/./404.html">Edit this page</a>
5459
</p>
5560
</div>

about/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>About •Austin JavaScript</title>
7-
<meta name="description" content="Austin JavaScript is a community that meets regularly in Austin, Texas, to discuss JavaScript and the open web.">
8-
<link rel=canonical href="https://austinjavascript.com/about/">
9-
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
106
<link rel="apple-touch-icon" type="image/png" href="/assets/icon/favicon-ios.png" sizes="180x180">
117
<link rel="icon" type="image/png" href="/assets/icon/favicon-android.png" sizes="192x192">
128
<link rel="icon" type="image/png" href="/assets/icon/favicon.png" sizes="32x32">
9+
<link rel=canonical href="https://austinjavascript.com/about/">
10+
<meta name="description" content="Austin JavaScript is a community that meets regularly in Austin, Texas, to discuss JavaScript and the open web.">
11+
<meta property="og:url" content="https://austinjavascript.com/about/">
12+
<meta property="og:title" content="About • Austin JavaScript">
13+
<meta property="og:description" content="Austin JavaScript is a community that meets regularly in Austin, Texas, to discuss JavaScript and the open web.">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:creator" content="@AustinJS">
16+
<title>About • Austin JavaScript</title>
17+
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
1318
<link rel="stylesheet" href="/assets/css/main.css">
1419
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
1520
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
@@ -275,7 +280,7 @@ <h2>Emeriti</h2>
275280
</div>
276281

277282

278-
<p class="content has-text-right-desktop" style="font-size: 14px; margin-bottom: -2rem;">
283+
<p class="edit-page content has-text-right-desktop">
279284
<a href="https://github.com/austinjavascript/austinjavascript.com/blob/master/./about.html">Edit this page</a>
280285
</p>
281286
</div>

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code-of-conduct/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Code of Conduct •Austin JavaScript</title>
7-
<meta name="description" content="Our meetup is dedicated to providing a harassment-free meetup experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion.">
8-
<link rel=canonical href="https://austinjavascript.com/code-of-conduct/">
9-
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
106
<link rel="apple-touch-icon" type="image/png" href="/assets/icon/favicon-ios.png" sizes="180x180">
117
<link rel="icon" type="image/png" href="/assets/icon/favicon-android.png" sizes="192x192">
128
<link rel="icon" type="image/png" href="/assets/icon/favicon.png" sizes="32x32">
9+
<link rel=canonical href="https://austinjavascript.com/code-of-conduct/">
10+
<meta name="description" content="Our meetup is dedicated to providing a harassment-free meetup experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion.">
11+
<meta property="og:url" content="https://austinjavascript.com/code-of-conduct/">
12+
<meta property="og:title" content="Code of Conduct • Austin JavaScript">
13+
<meta property="og:description" content="Our meetup is dedicated to providing a harassment-free meetup experience for everyone, regardless of gender, sexual orientation, disability, physical appearance, body size, race, or religion.">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:creator" content="@AustinJS">
16+
<title>Code of Conduct • Austin JavaScript</title>
17+
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
1318
<link rel="stylesheet" href="/assets/css/main.css">
1419
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
1520
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
@@ -82,7 +87,7 @@ <h3>Need help?</h3>
8287
</div>
8388

8489

85-
<p class="content has-text-right-desktop" style="font-size: 14px; margin-bottom: -2rem;">
90+
<p class="edit-page content has-text-right-desktop">
8691
<a href="https://github.com/austinjavascript/austinjavascript.com/blob/master/./code-of-conduct.html">Edit this page</a>
8792
</p>
8893
</div>

contributing/index.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Contributing •Austin JavaScript</title>
7-
<meta name="description" content="There are plenty of ways to get involved in your Austin JavaScript community. Here are a few that we could think of.">
8-
<link rel=canonical href="https://austinjavascript.com/contributing/">
9-
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
106
<link rel="apple-touch-icon" type="image/png" href="/assets/icon/favicon-ios.png" sizes="180x180">
117
<link rel="icon" type="image/png" href="/assets/icon/favicon-android.png" sizes="192x192">
128
<link rel="icon" type="image/png" href="/assets/icon/favicon.png" sizes="32x32">
9+
<link rel=canonical href="https://austinjavascript.com/contributing/">
10+
<meta name="description" content="There are plenty of ways to get involved in your Austin JavaScript community. Here are a few that we could think of.">
11+
<meta property="og:url" content="https://austinjavascript.com/contributing/">
12+
<meta property="og:title" content="Contributing • Austin JavaScript">
13+
<meta property="og:description" content="There are plenty of ways to get involved in your Austin JavaScript community. Here are a few that we could think of.">
14+
<meta name="twitter:card" content="summary">
15+
<meta name="twitter:creator" content="@AustinJS">
16+
<title>Contributing • Austin JavaScript</title>
17+
<link rel=alternate type=application/atom+xml href="https://austinjavascript.com/feed.xml" title="Austin JavaScript Atom feed" />
1318
<link rel="stylesheet" href="/assets/css/main.css">
1419
<script type="module" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js"></script>
1520
<script nomodule="" src="https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js"></script>
@@ -161,7 +166,7 @@ <h2 class="is-sr-only">Organizers</h2>
161166
</div>
162167

163168

164-
<p class="content has-text-right-desktop" style="font-size: 14px; margin-bottom: -2rem;">
169+
<p class="edit-page content has-text-right-desktop">
165170
<a href="https://github.com/austinjavascript/austinjavascript.com/blob/master/./contributing.html">Edit this page</a>
166171
</p>
167172
</div>

0 commit comments

Comments
 (0)