Skip to content

Commit

Permalink
v1.9.30.23 styling
Browse files Browse the repository at this point in the history
  • Loading branch information
findthelorax committed Sep 30, 2023
1 parent 89b9821 commit 6709713
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 203 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Fonts/Creepster.ttf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
31 changes: 12 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,39 +141,32 @@ <h1>&bullet; LET'S WORK TOGETHER &bullet;</h1>
<label for="message"></label>
<textarea id="message_input" placeholder="HI, LETS CHAT ABOUT...
RANDOM ANIMAL FACT: MEGATHERIUM WAS A 20FT TALL LAND SLOTH" name="message" cols="30" rows="5" required></textarea>
: MEGATHERIUM WAS A 20FT TALL LAND SLOTH" name="message" cols="30" rows="5" required></textarea>
</div>
<div class="submit">
<input id="contact_button" class="glow_btn" type="submit" value="SEND MESSAGE">
</div>
</form>
</div>

<!-- Jump to Top -->
<a href="#" class="top"><i class="fa-solid fa-arrow-up"></i></a>

<!-- Social Media Footer Icons -->
<!-- ! Link to Accounts -->
<footer id="footer">
<div class="copyright">
<p><span class="c_symbol"> &copy; </span><script>document.write(new Date().getFullYear())</script> Brett Ferrante</p>
</div>
<div class="footer_social_icons">
<h4 class="social_header">Follow Me</h4>
<ul class="social_icons">
<li><a href="" class="social_icon"> <i class="fa-solid fa-envelope"></i></a></li>
<li><a href="" class="social_icon"> <i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="" class="social_icon"> <i class="fa-brands fa-youtube"></i></a></li>
<li><a href="" class="social_icon"> <i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://github.com/findthelorax" class="social_icon"> <i class="fa-brands fa-github"></i></a></li>
<ul class="nav_social_icons">
<li><a href=""> <i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://github.com/findthelorax"> <i class="fa-brands fa-github"></i></a></li>
<li><a href=""> <i class="fa-solid fa-envelope"></i></a></li>
</ul>
</div>
</footer>

<!-- Jump to Top -->

<a href="#" class="top"><i class="fa-solid fa-arrow-up"></i></a>

<!-- Copyright
! I copied the javascript to get the current year.
-->
<div class="copyright">
<footer> <p><span class="c_symbol"> &copy; </span><script>document.write(new Date().getFullYear())</script> Brett Ferrante</p></footer>
</div>
</body>
</html>
Loading

0 comments on commit 6709713

Please sign in to comment.