Fixed some links, added contact section, red logo
This commit is contained in:
parent
f51d3f01d1
commit
b777e1e4da
@ -32,7 +32,7 @@
|
|||||||
transform-box: fill-box;
|
transform-box: fill-box;
|
||||||
transform: translateX(-10px);
|
transform: translateX(-10px);
|
||||||
animation: reset-translations 1s 1 normal ease-in-out forwards 1s;
|
animation: reset-translations 1s 1 normal ease-in-out forwards 1s;
|
||||||
stroke: white;
|
stroke: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
#hex-logo-lesser {
|
#hex-logo-lesser {
|
||||||
@ -40,10 +40,11 @@
|
|||||||
transform-box: fill-box;
|
transform-box: fill-box;
|
||||||
transform: translateX(-32px);
|
transform: translateX(-32px);
|
||||||
animation: reset-translations 1s 1 normal ease-in-out forwards 1s;
|
animation: reset-translations 1s 1 normal ease-in-out forwards 1s;
|
||||||
stroke: white;
|
stroke: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
#hex-logo-slash {
|
#hex-logo-slash {
|
||||||
|
fill: rgb(255, 255, 255);
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
transform-box: fill-box;
|
transform-box: fill-box;
|
||||||
fill-opacity: 100;
|
fill-opacity: 100;
|
||||||
@ -99,10 +100,13 @@
|
|||||||
|
|
||||||
@keyframes reset-translations {
|
@keyframes reset-translations {
|
||||||
0% {
|
0% {
|
||||||
|
fill: white;
|
||||||
|
stroke: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
|
fill: red;
|
||||||
|
stroke: red;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -31,9 +31,9 @@ a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a:hover::before{
|
a:hover::before{
|
||||||
content: "\\ ";
|
content: "\\";
|
||||||
} a:hover::after{
|
} a:hover::after{
|
||||||
content: " /";
|
content: "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
14
index.html
14
index.html
@ -45,13 +45,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="aboutme-box-right">
|
<div class="aboutme-box-right">
|
||||||
<h2>About Me</h2>
|
<h2>About Me</h2>
|
||||||
<p>Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a Jr. Unity Developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on either my <a href="https://github.com/spudnut2000">personal GitHub</a> or my <a href="https://github.com/HexStudios">Hex Studios GitHub</a> pages.</p>
|
<p>Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on either my <a href="https://github.com/spudnut2000">personal GitHub</a> or my <a href="https://github.com/HexStudios">Hex Studios GitHub</a> pages.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="content-title">PROJECTS</h1>
|
<h1 class="content-title">PROJECTS</h1>
|
||||||
<hr class="content-break"></div>
|
<hr class="content-break">
|
||||||
|
|
||||||
<div id="projects">
|
<div id="projects">
|
||||||
<div class="projects-box">
|
<div class="projects-box">
|
||||||
@ -61,6 +61,13 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h1 class="content-title">CONTACT</h1>
|
||||||
|
<hr class="content-break">
|
||||||
|
|
||||||
|
<div id="contact">
|
||||||
|
<div class="contact-box"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -72,8 +79,9 @@
|
|||||||
<br>
|
<br>
|
||||||
<div class="footer-nav">
|
<div class="footer-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#about">About</a></li>
|
<li><a href="#aboutme">About</a></li>
|
||||||
<li><a href="#projects">Projects</a></li>
|
<li><a href="#projects">Projects</a></li>
|
||||||
|
<li><a href="#contact">Contact</a></li>
|
||||||
<li><a href="https://github.com/HexStudios/hexstudios-co">Page Source</a></li>
|
<li><a href="https://github.com/HexStudios/hexstudios-co">Page Source</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user