Skip to content

Commit 7200cbd

Browse files
committed
Update about description
1 parent 5407685 commit 7200cbd

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

frontend/src/components/About.vue

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,31 @@
1212
</div>
1313
<div class="column is-three-quarters">
1414
<p class="job-desc">
15-
As a software engineer, I really enjoy the thought process
16-
involved in planning and executing new imaginative ideas.
17-
Aside from programming, my passions lie in fitness, hiking,
18-
photography, and eating the best burrito that a town has to
19-
offer. Catch me around the California central valley and bay
15+
As a software engineer, I enjoy the thought process involved
16+
in the entire lifecycle of ideas. From prototyping to the
17+
implementation phase, I strive to follow a pragamatic approach
18+
and use effective metholodogies to build robust tools. A wise
19+
programmer once said, "don't forget to test your code!"
20+
</p>
21+
<p class="job-desc">
22+
Aside from programming, my passions include powerlifting,
23+
running, hiking, watching MMA, and eating the best burrito
24+
that a town has to offer. Catch me around the California bay
2025
area!
2126
</p>
2227

2328
<div class="container has-text-centered">
24-
<h1 id="lets-connect">
29+
<h2 id="lets-connect">
2530
Let's get in touch. LinkedIn or email works best.
31+
</h2>
32+
<h1 class="has-text-weight-bold ">
33+
2634
</h1>
27-
<h1 class="has-text-weight-bold ">Email: [email protected]</h1>
2835
<div class="columns is-mobile is-multiline is-centered">
2936
<div class="column is-narrow">
3037
<p class="bd-notification is-primary">
3138
<a
32-
href="https://www.linkedin.com/in/tomvo16/"
39+
href="https://www.linkedin.com/in/votom/"
3340
id="linkedin-icon"
3441
target="_blank"
3542
>
@@ -40,7 +47,7 @@
4047
<div class="column is-narrow">
4148
<p class="bd-notification is-primary">
4249
<a
43-
href="https://github.com/tvo25"
50+
href="https://github.com/tomvothecoder"
4451
id="github-icon"
4552
target="_blank"
4653
>
@@ -68,7 +75,7 @@ export default {
6875

6976
<style scoped>
7077
#lets-connect {
71-
margin-top: 4%;
78+
margin-top: 1rem;
7279
font-weight: 600;
7380
}
7481
</style>

0 commit comments

Comments
 (0)