Add mission statement/description
This commit is contained in:
parent
1a8df0a457
commit
d9bd757b04
23
index.html
23
index.html
|
@ -49,14 +49,22 @@
|
||||||
color: orange;
|
color: orange;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 10%;
|
margin-top: 7%;
|
||||||
|
}
|
||||||
|
.description {
|
||||||
|
color: white;
|
||||||
|
width: 60%;
|
||||||
|
text-align: center;
|
||||||
|
margin-left: 20%;
|
||||||
|
margin-top: 2em;
|
||||||
|
margin-bottom: -2em;
|
||||||
}
|
}
|
||||||
@media (max-height: 650px) {
|
@media (max-height: 650px) {
|
||||||
.links {
|
.links {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
}
|
}
|
||||||
.links > a {
|
.links>a {
|
||||||
margin: 1em auto 1em auto;
|
margin: 1em auto 1em auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -64,11 +72,22 @@
|
||||||
margin-bottom: 5%;
|
margin-bottom: 5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (min-width: 1500px) {
|
||||||
|
.description {
|
||||||
|
width: 50%;
|
||||||
|
margin-left: 25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1 class="title">Tech Workers' Syndicate</h1>
|
<h1 class="title">Tech Workers' Syndicate</h1>
|
||||||
|
<div class="description">
|
||||||
|
Providing resilient, economical, turnkey solutions for digital
|
||||||
|
communications, backed by the sustainability that comes from a
|
||||||
|
democratic workplace
|
||||||
|
</div>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="https://tams.tech/@syndicate" rel="me">Mastodon</a>
|
<a href="https://tams.tech/@syndicate" rel="me">Mastodon</a>
|
||||||
<a href="https://bsky.app/profile/techwork.zone" rel="me">BlueSky</a>
|
<a href="https://bsky.app/profile/techwork.zone" rel="me">BlueSky</a>
|
||||||
|
|
Loading…
Reference in a new issue