Bolded a few more headers on the left side

replace/cc1a0a124bc310249e68a21a443be3f3930e9fc5
Cobular 5 years ago
parent 89ce253c82
commit df3db15af4

@ -6,7 +6,7 @@
justify-content: center; justify-content: center;
b { b {
font-weight: 600; font-weight: 500;
} }
.about-me-card { .about-me-card {

@ -178,10 +178,10 @@ export function AboutMe() {
<li> <li>
<b>Name</b>: Jake Cover <b>Name</b>: Jake Cover
</li> </li>
<li>Occupation: Student</li> <li><b>Occupation:</b> Student</li>
<li>Location: Southern California</li> <li><b>Location:</b> Southern California</li>
<li> <li>
Projects:{" "} <b>Projects:</b>{" "}
<button <button
onClick={() => onClick={() =>
document.getElementById("project-header")?.scrollIntoView({ document.getElementById("project-header")?.scrollIntoView({
@ -194,10 +194,10 @@ export function AboutMe() {
</button> </button>
</li> </li>
<li> <li>
Resume: <Link to={"/resume"}>Over here</Link> <b>Resume:</b> <Link to={"/resume"}>Over here</Link>
</li> </li>
<li> <li>
Find Me: <b>Find Me:</b>
<ul> <ul>
<li> <li>
Email: <button onClick={EmailHandler}>Click This</button> Email: <button onClick={EmailHandler}>Click This</button>

@ -1,2 +1,2 @@
@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Montserrat:wght@400;600;700&display=swap); @import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap);

Loading…
Cancel
Save