From e1a950064d4c2e0f99ddc3a4c0e12b925a48d497 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Thu, 7 Nov 2024 16:30:49 -0600 Subject: [PATCH 1/7] docs(README.md): update title formatting and add website status badge style(README.md): improve readability of local server URL The title formatting was updated to use the more common Markdown syntax for headers, which improves readability and consistency with other Markdown files. A website status badge was added to provide quick access to the live site and indicate its current status. The local server URL was also updated to be a clickable link, improving usability for those reading the README. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f78eb76..3883cda 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -AHA! Website -== +# AHA! Website -[![deployment](https://github.com/AustinHackers/austinhackers.github.io/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/AustinHackers/austinhackers.github.io/actions/workflows/pages/pages-build-deployment) +[![deployment](https://github.com/AustinHackers/austinhackers.github.io/actions/workflows/pages/pages-build-deployment/badge.svg?branch=main)](https://github.com/AustinHackers/austinhackers.github.io/actions/workflows/pages/pages-build-deployment) [![Website](https://img.shields.io/website?url=https%3A%2F%2Ftakeonme.org&label=takeonme.org&link=https%3A%2F%2Fk0mvh.io)](https://takeonme.org/) This github repository contains the [website](http://takeonme.org) for the Austin Hackers Anonymous group. Someone should really update it to make it suck less. @@ -11,4 +10,4 @@ If you want to make changes and actually test them locally, a [Rakefile](https:/ ```bundle exec rake``` -This will launch a local webserver running on http://127.0.0.1:4000/ that auto-updates the test site live when changes are detected on disk. +This will launch a local web server running on that auto-updates the test site live when changes are detected on disk. From 06f047860620628681c3742e624ac6fa96eb703e Mon Sep 17 00:00:00 2001 From: mauvehed Date: Thu, 7 Nov 2024 16:31:24 -0600 Subject: [PATCH 2/7] fix(default.html): update copyright year from 2023 to 2024 The copyright year was updated to reflect the current year, ensuring that the website's footer information is up-to-date. --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index a4e9798..d1c1407 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -42,7 +42,7 @@

{{ site.name }}

- © 2023 Austin Hackers of Academics   •   + © 2024 Austin Hackers of Academics   •   Contact: Email // Mastodon   •   View and contribute to this site on Github

From 60f705e6b454a2540c443ad5171d15225944257a Mon Sep 17 00:00:00 2001 From: mauvehed Date: Thu, 7 Nov 2024 16:32:55 -0600 Subject: [PATCH 3/7] chore(.gitignore): ignore .tool-versions and .envrc files The .tool-versions and .envrc files are added to the .gitignore file to prevent them from being tracked by Git. These files typically contain local development settings that should not be shared with the team or included in the repository. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index daa6dca..cbb7e99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site .bundle vendor +.tool-versions +.envrc From 98d987001a8a4dceb82845856a7ced39f6905410 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Thu, 7 Nov 2024 16:33:23 -0600 Subject: [PATCH 4/7] chore: remove .tool-versions file The .tool-versions file was removed because it was no longer necessary. The project no longer relies on a specific version of Ruby, making the file redundant. --- .tool-versions | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .tool-versions diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index 520a168..0000000 --- a/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -ruby 3.1.3 From 42cfb1add46474023998d4d757e030ffed1902ec Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sun, 17 Nov 2024 11:17:16 -0600 Subject: [PATCH 5/7] docs(coc.md): add Code of Conduct for Austin Hackers Association Introduce a Code of Conduct document to establish guidelines for behavior within the Austin Hackers Association (AHA!). This document outlines the expected conduct, including treating others with respect, avoiding harassment, and being accountable for one's actions. It also details the steps for handling violations, ensuring a safe and inclusive environment for all participants. The addition of this document aims to foster a community where everyone can enjoy and participate without fear of discrimination or harassment. --- coc.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 coc.md diff --git a/coc.md b/coc.md new file mode 100644 index 0000000..510a74a --- /dev/null +++ b/coc.md @@ -0,0 +1,52 @@ +--- +layout: default +title: Code of Conduct +categories: nav +showinnav: true +--- + +# {{ page.title }} + +## Austin Hackers Association (AHA!) Code of Conduct + +Welcome to AHA! If you’re here, you already know this isn’t your typical buttoned-up tech meetup. We swear, we heckle, and we’re all just here to have a great fucking time. But even in our chaotic little corner, we have some ground rules. + +#### Roast the Ideas, Not the Person + +>> Got a hot take? Bring it. Got a dumb take? Expect to hear about it. But keep it fun. Don’t be a dick to the person; they’re here to learn and blow off steam just like you. + +#### No Creeps, No Bullies, No Exceptions + +>> We don’t fuck around with harassment, discrimination, or any of that other crap. If you make someone feel uncomfortable based on who they are, you’re out. Full stop. Play nice or don’t play here. + +#### Own Your Shit and Move On + +>> We’re not saints, but we are accountable. If you mess up, just admit it and fix it. Don’t double down or play dumb. We’re all here to learn, so act like it. + +#### Go Nuts, But Don’t Get Us Arrested + +>> Bring your wildest energy and loudest voice—hell, we expect it. Just don’t cross that line where it turns into a legal nightmare. You know where the line is… we think. + +### How we handle violations + +We’re serious about creating a fun and inclusive space where everyone can feel safe being themselves. If these rules get broken, here’s how we deal with it: + +#### Step One: A Quiet Word + +>> For minor violations, you’ll get a direct heads-up from one of the organizers. They’ll let you know what’s up and how to keep it chill moving forward. + +#### Step Two: Time-Out + +>> For repeated or more serious issues, you might be asked to step away from the event/Discord for the night or longer. This isn’t middle school—we’ll treat you like an adult, but we’ll also hold you accountable. + +#### Step Three: Bye Forever + +>> Major violations (e.g., harassment, discrimination, breaking the “No Creeps, No Bullies” rule) mean you’re permanently out. No debate, no appeal, no re-entry. + +#### Confidential Reporting + +>> If you experience or witness something that doesn’t sit right, talk to an organizer in person or message us privately. We’ll handle it discreetly and follow up. No drama, no spotlight, just action. + +### Mob Rule + +We ALL hold ourselves to these same standards. If anyone messes up, call us out—we’ll own it and make it right. At the end of the day, the Mob is who rules AHA. What the masses decide is what happens. \ No newline at end of file From 73ff8f48bd76b0e092280db070861a4cf68a7944 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sun, 17 Nov 2024 21:34:19 -0600 Subject: [PATCH 6/7] docs(coc.md): add 'Mob Rule' section and improve clarity in reporting process Introduce the 'Mob Rule' section to emphasize collective responsibility and the absence of a hierarchical leadership structure. This addition clarifies that everyone is accountable and has a voice in maintaining the community's standards. Improve the clarity of the confidential reporting process by specifying a contact method, ensuring members know how to report issues discreetly. These changes aim to foster a more inclusive and self-regulating community environment. --- coc.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/coc.md b/coc.md index 510a74a..c86b0f0 100644 --- a/coc.md +++ b/coc.md @@ -11,21 +11,25 @@ showinnav: true Welcome to AHA! If you’re here, you already know this isn’t your typical buttoned-up tech meetup. We swear, we heckle, and we’re all just here to have a great fucking time. But even in our chaotic little corner, we have some ground rules. +### Mob Rule + +We ALL hold ourselves to these same standards. If anyone messes up, call us out—we’ll own it and make it right. At the end of the day, the Mob is who rules AHA. What the masses decide is what happens. There is no direct *leadership*. There is no one *in-charge*. **We all have a voice** to call out injustice. + #### Roast the Ideas, Not the Person ->> Got a hot take? Bring it. Got a dumb take? Expect to hear about it. But keep it fun. Don’t be a dick to the person; they’re here to learn and blow off steam just like you. +> Got a hot take? Bring it. Got a dumb take? Expect to hear about it. But keep it fun. Don’t be a dick to the person; they’re here to learn and blow off steam just like you. #### No Creeps, No Bullies, No Exceptions ->> We don’t fuck around with harassment, discrimination, or any of that other crap. If you make someone feel uncomfortable based on who they are, you’re out. Full stop. Play nice or don’t play here. +> We don’t fuck around with harassment, discrimination, or any of that other crap. If you make someone feel uncomfortable based on who they are, you’re out. Full stop. Play nice or don’t play here. #### Own Your Shit and Move On ->> We’re not saints, but we are accountable. If you mess up, just admit it and fix it. Don’t double down or play dumb. We’re all here to learn, so act like it. +> We’re not saints, but we are accountable. If you mess up, just admit it and fix it. Don’t double down or play dumb. We’re all here to learn, so act like it. #### Go Nuts, But Don’t Get Us Arrested ->> Bring your wildest energy and loudest voice—hell, we expect it. Just don’t cross that line where it turns into a legal nightmare. You know where the line is… we think. +> Bring your wildest energy and loudest voice—hell, we expect it. Just don’t cross that line where it turns into a legal nightmare. You know where the line is… we think. ### How we handle violations @@ -33,20 +37,16 @@ We’re serious about creating a fun and inclusive space where everyone can feel #### Step One: A Quiet Word ->> For minor violations, you’ll get a direct heads-up from one of the organizers. They’ll let you know what’s up and how to keep it chill moving forward. +> For minor violations, you’ll get a direct heads-up and you'll know it. You’ll be informed what’s up and how to keep it chill moving forward. #### Step Two: Time-Out ->> For repeated or more serious issues, you might be asked to step away from the event/Discord for the night or longer. This isn’t middle school—we’ll treat you like an adult, but we’ll also hold you accountable. +> For repeated or more serious issues, you might be asked to step away from the event/Discord for the night or longer. This isn’t middle school—we’ll treat you like an adult, but we’ll also hold you accountable. #### Step Three: Bye Forever ->> Major violations (e.g., harassment, discrimination, breaking the “No Creeps, No Bullies” rule) mean you’re permanently out. No debate, no appeal, no re-entry. +> Major violations (e.g., harassment, discrimination, breaking the “No Creeps, No Bullies” rule) mean you’re permanently out. No debate, no appeal, no re-entry. #### Confidential Reporting ->> If you experience or witness something that doesn’t sit right, talk to an organizer in person or message us privately. We’ll handle it discreetly and follow up. No drama, no spotlight, just action. - -### Mob Rule - -We ALL hold ourselves to these same standards. If anyone messes up, call us out—we’ll own it and make it right. At the end of the day, the Mob is who rules AHA. What the masses decide is what happens. \ No newline at end of file +> If you experience or witness something that doesn’t sit right, talk to someone you trust in person or [message us](mailto:aha@takeonme.org) privately. We’ll handle it discreetly and follow up. No drama, no spotlight, just action. From e60eabf7e902e50f5f2e5cfa460692c924f33fe1 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Sat, 23 Nov 2024 15:19:23 -0600 Subject: [PATCH 7/7] un-smart-quote apostrophes \x27 and \x22 for life --- coc.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/coc.md b/coc.md index c86b0f0..358f031 100644 --- a/coc.md +++ b/coc.md @@ -9,44 +9,44 @@ showinnav: true ## Austin Hackers Association (AHA!) Code of Conduct -Welcome to AHA! If you’re here, you already know this isn’t your typical buttoned-up tech meetup. We swear, we heckle, and we’re all just here to have a great fucking time. But even in our chaotic little corner, we have some ground rules. +Welcome to AHA! If you’re here, you already know this isn't your typical buttoned-up tech meetup. We swear, we heckle, and we're all just here to have a great fucking time. But even in our chaotic little corner, we have some ground rules. ### Mob Rule -We ALL hold ourselves to these same standards. If anyone messes up, call us out—we’ll own it and make it right. At the end of the day, the Mob is who rules AHA. What the masses decide is what happens. There is no direct *leadership*. There is no one *in-charge*. **We all have a voice** to call out injustice. +We ALL hold ourselves to these same standards. If anyone messes up, call us out—we'll own it and make it right. At the end of the day, the Mob is who rules AHA. What the masses decide is what happens. There is no direct *leadership*. There is no one *in-charge*. **We all have a voice** to call out injustice. #### Roast the Ideas, Not the Person -> Got a hot take? Bring it. Got a dumb take? Expect to hear about it. But keep it fun. Don’t be a dick to the person; they’re here to learn and blow off steam just like you. +> Got a hot take? Bring it. Got a dumb take? Expect to hear about it. But keep it fun. Don't be a dick to the person; they're here to learn and blow off steam just like you. #### No Creeps, No Bullies, No Exceptions -> We don’t fuck around with harassment, discrimination, or any of that other crap. If you make someone feel uncomfortable based on who they are, you’re out. Full stop. Play nice or don’t play here. +> We don’t fuck around with harassment, discrimination, or any of that other crap. If you make someone feel uncomfortable based on who they are, you’re out. Full stop. Play nice or don't play here. #### Own Your Shit and Move On -> We’re not saints, but we are accountable. If you mess up, just admit it and fix it. Don’t double down or play dumb. We’re all here to learn, so act like it. +> We're not saints, but we are accountable. If you mess up, just admit it and fix it. Don't double down or play dumb. We're all here to learn, so act like it. #### Go Nuts, But Don’t Get Us Arrested -> Bring your wildest energy and loudest voice—hell, we expect it. Just don’t cross that line where it turns into a legal nightmare. You know where the line is… we think. +> Bring your wildest energy and loudest voice -- hell, we expect it. Just don’t cross that line where it turns into a legal nightmare. You know where the line is... we think. ### How we handle violations -We’re serious about creating a fun and inclusive space where everyone can feel safe being themselves. If these rules get broken, here’s how we deal with it: +We’re serious about creating a fun and inclusive space where everyone can feel safe being themselves. If these rules get broken, here's how we deal with it: #### Step One: A Quiet Word -> For minor violations, you’ll get a direct heads-up and you'll know it. You’ll be informed what’s up and how to keep it chill moving forward. +> For minor violations, you'll get a direct heads-up and you'll know it. You’ll be informed what's up and how to keep it chill moving forward. #### Step Two: Time-Out -> For repeated or more serious issues, you might be asked to step away from the event/Discord for the night or longer. This isn’t middle school—we’ll treat you like an adult, but we’ll also hold you accountable. +> For repeated or more serious issues, you might be asked to step away from the event/Discord for the night or longer. This isn't middle school -- we’ll treat you like an adult, but we’ll also hold you accountable. #### Step Three: Bye Forever -> Major violations (e.g., harassment, discrimination, breaking the “No Creeps, No Bullies” rule) mean you’re permanently out. No debate, no appeal, no re-entry. +> Major violations (e.g., harassment, discrimination, breaking the "No Creeps, No Bullies" rule) mean you're permanently out. No debate, no appeal, no re-entry. #### Confidential Reporting -> If you experience or witness something that doesn’t sit right, talk to someone you trust in person or [message us](mailto:aha@takeonme.org) privately. We’ll handle it discreetly and follow up. No drama, no spotlight, just action. +> If you experience or witness something that doesn't sit right, talk to someone you trust in person or [message us](mailto:aha@takeonme.org) privately. We'll handle it discreetly and follow up. No drama, no spotlight, just action.