mid 2024 UI update
This commit is contained in:
parent
95b1fe3fe5
commit
e31345b503
4 changed files with 71 additions and 41 deletions
37
index.html
37
index.html
|
@ -1,27 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<link rel="icon" href="/res/img/favi.svg">
|
||||
<link rel="icon" href="/res/img/favi.svg">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>H-Frictions <a href="https://git.zenoverse.net/onezplpl/frictionless">[Git]</a></h1>
|
||||
<p>This is the <b>longest</b> remix chain on Scratch with diverse content. Yes, a dedicated community actually spent years remixing the same chain with random memeposts and stories. And it all started from a simple platformer game...</p>
|
||||
<p>Anyone can join, by signing up onto <a href='https://scratch.mit.edu/'>Scratch</a> and remixing the latest project in the list. There are <b>no rules</b>, whenever a remix gets accepted or not is up to the community of remixers. If a remix wasn't remixed, it either was late, or it was vetoed by the community.</p>
|
||||
<section>
|
||||
<h1>H-Frictions</h1>
|
||||
<p>This is the longest remix chain on Scratch with diverse content and without any intentional spam in its design. </p>
|
||||
<p>Anyone can join, by signing up onto <a href='https://scratch.mit.edu/'>Scratch</a> and remixing the latest
|
||||
project in the list. There is <b>no hierarchy</b>, whenever a remix gets accepted or not is up to the
|
||||
community
|
||||
of remixers.</p>
|
||||
<p>For reference, there is <a href="https://git.zenoverse.net/onezplpl/frictionless">source code</a> and a <a href='https://wiki.zenoverse.net/hf/w/index.php/Main_Page'>wiki.</a></p>
|
||||
<h2>Made by...</h2>
|
||||
<p>The percentages represent an activity score based on amount and age of remixes.</p>
|
||||
<div class='contributors'></div>
|
||||
</div>
|
||||
<div id='area-main'>
|
||||
|
||||
</div>
|
||||
<script src='js/app.js'></script>
|
||||
</body>
|
||||
</section>
|
||||
<section id='area-main'>
|
||||
|
||||
</section>
|
||||
<script src='js/app.js'></script>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue