💬 Various tweaks (including adding summary)
- Add summary to resume - Move LinkedIn link first on front page - Update some text in resume - Minor tweak to XMPP link - Remove debug line in JS
This commit is contained in:
parent
64e2ac8084
commit
aac1a6f0cc
6 changed files with 11 additions and 7 deletions
|
|
@ -3,6 +3,6 @@ title = "Contact"
|
|||
+++
|
||||
You can find [all my links](https://links.danielrayjones.com), including a few ways to contact me.
|
||||
|
||||
You can also email me at [dan@danielrayjones.com](mailto:dan@danielrayjones.com), or get me on XMPP at [danjones000@conversations.im](xmpp:danjones000@conversations.im), or Matrix at [@danjones000:matrix.org](https://matrix.to/#/@danjones000:matrix.org).
|
||||
You can also email me at [dan@danielrayjones.com](mailto:dan@danielrayjones.com), or get me on XMPP at [danjones000@conversations.im](xmpp://danjones000@conversations.im), or Matrix at [@danjones000:matrix.org](https://matrix.to/#/@danjones000:matrix.org).
|
||||
|
||||
Or just a plain old telephone call at [704-326-1626](tel:704-326-1626).
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -15,11 +15,12 @@ Description = "Experienced web developer"
|
|||
|
||||
Principal Engineer and Architect at social media SaaS company
|
||||
|
||||
+ Improved code quality by implementing unit testing framework
|
||||
+ Enabled engineering team to focus more on feature work by implementing unit testing framework
|
||||
+ Contributed to end-to-end testing framework in Python
|
||||
+ Improved platform stability through the addition of microservices in go
|
||||
+ Held training sessions for development team
|
||||
+ Interviewed prospective new hires
|
||||
+ Expanded platform with multiple Vue components
|
||||
|
||||
Laravel, PHP, go, microservices, PHPUnit, MySql, mongodb, Vue
|
||||
{.tech}
|
||||
|
|
|
|||
4
content/web/sections/007-summary.md
Normal file
4
content/web/sections/007-summary.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
id: summary
|
||||
---
|
||||
Highly skilled and talented Software Engineer with experience working productively in dynamic environments. Fluent in go, PHP, and other programming languages. Enthusiastic and influential collaborator focused on achieving project objectives with speed and accuracy. Proven track record of innovation.
|
||||
|
|
@ -20,6 +20,10 @@ logoText = "RUN"
|
|||
[params.portrait]
|
||||
path = "https://www.gravatar.com/avatar/073daa566095477f8ecc5cf4d0f59448"
|
||||
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/danjones000/"
|
||||
|
||||
[[params.social]]
|
||||
name = "gitea"
|
||||
url = "https://codeberg.org/danjones000/"
|
||||
|
|
@ -32,10 +36,6 @@ url = "https://gitlab.com/danjones000/"
|
|||
name = "github"
|
||||
url = "https://github.com/goodevilgenius/"
|
||||
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/danjones000/"
|
||||
|
||||
[[params.social]]
|
||||
name = "matrix"
|
||||
url = "https://matrix.to/#/@danjones000:matrix.org"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
{{ $prism := resources.Get "js/prism.js" }}
|
||||
{{ $secureJS := slice $main $menu $prism | resources.Concat "bundle.js" | resources.Minify | resources.Fingerprint "sha512" }}
|
||||
<script type="text/javascript" src="{{ $secureJS.RelPermalink }}" integrity="{{ $secureJS.Data.Integrity }}"></script>
|
||||
<script>console.log('here');</script>
|
||||
|
||||
{{ $app := resources.Get "js/application.js" | resources.Minify | resources.Fingerprint "sha512" }}
|
||||
<script type="text/javascript" src="{{ $app.RelPermalink }}" integrity="{{ $app.Data.Integrity }}"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue