Added cards and mobile CSS
This commit is contained in:
30
index.html
30
index.html
@@ -36,7 +36,7 @@
|
||||
<div id="fader"></div>
|
||||
|
||||
<h1 class="content-title">This Is HEX Studios</h1>
|
||||
<hr class="content-break"></div>
|
||||
<hr class="content-break">
|
||||
|
||||
<div id="aboutme">
|
||||
<div class="aboutme-box">
|
||||
@@ -45,18 +45,38 @@
|
||||
</div>
|
||||
<div class="aboutme-box-right">
|
||||
<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.</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 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1 class="content-title">PROJECTS</h1>
|
||||
<hr class="content-break"></div>
|
||||
|
||||
<div id="projects">
|
||||
<div class="projects-box">
|
||||
<div class="card"><div class="upper"></div><div class="lower"></div></div>
|
||||
<div class="card"><div class="upper"></div><div class="lower"></div></div>
|
||||
<div class="card"><div class="upper"></div><div class="lower"></div></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="fader-reverse"></div>
|
||||
<div id="footer">
|
||||
|
||||
<p>© Copyright 2022 HEX Studios™</p>
|
||||
<br>
|
||||
<div class="footer-nav">
|
||||
<ul>
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#projects">Projects</a></li>
|
||||
<li><a href="https://github.com/HexStudios/hexstudios-co">Page Source</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user