Updated a few random things

replace/dca047699735c5cb9325d1d6442b3a3ddcb42928
Cobular 4 years ago
parent 34583041dd
commit a554a5e508

@ -25,6 +25,7 @@
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>Jake Cover</title> <title>Jake Cover</title>
<script async defer data-website-id="7b846b7f-e368-441b-9663-0436eabec402" src="https://umami.cobular.com/umami.js"></script>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

@ -21,9 +21,9 @@ export function AboutMe() {
<h2> A bit about me:</h2> <h2> A bit about me:</h2>
<ul> <ul>
<li> {/*<li>*/}
<b>Name</b>: Jake Cover {/* <b>Pronouns</b>: He/Him*/}
</li> {/*</li>*/}
<li> <li>
<b>Occupation:</b> Student <b>Occupation:</b> Student
</li> </li>

@ -65,7 +65,7 @@ export function Age() {
1, 1,
1 1
); );
return `${ageYearsComponent} and ${target_n}/${target_d}`; return `${ageYearsComponent} ${target_n}/${target_d}`;
} }
const millisecondsYear = milliseconds_year(); const millisecondsYear = milliseconds_year();

@ -34,7 +34,7 @@ export function Footer() {
</div> </div>
<hr /> <hr />
<div className="copyright-text"> <div className="copyright-text">
Copyright &copy; 2020 All Rights Reserved by Jake Cover Copyright &copy; 2021 All Rights Reserved by Jake Cover
</div> </div>
</footer> </footer>
); );

@ -35,9 +35,6 @@ export function Header() {
<h2>Home</h2> <h2>Home</h2>
</Link> </Link>
{/*<Link className="nav-link" to="/contact">*/}
{/* <h2>Contact</h2>*/}
{/*</Link>*/}
<Link className="nav-link" to="/resume"> <Link className="nav-link" to="/resume">
<h2>Resume</h2> <h2>Resume</h2>
</Link> </Link>

@ -13,9 +13,6 @@ body {
background-color: var(--background) !important; background-color: var(--background) !important;
} }
#root {
}
code { code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',

@ -12,6 +12,7 @@
--link-color: #1890ff; --link-color: #1890ff;
--grid-element-subheader: darkgrey; --grid-element-subheader: darkgrey;
} }
//:root { //:root {
// --text: black; // --text: black;
// --background: #FFFFFF; // --background: #FFFFFF;
@ -26,3 +27,57 @@
// --link-color: white; // --link-color: white;
// --grid-element-subheader: #F7A8B8; // --grid-element-subheader: #F7A8B8;
//} //}
// SASS style sheet */
// Palette color codes */
// Palette URL: http://paletton.com/#uid=5320u0k7JRF0n+X3HY4c4I2gzvX */
// Feel free to copy&paste color codes to your application */
// As hex codes */
$color-primary-0: #B0E8CF; // Main Primary color */
$color-primary-1: #FCFFFE;
$color-primary-2: #DBF8EB;
$color-primary-3: #82D0AD;
$color-primary-4: #55B086;
$color-secondary-1-0: #B1CFE4; // Main Secondary color (1) */
$color-secondary-1-1: #FCFEFF;
$color-secondary-1-2: #DCECF7;
$color-secondary-1-3: #82ABC9;
$color-secondary-1-4: #5482A3;
$color-secondary-2-0: #D8F7BB; // Main Secondary color (2) */
$color-secondary-2-1: #FDFFFC;
$color-secondary-2-2: #EDFDDF;
$color-secondary-2-3: #BFEF95;
$color-secondary-2-4: #A5E46E;
// As RGBa codes */
$rgba-primary-0: rgba(176,232,207,1); // Main Primary color */
$rgba-primary-1: rgba(252,255,254,1);
$rgba-primary-2: rgba(219,248,235,1);
$rgba-primary-3: rgba(130,208,173,1);
$rgba-primary-4: rgba( 85,176,134,1);
$rgba-secondary-1-0: rgba(177,207,228,1); // Main Secondary color (1) */
$rgba-secondary-1-1: rgba(252,254,255,1);
$rgba-secondary-1-2: rgba(220,236,247,1);
$rgba-secondary-1-3: rgba(130,171,201,1);
$rgba-secondary-1-4: rgba( 84,130,163,1);
$rgba-secondary-2-0: rgba(216,247,187,1); // Main Secondary color (2) */
$rgba-secondary-2-1: rgba(253,255,252,1);
$rgba-secondary-2-2: rgba(237,253,223,1);
$rgba-secondary-2-3: rgba(191,239,149,1);
$rgba-secondary-2-4: rgba(165,228,110,1);
// Generated by Paletton.com © 2002-2014 */
// http://paletton.com */

Loading…
Cancel
Save