Skip to content

Commit

Permalink
update header and bio (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabartley authored Feb 4, 2024
1 parent fc9d277 commit eb69fab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
);
}
}
}(window.location))</script><link href=static/css/app.40453b2e0e2348754737f0491a7602c9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.4bdb0449c39d6243978a.js></script><script type=text/javascript src=static/js/vendor.64d2873e0d2b30a3635a.js></script><script type=text/javascript src=static/js/app.4efbe3d7885a00352eed.js></script></body></html>
}(window.location))</script><link href=static/css/app.40453b2e0e2348754737f0491a7602c9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.e7a6e4452f71d8afa197.js></script><script type=text/javascript src=static/js/vendor.64d2873e0d2b30a3635a.js></script><script type=text/javascript src=static/js/app.931c8676dd70dafc2dec.js></script></body></html>
2 changes: 0 additions & 2 deletions docs/static/js/app.4efbe3d7885a00352eed.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/js/app.4efbe3d7885a00352eed.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/static/js/app.931c8676dd70dafc2dec.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/app.931c8676dd70dafc2dec.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Bio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img src="../assets/me.png" alt="A picture of me.">
</div>
<div class="bio__bio-text">
"I'm a Full Stack Software Engineer working at <a href="https://www.linkedin.com/company/yahoo/" target="_blank" rel="noreferrer nofollow">Yahoo</a> since 2018. I'm also studying part-time for my <a href="https://www.dcu.ie/courses/postgraduate/school-computing/msc-computing-major-options" target="_blank" rel="noreferrer nofollow">M.Sc. in Computing majoring in Secure Software Engineering</a> at <a href="https://dcu.ie/" target="_blank" rel="noreferrer nofollow">Dublin City University</a> which I started in 2022. Before that I completed my <a href="https://www.dcu.ie/courses/undergraduate/computing/computer-applications.shtml" target="_blank" rel="noreferrer nofollow">B.Sc. in Computer Applications</a> with a first class honours result in 2018.<br><br>
"I'm a Senior Software Engineer working as a Technical Lead at <a href="https://www.linkedin.com/company/yahoo/" target="_blank" rel="noreferrer nofollow">Yahoo</a>. I'm also studying part-time for my <a href="https://www.dcu.ie/courses/postgraduate/school-computing/msc-computing-major-options" target="_blank" rel="noreferrer nofollow">M.Sc. in Secure Software Engineering</a> at <a href="https://dcu.ie/" target="_blank" rel="noreferrer nofollow">Dublin City University</a> which I started in 2022. Before starting at Yahoo, I completed my <a href="https://www.dcu.ie/courses/undergraduate/computing/computer-applications.shtml" target="_blank" rel="noreferrer nofollow">B.Sc. in Computer Applications</a> with a first class honours result in 2018.<br><br>
I am passionate about building high quality software solutions in agile teams.
I believe in life-long learning."
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MyHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<li><router-link id="header__content-hobbies" to="hobbies">Hobbies</router-link></li>
</ul>
<h1 id="header__content-name">Graham Bartley</h1>
<p id="header__content-desc">Full Stack Software Engineer | M.Sc. in Secure Software Engineering Student</p>
<p id="header__content-desc">Senior Software Engineer | Technical Lead | M.Sc. in Secure Software Engineering Student</p>
</div>
</header>
</template>
Expand Down

0 comments on commit eb69fab

Please sign in to comment.