|
12 | 12 | </div>
|
13 | 13 | <div class="column is-three-quarters">
|
14 | 14 | <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 |
20 | 25 | area!
|
21 | 26 | </p>
|
22 | 27 |
|
23 | 28 | <div class="container has-text-centered">
|
24 |
| - <h1 id="lets-connect"> |
| 29 | + <h2 id="lets-connect"> |
25 | 30 | Let's get in touch. LinkedIn or email works best.
|
| 31 | + </h2> |
| 32 | + <h1 class="has-text-weight-bold "> |
| 33 | + |
26 | 34 | </h1>
|
27 |
| - < h1 class= "has-text-weight-bold ">Email: [email protected]</ h1> |
28 | 35 | <div class="columns is-mobile is-multiline is-centered">
|
29 | 36 | <div class="column is-narrow">
|
30 | 37 | <p class="bd-notification is-primary">
|
31 | 38 | <a
|
32 |
| - href="https://www.linkedin.com/in/tomvo16/" |
| 39 | + href="https://www.linkedin.com/in/votom/" |
33 | 40 | id="linkedin-icon"
|
34 | 41 | target="_blank"
|
35 | 42 | >
|
|
40 | 47 | <div class="column is-narrow">
|
41 | 48 | <p class="bd-notification is-primary">
|
42 | 49 | <a
|
43 |
| - href="https://github.com/tvo25" |
| 50 | + href="https://github.com/tomvothecoder" |
44 | 51 | id="github-icon"
|
45 | 52 | target="_blank"
|
46 | 53 | >
|
@@ -68,7 +75,7 @@ export default {
|
68 | 75 |
|
69 | 76 | <style scoped>
|
70 | 77 | #lets-connect {
|
71 |
| - margin-top: 4%; |
| 78 | + margin-top: 1rem; |
72 | 79 | font-weight: 600;
|
73 | 80 | }
|
74 | 81 | </style>
|
0 commit comments