Skip to content

Commit

Permalink
Reduce main page to just the basics - and active things
Browse files Browse the repository at this point in the history
Add matrix link to the header.
Add mention of Hack night with time and place.
  • Loading branch information
BryanQuigley committed Mar 27, 2024
1 parent 8ca2f46 commit 8eb5860
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 56 deletions.
64 changes: 8 additions & 56 deletions themes/uncoded/layouts/index.html
Expand Up @@ -2,6 +2,13 @@
<h1>About Us</h1>
<p>Since 2015, Uncoded has fostered community spirit among technology professionals and enthusiasts in Long Beach, CA. We host regular social events at which attendees can form new contacts, receive advice on job-hunting, and geek out on everything from open-source software to hydroponics to 3D printing.</p>

<h3>Come join us at Hack Night</h3>
<p>
Every Tuesday, 7pm at <a href="https://www.kennedyslb.com/">Kennedy's LB</a>. Anyone involved in technology or passionate about it is encouraged to attend, regardless of skill level.
</p>
<a target="_blank" class="button" href="https://www.eventbrite.com/e/hacknight-irl-tickets-407221439287">Eventbrite</a>


<div class="twocol">
<div class="col1">
<h3>Mission</h3>
Expand All @@ -19,63 +26,8 @@ <h3>Vision</h3>

</div>

<div class="pillars">

<div class="content margin-box">
<h2>Our Pillars</h2>
<div class="pill-3col">
<div>
<i class="fa fa-star" aria-hidden="true"></i>
<h3>Advocacy</h3>
</div>
<div>
<i class="fa fa-star" aria-hidden="true"></i>
<h3>Community & Networking</h3>
</div>
<div>
<i class="fa fa-star" aria-hidden="true"></i>
<h3>Business</h3>
</div>
</div>
</div>
</div>

<div class="content margin-box initiatives">

<h2>Active Initiatives</h2>

<div class="twocol">
<div class="col1 darkbox">
<h3>Hack Night</h3>
<p>
A weekly event, and our most popular one. Anyone involved in technology or passionate about it is encouraged to attend, regardless of skill level.
</p>
<a target="_blank" class="button" href="https://www.eventbrite.com/e/hacknight-irl-tickets-407221439287">Eventbrite</a>
</div>
<div class="col2 darkbox">
<h3>Tech Working</h3>
<p>
Join Uncoded for an evening of networking and conversation with other members of Long Beach’s tech community. This networking event is open to anyone working in, tinkering with, or interested in technology.
</p>
</div>
</div>


<div class="twocol">
<div class="col1 darkbox">
<h3>Adæpt</h3>
<p>
For those who are new to technology, Adaept offers resources on topics including coding, design, and business.
</p>
<a target="_blank" class="button" href="https://adaept.design/">Check Out Adæpt</a>
</div>
<div class="col2 darkbox">
<h3>Barn Raising</h3>
<p>
Uncoded is implementing a new model of hacktivism which identifies and centers the needs of the community.
</p>
</div>
</div>

</div>

{{ partial "footer.html" . }}
1 change: 1 addition & 0 deletions themes/uncoded/layouts/partials/header.html
Expand Up @@ -68,6 +68,7 @@ <h1>Uncoded</h1>
<div class="col2">
<ul class="social-icons">
<li><a target="_blank" href="https://github.com/uncodedlb"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://matrix.to/#/#hacknightlbc:matrix.org"><i class="fa fa-matrix-org" aria-hidden="true"></i></a></li>
<li><a target="_blank" rel="me" href="https://mas.to/@uncoded"><i class="fa fa-mastodon" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://www.youtube.com/@uncodedlb"><i class="fa fa-youtube-play" aria-hidden="true"></i></a></li>
<li><a target="_blank" href="https://www.eventbrite.com/e/hacknight-irl-tickets-407221439287"><img alt="Eventbrite" src="/images/eventbrite-favicon.webp"></a></li>
Expand Down

0 comments on commit 8eb5860

Please sign in to comment.