mirror of
https://github.com/neocities/neocities.git
synced 2025-08-06 01:24:56 +02:00
ugggghh hacky fix for the footer going off-page at small resolution
plus profile, misc changes
This commit is contained in:
parent
8365411800
commit
ad758d617e
5 changed files with 105 additions and 11 deletions
|
@ -24,8 +24,8 @@
|
|||
<div id="upload_status" style="font-size: 16pt"></div>
|
||||
-->
|
||||
|
||||
<div class="header-Outro">
|
||||
<div class="row content wide" style="padding-top: 10px">
|
||||
<div class="header-Outro with-site-image">
|
||||
<div class="row content wide">
|
||||
|
||||
<div class="col col-50 signup-Area" style="width: 289px;">
|
||||
<div class="signup-Form">
|
||||
|
|
|
@ -1,6 +1,26 @@
|
|||
<div class="header-Outro">
|
||||
<div class="header-Outro with-site-image">
|
||||
<div class="row content">
|
||||
<h3>Derp's Website</h3>
|
||||
<div class="col col-50 signup-Area large">
|
||||
<div class="signup-Form">
|
||||
<fieldset class="content">
|
||||
<img class="screenshot" src="http://neocities.org/site_screenshots/codeventurer.jpg" style="width: 358px;height: 215px;">
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col col-50">
|
||||
<h2 class="eps">Derp's Website</h2>
|
||||
<p class="site-url" style="margin-top: -9px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<div class="stats">
|
||||
<div class="stat"><strong>23.5K</strong> <span>visitors</span></div>
|
||||
<div class="stat"><strong>342</strong> <span>followers</span></div>
|
||||
<div class="stat tips"><strong>7</strong> <span>tips</span></div>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a href="" class="btn-Action follow"><span>Follow</span></a>
|
||||
<a href="" class="btn-Action tip"><span>Tip</span></a>
|
||||
<a href="" class="btn-Action share"><span>Share</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -146,6 +166,10 @@
|
|||
<a class="tag" href="http://neocities.org">Anime</a>
|
||||
<a class="tag" href="http://neocities.org">Art</a>
|
||||
<a class="tag" href="http://neocities.org">Cooking</a>
|
||||
|
||||
<div class="report">
|
||||
<a href="">Report</a> | <a href="">Block</a>
|
||||
</div>
|
||||
</div>
|
||||
</div></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue