Skip to content

Commit

Permalink
Updated readme and hire me page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fedak committed Nov 22, 2022
1 parent f65d888 commit 12ac095
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,8 @@ View the live working version [here](http://blog.sub85.com).

This is basically your average Jekyll install with some html, markdown and Sass hackery.

I added some grunt tasks to save the git commit revision number so I can link to each revision on Github from the site footer and to minify the generated CSS.
I added some grunt tasks to save the latest git commit revision number and minify what little CSS there is.
With this I can link to each revision on Github from the site footer. and to minify the generated CSS.

I deploy it to AWS S3 and handle AWS Cloudfront using the awesome [s3_website](https://github.com/laurilehmijoki/s3_website) gem.

Expand All @@ -20,7 +21,7 @@ To start development just launch Jekyll from the command line.

cd {project_root}
cd site
bundle exec jekyll serve
jekyll serve

## Saving Changes

Expand Down
22 changes: 11 additions & 11 deletions site/hire-me.html
Expand Up @@ -24,7 +24,7 @@ <h2>Nice Personality <i class="fa fa-thumbs-o-up"></i></h2>
<li>Team orientated</li>
<li>Targets and results driven</li>
<li>Over thinker</li>
<li>Makes good tea</li>
<li>Makes good <span class="deleted">tea</span> coffee</li>
</ul>

</div>
Expand All @@ -34,11 +34,11 @@ <h2>Nice Personality <i class="fa fa-thumbs-o-up"></i></h2>
<h2>Useful Skills <i class="fa fa-code"></i></h2>

<ul>
<li>PHP (ZF2, WordPress, CodeIgniter)</li>
<li>JS (Angular, jQuery, Grunt)</li>
<li>DB (MySQL, PostgreSQL, Redis)</li>
<li>Testing (Jasmine, PHPUnit, Karma)</li>
<li>Agile (JIRA, Kanban, Gitflow)</li>
<li>PHP (Laminas, Laravel, Sympfony)</li>
<li>JS (Angular, jQuery, Svelte, Vue)</li>
<li>DB (ES, MySQL, PostgreSQL, Redis)</li>
<li>Tests (Codeception, Jest, PHPUnit)</li>
<li>Devops (AWS, Docker, Bash, CI)</li>
<li>CSS (Sass, Less)</li>
</ul>

Expand All @@ -49,11 +49,11 @@ <h2>Useful Skills <i class="fa fa-code"></i></h2>
<h2>Good Hobbies <i class="fa fa-suitcase"></i></h2>

<ul>
<li>Travelling (30 countries so far)</li>
<li>I have too many guitars</li>
<li>Long distance cycling</li>
<li>Boardsports (skate, surf, sand)</li>
<li>Ski weekends</li>
<li>Travelling (43 countries so far)</li>
<li>I have too many <span class="deleted">guitars</span> bikes</li>
<li>Cycling and running</li>
<li>Cooking and sometimes baking</li>
<li>Adventure holidays</li>
<li><span class="deleted">Learning</span> Speaking German</li>
</ul>

Expand Down

0 comments on commit 12ac095

Please sign in to comment.