Merge branch 'main' of https://www.github.com/HearMeWhisper/main_web
This commit is contained in:
commit
5069994c49
@ -233,6 +233,7 @@
|
||||
<ul id="skills">
|
||||
<li>2 Years - <a href="https://www.heroarmycosplay.com/about">The Hero Army</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ham{position:absolute; top:0px; left:0px; background-color:#999999 ; margin-right: 5%; }
|
||||
#menu{color:blue; background-color:white;width:50px;height:50px;box-shadow: 5px 5px 2.5px #5F5F5F;position:absolute; top:5px; left:5px;z-index:5; margin-right: 5%;}
|
||||
#menu{color:blue; background-color:white;width:50px;height:50px;box-shadow: 5px 5px 2.5px #5F5F5F;position:relative; z-index:5; margin-right: 5%;}
|
||||
#bars, #bigx{height:50px; width:50px}
|
||||
.ham-menu {height:100%; width:0%;display:none; border:black solid 2px;box-shadow: 10px 10px 5px #5F5F5F
|
||||
}
|
||||
@ -20,4 +20,15 @@
|
||||
z-index:11;
|
||||
}
|
||||
|
||||
#body {z-index:0;}
|
||||
#body {z-index:0;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0%;}
|
||||
|
||||
nav{
|
||||
background-color: #dd1d1d;
|
||||
min-width: 100%;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
||||
@ -26,6 +26,7 @@ var sites = [
|
||||
["/bingo/", "Bingo!"],
|
||||
["/memory/", "Memory"],
|
||||
["/yatzee/", "Yatzee!"],
|
||||
["/MTG/", "MTG"],
|
||||
["/youtube_convert/", "Youtube Converter"],
|
||||
["/binary/", "Binary Converter"],
|
||||
["/rollDice", "Dice"],
|
||||
|
||||
BIN
resume/chris-ascii-art.png
Normal file
BIN
resume/chris-ascii-art.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@ -199,7 +199,10 @@
|
||||
|
||||
|
||||
<div id="col1">
|
||||
<img src="chris.jpg" alt="Chris Edwards">
|
||||
<!---->
|
||||
<div style="background-color: white; width: 15vw; display: flex; justify-content: center; padding: 15px">
|
||||
<img src="chris-ascii-art.png" alt="Chris Edwards">
|
||||
</div>
|
||||
<div id="info">
|
||||
<p>CONTACT</p>
|
||||
<hr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user