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

Back to the roots #13

Merged
merged 11 commits into from
Jan 12, 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.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 0 additions & 42 deletions .github/workflows/static.yml

This file was deleted.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f0rth.space
35 changes: 0 additions & 35 deletions README.md

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
190 changes: 190 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,190 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icons/favicon-16x16.png"
/>
<link rel="shortcut icon" href="icons/favicon.ico" />
<meta name="theme-color" content="#333" />
<meta name="robots" content="index, follow" />
<title>F0RTHSP4CE - Hackerspace in Tbilisi</title>
<meta
name="description"
content="A community of enthusiasts, focused on technology and art. We are trying to wrap our heads around things that are not easy to understand and to create events. But first and foremost we are having a good time."
/>
<meta
name="keywords"
content="f0rthsp4ce, forthspace, hackspace, hackerspace, hackerspace tbilisi"
/>
<meta name="next-head-count" content="15" />
<style>
body {
background-color: #333;
color: #DDD;
margin:40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
padding:0 10px;
font-family: Tahoma, sans-serif;
}

h1,h2,h3{
line-height:1.2
}

a {
color: #FFF;
font-weight: bold;
text-decoration: underline;
}

#logo {
vertical-align: baseline;
}

h1 {
font-size: 42px;
}

.copy-on-click {
border-bottom: 1px dashed white;
cursor: pointer;
}
</style>
<script>
function addCopyOnClick (element) {
element.onclick = function() {
document.execCommand("copy");
}

element.addEventListener("copy", function (event) {
event.preventDefault();
if (event.clipboardData) {
event.clipboardData.setData("text/plain", element.textContent);
}
});
}

document.addEventListener('DOMContentLoaded', function () {
[].forEach.call(document.querySelectorAll('.copy-on-click'), addCopyOnClick);
});
</script>
</head>
<body>
<main>
<header>
<h1><img id="logo" src="icons/favicon-32x32.png"/> F0RTHSP4CE</h1>
<article>
<p>
F0RTHSP4CE is a
<a target="_blank" href="https://wiki.hackerspaces.org/Hackerspaces">hackerspace</a>.
A community of enthusiasts, focused on technology and art. We are
trying to wrap our heads around things that are not easy to
understand and to create events. But first and foremost we are
having a good time.
</p>
<p>
Our mission is to develop the community for everybody. We break
the walls and build the bridges, and help each other.
</p>
</article>
</header>
<article>
<header>
<h2 id="howto">How to approach us</h2>
</header>
<p>
Tbilisi, Janashia st, 11/18 (Vake) (<span class="copy-on-click">41.706632, 44.781503</span>)
<a target="_blank" href="https://yandex.com.ge/maps/-/CCUBYGSX9D">Yandex Maps</a>,
<a target="_blank" href="https://www.openstreetmap.org/node/9959433575">OpenStreetMap</a>
</p>
<p>
<img src="img/entrance.jpg" width="50%" />
</p>
<p>
Come and visit - to talk, to see the space for yourself or maybe
even to ask for help. Different people find different modes of
communication preferrable, so you may also just visit and work on
your project uninterrupted or just sit and read a book.
</p>
<p>
You can visit all of our events: join <a href="https://t.me/f0rthsp4ce">telegram channel</a> to get the announcements.<br/>
If you wish to visit us at times when there are no events taking place, we kindly ask you to arrange your visit with a resident, who will guide you in the space. You can ask for a visit in a <a href="https://t.me/f0_public_chat/29469">special Telegram topic</a>, to see if there is anyone ready to meet you.
</p>
</article>
<article>
<header>
<h2 id="principles">Principles</h2>
</header>
<ol>
<li>
<b>Be excellent to each other</b>. Listen to each other's needs and opinions.
</li>
<li>
<b>Do not oppress and do not bother</b>. Be wary of personal boundaries, be ready to make compromises.
</li>
<li>
<b>Give more than you take</b>. F0RTHSP4CE can grow only if the community makes it better. We
are not a co-working per se, so we are all the ones who make
the workspaces for each other.
</li>
<li>
<b>Do-ocracy</b>. If you want to change something, do it, but bear in mind the
needs of the others.
</li>
<li>
<b>Dying is strictly forbidden</b>. Safety first. Follow the rules and help the others.
</li>
</ol>
</article>
<article>
<header><h2 id="donation">Donation</h2></header>
<p>
F0RTHSP4CE is organized horizontaly, so we can exist only with
residents' and guests' donations. If you want to help us:
</p>
<ul>
<li>drop some cash into the Donation Box</li>
<li>donate materials or instruments</li>
</ul>
</article>
<article>
<header>
<h2 id="location">Links</h2>
</header>
<ul>
<li>
<span>Telegram: </span><a target="_blank" href="https://t.me/f0rthsp4ce">channel</a> / <a target="_blank" href="https://t.me/f0_public_chat">chat</a> / <a target="_blank" href="https://t.me/f0rthsp4ce_l1ve">live channel</a>
</li>
<li>
<a target="_blank" href="https://www.instagram.com/f0rthsp4ce">Instagram</a>
</li>
<li>
<a target="_blank" href="https://lor.sh/@f0rthsp4ce">Fediverse/Mastodon</a>
</li>
<li>
<a target="_blank" href="https://github.com/f0rthsp4ce">Github</a>
</li>
<li>
<a target="_blank" href="https://wiki.f0rth.space/">F0RTHSP4CE Wiki</a>
</li>
</ul>
</article>
<p>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23333333&ctz=Asia%2FTbilisi&hl=en&mode=MONTH&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=1&showCalendars=0&showTz=0&src=MjZiNGQyZjMyOGIyY2Q4MjdhODU1N2I3NzJkYzcwMTA2YmU4M2ZiYmQ2YTU0ZGYwY2M0MGI3MmIzYjgxYjZjZUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23D81B60" style="border-width:0" width="650" height="400" frameborder="0" scrolling="no"></iframe>
</p>
</main>
</body>
</html>
Loading