1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 09:26:40 +00:00

Fixed header bug

The right side header looked good but the mobile header was off so I
just changed the html instead of messing witht the mess that is css
This commit is contained in:
Anson Biggs 2017-11-20 18:45:28 -07:00
parent 13630078a1
commit b58e648adf

View File

@ -30,7 +30,8 @@
<section id="header"> <section id="header">
<header> <header>
<!--<span class="image avatar"><img src="images/embryriddle.png" alt="Embry-Riddle Aeronautical University" /></span>--> <!--<span class="image avatar"><img src="images/embryriddle.png" alt="Embry-Riddle Aeronautical University" /></span>-->
<h1 id="logo"> </br></br>Anson Biggs Portfolio</h1> <h1><br><br></h1><!--Brings down the header since theres no longer a picture so it doesnt look awkward-->
<h1 id="logo">Anson Biggs Portfolio</h1>
<p>Aerospace Engineering Student at</br> <a href="http://prescott.erau.edu/">Embry-Riddle Aeronautical University Prescott</a></p> <p>Aerospace Engineering Student at</br> <a href="http://prescott.erau.edu/">Embry-Riddle Aeronautical University Prescott</a></p>
</header> </header>
<nav id="nav"> <nav id="nav">