Skip to content

Commit

Permalink
tweaks for rev2
Browse files Browse the repository at this point in the history
- change font to always be Helvetica
- March 8th 2015 was about 9 years ago
- add the phrase "full-stack" for keyword searchability
  • Loading branch information
benjamingwynn committed Apr 3, 2024
1 parent f95b81b commit 9ad150e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions document.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Benjamin](https://avatars.githubusercontent.com/u/1631422)
# Benjamin Gwynn
Software engineer with eight years of designing and developing high-performance web applications.
Software engineer with nine years of designing and developing high-performance web applications.
###### [[email protected]](mailto:[email protected]) | [github.com/benjamingwynn](https://github.com/benjamingwynn)

## Objective

I find great joy and satisfaction in optimising backend performance, implementing advanced requirements using new technologies, and employing innovative strategies to boost team efficacy, I am seeking a challenging role to leverage my technical expertise and leadership skills in web technology projects.
I'm an experienced full-stack developer, I find great joy and satisfaction in optimising backend performance, implementing advanced requirements using new technologies, and employing innovative strategies to boost team efficacy, I am seeking a challenging role to leverage my technical expertise and leadership skills in web technology projects.

I'm eager to bring my robust understanding of backend optimisation, reverse engineering and web technologies to a forward-thinking team, where I can contribute to delivering high-quality and efficient software solutions.

Expand Down Expand Up @@ -76,41 +76,41 @@ References available on request.

h1 {
color: #222;
font-family: "Helvetica Neue";
font-family: "Helvetica";
font-weight: 500;
margin: 0;
text-align: left;
font-size: 21pt;
}
h2 {
font-family: "Helvetica Neue";
font-family: "Helvetica";
font-weight: 500;
color: #333;
font-size: 13pt;
margin: 1ex 0;
}
h3 {
font-family: "Helvetica Neue";
font-family: "Helvetica";
color: #343434;
font-weight: 500;
font-size: 11.0pt;
margin: 0.5ex 0;
}
h4 {
color: #343434;
font-family: "Helvetica Neue";
font-family: "Helvetica";
}
h5 {
color: #343434;
font-family: "Helvetica Neue";
font-family: "Helvetica";
text-align: center;
margin: 0;
margin-top: 1ex;
font-weight: 400;
}
h6 {
color: #343434;
font-family: "Helvetica Neue";
font-family: "Helvetica";
font-size: 9pt;
text-align: left;
margin: 1ex 0;
Expand Down

0 comments on commit 9ad150e

Please sign in to comment.