tim-green-resume 1.0.7 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/resume.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tim-green-resume",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Tim Green's Front End Developer Resume",
|
|
5
5
|
"main": "\t",
|
|
6
6
|
"scripts": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"author": "Tim Green",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"chalk": "^
|
|
20
|
-
"inquirer": "^
|
|
19
|
+
"chalk": "^5.0.1",
|
|
20
|
+
"inquirer": "^9.1.0"
|
|
21
21
|
},
|
|
22
22
|
"bin": {
|
|
23
23
|
"tim-green-resume": "./index.js"
|
package/resume.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Bio": [
|
|
3
|
-
"I’m Tim Green — a web developer in Canberra Australia. I have a passion for strong, simple websites.I have 13 years of experience working in both an advertising agency and freelance capacity, mainly focusing on building websites/web applications which are simple to use and look great. I worked with some great agencies, government organisations, individuals and start-ups to their reach both business and website goals."
|
|
3
|
+
"I’m Tim Green — a web developer in Canberra Australia. I have a passion for strong, simple websites. I have 13 years of experience working in both an advertising agency and freelance capacity, mainly focusing on building websites/web applications which are simple to use and look great. I worked with some great agencies, government organisations, individuals and start-ups to their reach both business and website goals."
|
|
4
4
|
],
|
|
5
5
|
"Experience": [
|
|
6
|
-
"Freelance
|
|
6
|
+
"Freelance Developer - 2019 - Current",
|
|
7
7
|
"Web Developer at 2B Advertising and Design - 2011-2018",
|
|
8
8
|
"Web Developer at Roof Rack City Canberra - 2008-2010"
|
|
9
9
|
],
|
|
@@ -12,29 +12,28 @@
|
|
|
12
12
|
"PHP",
|
|
13
13
|
"HTML5",
|
|
14
14
|
"CSS, SASS",
|
|
15
|
+
"Flexbox, Grid",
|
|
15
16
|
"Grunt",
|
|
16
17
|
"JSON, XML",
|
|
17
|
-
"Flexbox, Grid",
|
|
18
18
|
"React",
|
|
19
19
|
"Bootstrap",
|
|
20
20
|
"WordPress",
|
|
21
|
-
"Drupal",
|
|
22
21
|
"Shopify",
|
|
23
22
|
"WooCommerce",
|
|
23
|
+
"Drupal",
|
|
24
24
|
"Git, Fork, Terminal",
|
|
25
25
|
"Accessible PDF and Word Documents",
|
|
26
|
-
"HootSuite",
|
|
27
|
-
"
|
|
26
|
+
"Various social media tools like HootSuite, AgoraPulse and Buffer",
|
|
27
|
+
"WP CLI (The command line interface for WordPress)"
|
|
28
28
|
],
|
|
29
29
|
"A few sites I've built": [
|
|
30
30
|
"Automotiv - https://themes.timgreen.ws/automotiv/",
|
|
31
31
|
"Booth WooCommerce Theme - https://themes.timgreen.ws/booth/",
|
|
32
|
-
"Rosewood - A simplistic theme for blogging - https://themes.timgreen.ws/
|
|
32
|
+
"Rosewood - A simplistic theme for blogging - https://themes.timgreen.ws/rosewood/",
|
|
33
33
|
"Flywheel - A simple theme for Drupal - https://drupal.timgreen.ws",
|
|
34
34
|
"Night Owl - Bootstrap Admin Dashboard - https://night-owl.timgreen.ws/",
|
|
35
35
|
"Orb - HTML Template - https://www.timgreen.ws/orb",
|
|
36
|
-
"Idle - Multipage Site Template - https://www.timgreen.ws/idle/"
|
|
37
|
-
"ATSB Annual Report 2016-17 - http://www.atsb.gov.au/reports/AnnualReport_2016-17/index.html"
|
|
36
|
+
"Idle - Multipage Site Template - https://www.timgreen.ws/idle/"
|
|
38
37
|
],
|
|
39
38
|
"Contact": [
|
|
40
39
|
"Blog - https://www.somewhatcreative.net",
|