tim-green-resume 1.1.7 → 1.1.8
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 +1 -1
- package/resume.json +13 -8
package/package.json
CHANGED
package/resume.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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
|
|
3
|
+
"I’m Tim Green — a web developer in Canberra Australia. I have a passion for strong, simple websites. I have 17 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
6
|
"Freelance Developer - 2019 - Current",
|
|
@@ -8,15 +8,19 @@
|
|
|
8
8
|
"Web Developer at Roof Rack City Canberra - 2008-2010"
|
|
9
9
|
],
|
|
10
10
|
"Skills": [
|
|
11
|
-
"JavaScript
|
|
11
|
+
"JavaScript",
|
|
12
|
+
"jQuery",
|
|
12
13
|
"PHP",
|
|
13
14
|
"HTML5",
|
|
14
15
|
"CSS, SASS",
|
|
15
16
|
"Flexbox, Grid",
|
|
16
17
|
"Grunt",
|
|
18
|
+
"ParcelJS",
|
|
19
|
+
"Webpack",
|
|
17
20
|
"JSON, XML",
|
|
18
21
|
"React",
|
|
19
22
|
"Bootstrap",
|
|
23
|
+
"Tailwind CSS",
|
|
20
24
|
"WordPress",
|
|
21
25
|
"WooCommerce",
|
|
22
26
|
"Drupal",
|
|
@@ -30,22 +34,23 @@
|
|
|
30
34
|
"Automotiv - https://themes.timgreen.ws/automotiv/",
|
|
31
35
|
"Booth WooCommerce Theme - https://themes.timgreen.ws/booth/",
|
|
32
36
|
"Rosewood - A simplistic theme for blogging - https://themes.timgreen.ws/rosewood/",
|
|
33
|
-
"Flywheel - A simple theme for Drupal - https://drupal.timgreen.ws",
|
|
34
37
|
"Orb - HTML Template - https://www.timgreen.ws/orb",
|
|
35
38
|
"Idle - Multipage Site Template - https://www.timgreen.ws/idle/",
|
|
36
39
|
"Night Owl - Bootstrap Admin Dashboard - https://night-owl.timgreen.ws/"
|
|
37
40
|
],
|
|
38
41
|
"Some apps that I've built in React": [
|
|
39
|
-
"
|
|
40
|
-
"Rock Paper Scissor - https://github.com/tim-green/rps-react",
|
|
42
|
+
"Albert CMS Dectector - https://github.com/tim-green/albert-cms-detector",
|
|
41
43
|
"The Colour Contrast Checker - https://github.com/tim-green/colour-contrast-checker",
|
|
42
44
|
"Splash - https://github.com/tim-green/splash-clones",
|
|
45
|
+
"The Movie Database - https://github.com/tim-green/tmdb-react-app",
|
|
46
|
+
"IP Info - https://github.com/tim-green/ip-info-react",
|
|
47
|
+
"Rock Paper Scissor - https://github.com/tim-green/rps-react",
|
|
43
48
|
"GroundCTRL React UI - https://github.com/tim-green/groundctrl-ui"
|
|
44
49
|
],
|
|
45
50
|
"Contact": [
|
|
46
|
-
"
|
|
47
|
-
"Github - https://github.com/tim-green/",
|
|
51
|
+
"Email - tim@timgreen.ws",
|
|
48
52
|
"Website - https://www.timgreen.ws",
|
|
49
|
-
"
|
|
53
|
+
"Blog - https://www.somewhatcreative.net",
|
|
54
|
+
"Github - https://github.com/tim-green/"
|
|
50
55
|
]
|
|
51
56
|
}
|