Fixed Buttons at bottom to be better possitioned
This commit is contained in:
18
index.html
18
index.html
@ -49,7 +49,8 @@
|
||||
We have a degree in computer science and we feel like all I can do with it now is use it to make art. <wbr>
|
||||
We have an unofficial count of 47 of us in this body and getting to do stuff we all want to do is a challenge. <wbr>
|
||||
We hope you like all of our work and we may be open to commisions in the future.<wbr>
|
||||
Here are of our named members and what they have made, We hope you like them!!</p>
|
||||
Here are of our named members and what they have made, We hope you like them!!
|
||||
</p>
|
||||
<ul id="memberList">
|
||||
<div class="collumRow">
|
||||
<li class="member">
|
||||
@ -137,10 +138,17 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="imageLinks">
|
||||
<img height="31" src="/media/neocities.png" alt="Site hosted by Neocities" >
|
||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a>
|
||||
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a></textarea>
|
||||
<p id="resolutionTag"></p>
|
||||
<div class="row">
|
||||
<img height="31" src="/media/neocities.png" alt="Site hosted by Neocities" >
|
||||
<a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a>
|
||||
<textarea class="siteButtonText" readonly=""><a href="https://voidwillow.neocities.org"><img src="https://voidwillow.neocities.org/media/Art/VoidSystem.png"></a></textarea>
|
||||
<p id="resolutionTag"></p>
|
||||
</div>
|
||||
<div class="remeber">
|
||||
<input type="text" name="Remeber Me" id="username" placeholder="Enter Name">
|
||||
<button onclick="remeberMe()" type="submit">Remember me</button>
|
||||
<button onclick="forgetMe()" type="submit">Forget me</button>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/javascript/simulation.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user