Skip to content

Commit

Permalink
add last element utility class
Browse files Browse the repository at this point in the history
  • Loading branch information
L23de committed Jan 20, 2022
1 parent 38cfce5 commit f58ce71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ h3 {
flex-direction: column;
}

.last-element {
margin-bottom: 6rem;
}

.emoji {
font-size: 48px;
}
Expand Down
5 changes: 1 addition & 4 deletions src/views/AboutMe.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
<div class="page">
<h2 class="heading handshake">About Me <span class="emoji">🤝</span></h2>
<div id="about-me">
<div id="about-me-content">
<div id="about-me-content" class="last-element">
<img src="/logo.png" alt="Picture of Lester" width="300" height="300"/>
<p>Hi, I'm glad you stopped by!</p>
<p>Let me introduce myself. My name is Lester and I am currently a rising senior at Lehigh University pursuing a B.S. in Computer Science, along with a Data Science Minor. I've always been interested in computing technologies, how they work, and their applications. However, I really only started delving into the nitty-gritty details in 11th grade. Stop by my <router-link to="/work">SWE Journey</router-link> to learn more!</p>
<p>In terms of my personal life, I'm constantly looking for ways to seek discomfort, ways to push myself out of my comfort zone and expand my worldview. As a kid, I was always very picky and scared to try new things, so to recoup those lost experiences and never lose out on another one, I strive to say <a href="https://yestheory.com/" target="_blank">"Yes"</a> to everything! Still interested? Learn more about my other <router-link to="/interests">interests</router-link>.</p>
</div>
<!-- <div id="about-me-img">
</div> -->
</div>
</div>
</template>
Expand All @@ -23,7 +21,6 @@
&-content {
font-size: 1.15rem;
margin-bottom: 6rem;
}
img {
Expand Down
3 changes: 1 addition & 2 deletions src/views/SplashPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1>I'm Lester Huang</h1>
<h3>A lifelong learner 📖 with a desire for adventure 🗺️</h3>
</div>
<div id="contact">
<div id="contact" class="last-element">
<q-btn round icon="far fa-envelope-open" type="a" href="mailto:[email protected]" target="_blank" size="1.1rem" unelevated />
<q-btn round icon="fab fa-linkedin-in" type="a" href="https://www.linkedin.com/in/lesterhuang/" target="_blank" size="1.1rem" unelevated />
<q-btn round icon="fab fa-github" type="a" href="https://github.com/L23de" target="_blank" size="1.1rem" unelevated />
Expand All @@ -29,7 +29,6 @@
color: black;
display: flex;
flex-direction: row;
margin-bottom: 8rem;
}
@keyframes wave-animation {
Expand Down

0 comments on commit f58ce71

Please sign in to comment.