Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce main page to just the basics - and active things #1

Merged
merged 1 commit into from Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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