-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated holiday hero shenanigans that might break things
- Loading branch information
Showing
5 changed files
with
104 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<section class="hero"> | ||
<div class="logo"> | ||
<picture> | ||
<source media="(prefers-reduced-motion)" type="image/png" srcset="/static/img/libera-lights.png" /> | ||
<source type="image/webp" srcset="/static/img/libera-lights.webp" /> | ||
<img min-height="60px" alt="" src="/static/img/libera-lights.gif" data-proofer-ignore> | ||
</picture> | ||
<h1>Libera.​Chat</h1> | ||
</div> | ||
|
||
<div class="tagline"> | ||
<p> | ||
Providing a community platform for free and open-source software and peer directed projects. | ||
</p> | ||
|
||
<p> | ||
Connect by pointing your IRC client to <a href="{{ site.irc.tls.link }}">{{ site.irc.tls.name }}</a> | ||
</p> | ||
</div> | ||
|
||
<div class="cta"> | ||
<a role="button" href="/guides/clients">Choosing an IRC client</a> | ||
<a role="button" href="/chanreg">Channel Namespaces</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<section class="hero"> | ||
<div class="logo"> | ||
<picture> | ||
<source media="(prefers-reduced-motion)" type="image/png" srcset="/static/img/libera-newyears.png" /> | ||
<source type="image/webp" srcset="/static/img/libera-newyears.webp" /> | ||
<img min-height="60px" alt="" src="/static/img/libera-newyears.gif" data-proofer-ignore> | ||
</picture> | ||
<h1 class="newyear">Libera.​Chat</h1> | ||
</div> | ||
|
||
<div class="tagline"> | ||
<p> | ||
Providing a community platform for free and open-source software and peer directed projects. | ||
</p> | ||
|
||
<p> | ||
Connect by pointing your IRC client to <a href="{{ site.irc.tls.link }}">{{ site.irc.tls.name }}</a> | ||
</p> | ||
</div> | ||
|
||
<div class="cta"> | ||
<a role="button" href="/guides/clients">Choosing an IRC client</a> | ||
<a role="button" href="/chanreg">Channel Namespaces</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<section class="hero"> | ||
<div class="logo"> | ||
<img min-height="60px" alt="" src="/static/img/libera-ween.svg" data-proofer-ignore> | ||
<h1>Libera.​Chat</h1> | ||
</div> | ||
|
||
<div class="tagline"> | ||
<p> | ||
Providing a community platform for free and open-source software and peer directed projects. | ||
</p> | ||
|
||
<p> | ||
Connect by pointing your IRC client to <a href="{{ site.irc.tls.link }}">{{ site.irc.tls.name }}</a> | ||
</p> | ||
</div> | ||
|
||
<div class="cta"> | ||
<a role="button" href="/guides/clients">Choosing an IRC client</a> | ||
<a role="button" href="/chanreg">Channel Namespaces</a> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters