FIX: Partial unification of styling, will work on resume later.

This commit is contained in:
MajorDroolz
2022-12-22 18:29:53 -05:00
parent cf6a5ef910
commit b7c7e0dd9c
5 changed files with 25 additions and 57 deletions

View File

@@ -1,37 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,500,1,200');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;900&display=swap');
/*----------------------------------------------------------------------------*/
* {
padding: 0;
border: 0;
margin: 0;
outline: 0;
--light: #FEFADC;
--dark: #504B43;
--red: #EC1B24;
--yellow: #FCAB10;
--green: #62C869;
--blue: #2B9EB3;
--timing: cubic-bezier(0.2, 1, 0, 1);
--start-timing: cubic-bezier(0,.5,0,.9);
}
.light { --color: var(--light) }
.dark { --color: var(--dark) }
.red { --color: var(--red) }
.yellow { --color: var(--yellow) }
.green { --color: var(--green) }
.blue { --color: var(--blue) }
.flex-space { flex: 1 }
/*----------------------------------------------------------------------------*/
@media (min-aspect-ratio: 6 / 5) { @media (min-aspect-ratio: 6 / 5) {
.nav2, .nav3 { .nav2, .nav3 {
display: none !important; display: none !important;
@@ -229,17 +195,6 @@ header {
/*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
#about-section {
height: 60vmin;
}
#title-section {
height: 90vmin;
z-index: 1000;
}
/*----------------------------------------------------------------------------*/
#menu-modal::backdrop { #menu-modal::backdrop {
background-color: #0008; background-color: #0008;
} }

View File

@@ -5,6 +5,15 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/res/favicon.ico"> <link rel="icon" type="image/x-icon" href="/res/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,500,1,200">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;900&display=swap">
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="index.css"> <link rel="stylesheet" href="index.css">
<script src="index.js"></script> <script src="index.js"></script>
<title>Max's Place</title> <title>Max's Place</title>
@@ -14,10 +23,10 @@
<nav class="navbar"> <nav class="navbar">
<a href="#" class="button" data-i="home">Max's Place</a> <a href="#" class="button" data-i="home">Max's Place</a>
<div class="flex-space"></div> <div class="flex-space"></div>
<a href="/about" class="red icon nav12 button" data-i="accessibility_new"><p>About</p></a> <a href="#about-me" class="red icon nav12 button" data-i="accessibility_new"><p>About</p></a>
<a href="/projects" class="yellow icon nav12 button" data-i="design_services"><p>Projects</p></a> <a href="#projects" class="yellow icon nav12 button" data-i="design_services"><p>Projects</p></a>
<a href="/resume" class="green icon nav12 button" data-i="draft"><p>Resume</p></a> <a href="/resume" class="green icon nav12 button" data-i="draft"><p>Resume</p></a>
<a href="/contact" class="blue icon nav12 button" data-i="push_pin"><p>Contact</p></a> <a href="#contact-me" class="blue icon nav12 button" data-i="push_pin"><p>Contact</p></a>
<button class="icon button nav3" data-i="menu" onclick="openMenu()"></button> <button class="icon button nav3" data-i="menu" onclick="openMenu()"></button>
</nav> </nav>
<div id="title-page"> <div id="title-page">
@@ -33,17 +42,20 @@
</div> </div>
</header> </header>
<section> <section id="about-me">
<div id="about-me-back"></div>
<h2>About Me</h2> <h2>About Me</h2>
<p> <p>
Passionate computer science student skilled in building <strong> Passionate computer science student skilled in building <strong>
responsive, full-stack applications</strong>. Motivated to learn from responsive, full-stack applications</strong>. Motivated to learn from
colleagues and <strong>future developers</strong>. Seeks role to fashion colleagues and <strong>teach future developers</strong>. Seeks role to
software solutions, focused on <strong>teamwork and creativity</strong>. fashion software solutions, focused on <strong>teamwork and creativity
</strong>.
</p> </p>
</section> </section>
<section> <section id="projects">
<div id="projects-me-back"></div>
<h2>Projects</h2> <h2>Projects</h2>
<p> <p>
A selection of applications worked on as a computer scientist, from A selection of applications worked on as a computer scientist, from
@@ -70,7 +82,8 @@
<a href="/projects">View all Projects</a> <a href="/projects">View all Projects</a>
</section> </section>
<section> <section id="my-experience">
<div id="my-experience-back"></div>
<h2>My Experience</h2> <h2>My Experience</h2>
<p> <p>
I've had varied experiences: from <strong>mentoring fellow undergrads I've had varied experiences: from <strong>mentoring fellow undergrads
@@ -83,7 +96,7 @@
</div> </div>
</section> </section>
<footer> <footer id="contact-me">
<h2>Contact Me!</h2> <h2>Contact Me!</h2>
<nav> <nav>
<a href="mailto:maximhutz@gmail.com">maximhutz@gmail.com</a> <a href="mailto:maximhutz@gmail.com">maximhutz@gmail.com</a>

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Refresh" content="0; url=home"/> <meta http-equiv="Refresh" content="0; url=home">
<link rel="stylesheet" href="/styles.css">
</head> </head>
<body bgcolor="black"></body>
</html> </html>

View File

@@ -22,7 +22,6 @@
html { html {
font-size: 1vw; font-size: 1vw;
background: black;
animation: var(--enter) scene-enter; animation: var(--enter) scene-enter;
} }

View File

@@ -16,6 +16,7 @@
"> ">
<!-- Resume styling. --> <!-- Resume styling. -->
<link rel="preload stylesheet" as="style" href="/styles.css">
<link rel="preload stylesheet" as="style" href="index.css"> <link rel="preload stylesheet" as="style" href="index.css">
<!-- Site's Icon --> <!-- Site's Icon -->