Updated a few random things

pull/12/head
Cobular 4 years ago
parent 7228ad3eed
commit dca0476997
No known key found for this signature in database
GPG Key ID: 8A55E11B548F0594

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

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

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

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

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

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

@ -12,6 +12,7 @@
--link-color: #1890ff;
--grid-element-subheader: darkgrey;
}
//:root {
// --text: black;
// --background: #FFFFFF;
@ -26,3 +27,57 @@
// --link-color: white;
// --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