Skip to content

Commit

Permalink
Mostly finished changing layout
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenmlh committed Mar 11, 2024
1 parent 50e0c7f commit 851c9de
Show file tree
Hide file tree
Showing 15 changed files with 227 additions and 255 deletions.
103 changes: 0 additions & 103 deletions availability.html

This file was deleted.

105 changes: 0 additions & 105 deletions blog.html

This file was deleted.

14 changes: 10 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,31 @@
<div id="pre-footer">
<header class="noselect">
<nav id="buttons">
<!-- Typewriter title only on main page to avoid too much effects -->
<!-- <a href="/" id="name-link"><h1 id="header-name" class="name-typewriter"></h1></a> -->

<!-- No typing effect -->
<a href="/" id="name-link"><h1 id="header-name">Hayden Mak</h1></a>

<!-- Mobile menu icon -->
<a href="javascript:void(0);" class="nav-link icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>

<div id="header-left" class="header-flanks">
<a class="nav-link" href="/about" id="about-link">About</a></li>
<a class="nav-link" href="/resume" id="about-link">Resume</a></li>
<a class="nav-link" href="/projects" id="projects-link" >Projects</a></li>
<a class="nav-link" href="/blog" id="blog-link">Blog</a></li>

</div>

<div id="header-right" class="header-flanks">
<a class="nav-link" href="/photography" id="photography-link">Photography</a></li>
<a class="nav-link" href="/contact" id="contact-link">Contact</a></li>
</div>

<a class="nav-link mobile" href="/about" id="about-link-mobile">About</a></li>
<a class="nav-link mobile" href="/projects" id="projects-link-mobile" >Projects</a></li>
<a class="nav-link mobile" href="/blog" id="blog-link-mobile">Blog</a></li>
<a class="nav-link mobile" href="/photography" id="photography-link-mobile">Photography</a></li>
<a class="nav-link mobile" href="https://www.instagram.com/haydenmlh.photography" id="photography-link-mobile">Photography</a></li>
<a class="nav-link mobile" href="/contact" id="contact-link-mobile">Contact</a></li>
<div class="mobile" id="responsive-bottom-border-mobile"></div>

Expand Down
Binary file added images/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/coding_bg.jpg
Binary file not shown.
Binary file removed images/page_headers/availability.jpg
Binary file not shown.
Binary file added images/photos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 851c9de

Please sign in to comment.