Skip to content

Commit e74bd74

Browse files
committed
update html energy webring to be less overt about ties to the HTML
Energy community since this is unofficial, update members list header to clarify it is alphabetical
1 parent 1a5d189 commit e74bd74

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

src/routes/(oldschool)/html-energy-webring/+page.svelte

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,8 @@
9191
</div>
9292

9393
<div class="html-energy-text">
94-
Explore the
95-
<a class="flashing-text" href="https://html.energy" target="_blank">HTML Energy</a>
96-
community one hyperlink at a time.
94+
Explore a humble undercurrent of the web that is full of <strong>energy</strong>, one
95+
hyperlink at a time.
9796
<span class="spinning-text">✳️</span>
9897
</div>
9998
</header>
@@ -105,7 +104,7 @@
105104
</section>
106105

107106
<section class="members">
108-
<h2>Members</h2>
107+
<h2>Members (A to Z)</h2>
109108

110109
<ul class="members-list">
111110
{#each buildMembersList() as member (member.domain)}
@@ -147,8 +146,18 @@
147146
<img src="html-energy-webring/under-construction.gif" alt="Under Construction" />
148147
</div>
149148

150-
<a href="https://garlic.garden/onionring/" target="_blank">Built with OnionRing.js</a>
151-
<p class="html-energy-text">Written in pure, raw HTML. Can you feel the energy?</p>
149+
<div class="html-energy-text">
150+
<p>
151+
Built with
152+
<a href="https://garlic.garden/onionring/" target="_blank">OnionRing.js</a>
153+
</p>
154+
<p>
155+
Inspired by the
156+
<a href="https://html.energy" target="_blank">HTML Energy</a>
157+
movement
158+
</p>
159+
<p>The web is still alive. Can you feel it?</p>
160+
</div>
152161
</footer>
153162
</div>
154163

@@ -332,6 +341,16 @@
332341
width: 30rem;
333342
}
334343
344+
footer p {
345+
color: black;
346+
}
347+
348+
footer div {
349+
display: flex;
350+
flex-direction: column;
351+
gap: 0.5rem;
352+
}
353+
335354
.html-energy-text {
336355
color: #000000;
337356
font-size: 1.1em;

0 commit comments

Comments
 (0)