Skip to content

Commit 12ac095

Browse files
author
Matthew Fedak
committed
Updated readme and hire me page
1 parent f65d888 commit 12ac095

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ View the live working version [here](http://blog.sub85.com).
1010

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

13-
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.
13+
I added some grunt tasks to save the latest git commit revision number and minify what little CSS there is.
14+
With this I can link to each revision on Github from the site footer. and to minify the generated CSS.
1415

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

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

2122
cd {project_root}
2223
cd site
23-
bundle exec jekyll serve
24+
jekyll serve
2425

2526
## Saving Changes
2627

site/hire-me.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>Nice Personality <i class="fa fa-thumbs-o-up"></i></h2>
2424
<li>Team orientated</li>
2525
<li>Targets and results driven</li>
2626
<li>Over thinker</li>
27-
<li>Makes good tea</li>
27+
<li>Makes good <span class="deleted">tea</span> coffee</li>
2828
</ul>
2929

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

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

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

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

0 commit comments

Comments
 (0)