mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
included all dev and production files for new redesign. the index file has a different layout than the interior page files. for more in-depth look into how these are set up, look in the templates > includes & layouts folders. I used .liquid files to create these pages, and all the content for the files are in there, with the base layout stuff in the includes and layout files. check the converted-html folder to see how everything should look. (test it on an android phone. should look good now) :)
52 lines
1.6 KiB
Text
52 lines
1.6 KiB
Text
<div class="logo int-Logo hp-Logo">
|
||
<a href="/" title="back to home">
|
||
<span class="hidden">NeoCities.org</span>
|
||
<img src="/assets/img/cat.png" alt="Neocities.org" />
|
||
</a>
|
||
</div>
|
||
|
||
<section class="header-Intro">
|
||
<h1 class="logo header-Content">
|
||
<span class="hidden">NeoCities.org</span>
|
||
<img src="/assets/img/neocities-Logo.png" alt="Neocities.org" />
|
||
</h1>
|
||
</section>
|
||
|
||
<div class="header-Outro">
|
||
|
||
<div class="row header-Content">
|
||
|
||
<ul class="col col-50 intro-List">
|
||
<li class="intro-Tools">
|
||
<span class="intro-Icon"></span>
|
||
<h2 class="delta">Create your own free website</h2>
|
||
<p class="tiny">
|
||
You get 10 MB of space to make whatever you’d like with HTML, CSS, JS, IMG, TXT, and MD files.
|
||
</p>
|
||
</li>
|
||
<li class="intro-Question">
|
||
<span class="intro-Icon"></span>
|
||
<h2 class="delta">Don't know how to code?</h2>
|
||
<p class="tiny">
|
||
Coming soon: Coding tutorials that anyone can follow!
|
||
</p>
|
||
</li>
|
||
</ul>
|
||
|
||
<div class="col col-50 signup-Area">
|
||
|
||
<form action="#" method="post" class="signup-Form">
|
||
<fieldset class="content">
|
||
<h2 class="gamma">Get Started Now</h2>
|
||
<hr />
|
||
<input type="text" class="input-Area" id="create-Input" name="username" placeholder="website name" />
|
||
<label for="create-Input">.neocities.org</label>
|
||
<input type="submit" value="Create My Website" class="btn-Action float-Right" />
|
||
</fieldset>
|
||
</form>
|
||
|
||
</div> <!-- end .col-50 -->
|
||
|
||
</div> <!-- end .row -->
|
||
|
||
</div> <!-- end .header-Outro -->
|