17 lines
612 B
HTML
17 lines
612 B
HTML
---
|
|
layout: main
|
|
---
|
|
|
|
<script src="../sketch.js"></script>
|
|
|
|
<section class="projects">
|
|
|
|
<h3>This Website</h3>
|
|
|
|
<div class="cols">
|
|
<img id="projecticon" class="responsive" src="/assets/numbersign.png" alt="A number sign"/>
|
|
<div>
|
|
<p><a class="links" href="https://www.lunaisa.dev/">lunaisa.dev</a> is where you are right now! This is my main website.</p>
|
|
<p>Its made using hand written HTML and CSS and JavaScript. I am still learning and constantly trying to improve the website!</p>
|
|
</div>
|
|
</section> |