From 1f45e0d71f5363b2591afcf95857ecc27eeb16b9 Mon Sep 17 00:00:00 2001 From: WesleyParriott Date: Sat, 11 Jun 2022 16:00:21 -0500 Subject: [PATCH 1/3] friday night crafting to saturday crafting and update links --- make | 2 +- site/fnv.txt | 38 ++++++++++++++++++++++++++++++++++++++ site/{fnc.txt => sdc.txt} | 28 ++++++++++++++++------------ 3 files changed, 55 insertions(+), 13 deletions(-) create mode 100644 site/fnv.txt rename site/{fnc.txt => sdc.txt} (74%) diff --git a/make b/make index 3a62df7..abd0952 100755 --- a/make +++ b/make @@ -15,7 +15,7 @@ cat < /tmp/meow
 
-<-  Layer Zero  Social Rules  Friday Night Crafting  Membership
+<-  Layer Zero  Social Rules saturday day crafting friday night vibes  Membership
 
 
 %%CONTENT%%
diff --git a/site/fnv.txt b/site/fnv.txt
new file mode 100644
index 0000000..58cee9d
--- /dev/null
+++ b/site/fnv.txt
@@ -0,0 +1,38 @@
++------------------------------------------------------------------------+
+|                                                                        |
+|                     BETA: Friday Night Vibes                           |
+|                                                                        |
++------------------------------------------------------------------------+
+
+Friday Night Vibes is an event centered on community and 
+socialization. Come around every Friday and see what we're 
+up to! Somebody might buy pizza, and there's plenty of 
+drinks!
+
+                    WHAT:
+    MOVIES 
+    MUSIC
+    TALKING
+    VIDEO GAMES
+    STEALING THE SOULS OF THE LIVING
+
+                     WHEN:
+
+Friday Night Vibes is an event that happens on Fridays.
+Beyond that, there's no offical schedule (yet). But folks 
+usually start showing up around 6-7pm and can hang out from 11pm - 1am!
+
+See the #happenings:cyberia.club channel in Matrix for up-to-date info :D
+
+
+Vibes is a pretty opened ended activity for folks to come hang out and relax 
+after a long week of being a corpo wage slave.
+
+                     WARNING!
+
+Friday Night Vibes is currently in beta, and is
+subject to massive changes, deprecation, or outright
+deletion at any moment.
+
+We will be running a few trials to get a feel for what
+this event is, and what it looks like.
diff --git a/site/fnc.txt b/site/sdc.txt
similarity index 74%
rename from site/fnc.txt
rename to site/sdc.txt
index ff8b52b..fb5e848 100644
--- a/site/fnc.txt
+++ b/site/sdc.txt
@@ -1,13 +1,15 @@
 +-------------------------------------------------------+
 |                                                       |
-|        ALPHA: Friday Night Crafting                   |
+|            ALPHA: Saturday Day Crafting                   |
 |                                                       |
 +-------------------------------------------------------+
 
-Friday Night Crafting is an event centered on creation
+                       WHAT?
+
+Saturday Day Crafting is an event centered on creation
 and community. Bring your project to Layer Zero and hack
-away. Someone will probably buy pizza, and there's a lot
-of caffeine!
+away. Don't worry, there's a lot of caffeine!
+
 
 Bring your project!!!
                   robotics
@@ -21,7 +23,7 @@ Bring your project!!!
          bicycle!?!          book
               circuit board
 
-Craft nights are open-ended, and are not restricted to
+Craft days are open-ended, and are not restricted to
 computing. They are meant to bring our community together,
 and give us a place to engage with one another.
 
@@ -39,9 +41,16 @@ Examples of ~things that ain't chill~ include:
             also, please read our social rules.
             https://layerze.ro/social-rules.html
 
+                       WHEN?
 
-                     WARNING:
-Friday Night Crafting is alpha software, and is
+Saturday Day Crafting is an event that happens on Saturdays.
+Beyond that, there's no strict schedule (yet). See the
+
+#happenings:cyberia.club channel in Matrix for up-to-date info.
+
+                     WARNING:
+
+Saturday Day Crafting is in beta, and is
 subject to massive changes, deprecation, or outright
 deletion at any moment.
 
@@ -49,8 +58,3 @@ We will be running a few trials to get a feel for what
 this event is, and what it looks like.
 
 
-                     WHEN?
-
-Friday Night Crafting is an event that happens on Fridays.
-Beyond that, there's no strict schedule (yet). See the
-#happenings:cyberia.club channel in Matrix for up-to-date info.
-- 
2.40.1


From 8655479cbe9a21ba930c0b08accec32732e16890 Mon Sep 17 00:00:00 2001
From: WesleyParriott 
Date: Sat, 11 Jun 2022 16:00:50 -0500
Subject: [PATCH 2/3] captialize links and add new warning class that makes
 text red

---
 cyberia.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cyberia.css b/cyberia.css
index e849204..e386e67 100644
--- a/cyberia.css
+++ b/cyberia.css
@@ -1,4 +1,5 @@
 a, a:hover, a:active, a:visited {
+  text-transform: capitalize;
   color: #b5bd68;
 }
 body {
@@ -26,3 +27,6 @@ img {
       color:#6CF;
   }
 }
+.warning {
+    color: #E42217;
+}
-- 
2.40.1


From fa0bab821118daabd0e8471db6a839f2881273fe Mon Sep 17 00:00:00 2001
From: WesleyParriott 
Date: Sat, 11 Jun 2022 22:14:14 -0500
Subject: [PATCH 3/3] fix some weird whitespace

---
 site/sdc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/sdc.txt b/site/sdc.txt
index fb5e848..4552dfe 100644
--- a/site/sdc.txt
+++ b/site/sdc.txt
@@ -1,6 +1,6 @@
 +-------------------------------------------------------+
 |                                                       |
-|            ALPHA: Saturday Day Crafting                   |
+|            ALPHA: Saturday Day Crafting               |
 |                                                       |
 +-------------------------------------------------------+
 
-- 
2.40.1