This commit is contained in:
parent
75f496a550
commit
ac4928dbd9
11
index.html
11
index.html
|
|
@ -42,16 +42,15 @@
|
||||||
<header class="hub-header">
|
<header class="hub-header">
|
||||||
<img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
|
<img class="pfp" src="assets/media/avatar.png" alt="Ari avatar">
|
||||||
<div class="HiIm">Hi, I'm</div> <h1>Ari</h1>
|
<div class="HiIm">Hi, I'm</div> <h1>Ari</h1>
|
||||||
<h2 class="pronouns">(fae/faer)</h2>
|
<h2 class="pronouns">(She/They)</h2>
|
||||||
<p class="tagline">Dev Info</p>
|
<div class="intro-text">
|
||||||
<p class="waka-meta" id="waka-meta" hidden></p>
|
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work, and just tries to help out whenever she can.
|
||||||
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="intro-text">
|
|
||||||
A 17 Year Old developer from <b>England, United Kingdom</b> who rarely actually does development work, and just tries to help out whenever she can.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<script src="js/index.js"></script>
|
<script src="js/index.js"></script>
|
||||||
<script src="js/flavors.js"></script>
|
<script src="js/flavors.js"></script>
|
||||||
<script src="js/cat.js"></script>
|
<script src="js/cat.js"></script>
|
||||||
</html>
|
</html>
|
||||||
|
<!---->
|
||||||
Loading…
Reference in New Issue