Skip to content

Commit

Permalink
clean up the code and make styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DiksonIvySon committed Oct 19, 2023
1 parent 721d026 commit 15adbf0
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 311 deletions.
70 changes: 14 additions & 56 deletions etchASketch/draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>

<header>
<div class="logo">
<img src="images/writing.png" alt="logo">
<h5>Etch A Sketch</h5>
</div>
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="draw.html">Draw</a></li>
</ul>
</div>
</header>

<main>
<section class="section">
<h1 class="heading">Etch-A-Sketch</h1>
Expand All @@ -46,9 +32,6 @@ <h1 class="heading">Etch-A-Sketch</h1>
<input type="number" placeholder="18" value="16" onchange="changeSize(this.value)">
</div>
</div>
<div class="drawing-surface-heading">
<h2>Drawing-Surface</h2>
</div>
<div class="drawing-surface">
<div class="drawing-grid">
<!-- This is where the grid divs are added -->
Expand All @@ -58,46 +41,21 @@ <h2>Drawing-Surface</h2>
</div>
</section>
</main>

<footer class="footer">
<div class="container">
<div class="social-links">
<div>
<h3 class="socials-heading">Etch-A-Sketch</h3>
</div>
<div class="icons">
<i class="fa-brands fa-github fa-fade"><a href=""></a></i>
<i class="fa-brands fa-discord fa-fade"><a href=""></a></i>
<i class="fa-brands fa-instagram fa-fade"><a href=""></a></i>
</div>
</div>
<div class="quick-links">
<div>
<h3>Quick Links</h3>
</div>
<div class="links">
<ul>
<li><a href="">Instagram</a></li>
<li><a href="">Discord</a></li>
<li><a href="">Git Hub</a></li>
</ul>
</div>
</div>
<div class="contact-links">
<div>
<h3>contact information</h3>
</div>
<div>
<p style="text-align: justify;">To contact us for any information, suggestions and also problems.
Please contact us by clicking the button below which will redirect you to and email for you to write to us.
Alternatively you can use the provided social links to contact us.
</p>
<div class="email">
<i class="fa-solid fa-envelope fa-fade"> Email </i>
</div>
</div>
</div>
<footer>
<div class="footer-icons">
<a target="_blank" href="https://github.com/DiksonIvySon">
<i class="fa-brands fa-github"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/dikson-manganye-a8b773213/">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</div>
<p>
Copyright © 2023 <a target="_blank" href="https://diksonivyson.github.io/My_Portfolio/" class="web-author">Dikson Manganye</a>. All rights reserved
</p>
<p>

</p>
</footer>
</body>
</html>
Binary file not shown.
Binary file removed etchASketch/images/writing.png
Binary file not shown.
84 changes: 0 additions & 84 deletions etchASketch/index.html

This file was deleted.

Loading

0 comments on commit 15adbf0

Please sign in to comment.