Skip to content

Commit 8a56de8

Browse files
author
James Harris
committed
Main content
Icons
1 parent 020b0f1 commit 8a56de8

27 files changed

+311
-26
lines changed

Diff for: android-chrome-192x192.png

8.25 KB
Loading

Diff for: android-chrome-256x256.png

12.4 KB
Loading

Diff for: apple-touch-icon.png

7.95 KB
Loading

Diff for: assets/Logo.sketch

0 Bytes
Binary file not shown.

Diff for: assets/logo.png

22.9 KB
Loading

Diff for: browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#373838</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

Diff for: favicon-16x16.png

1.05 KB
Loading

Diff for: favicon-32x32.png

1.81 KB
Loading

Diff for: favicon.ico

14.7 KB
Binary file not shown.

Diff for: manifest.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/android-chrome-256x256.png",
11+
"sizes": "256x256",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#373838",
16+
"background_color": "#373838",
17+
"display": "standalone"
18+
}

Diff for: mstile-150x150.png

6.64 KB
Loading

Diff for: safari-pinned-tab.svg

+71
Loading

Diff for: src/android-chrome-192x192.png

8.25 KB
Loading

Diff for: src/android-chrome-256x256.png

12.4 KB
Loading

Diff for: src/apple-touch-icon.png

7.95 KB
Loading

Diff for: src/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#373838</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

Diff for: src/css/app.css

+12-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/favicon-16x16.png

1.05 KB
Loading

Diff for: src/favicon-32x32.png

1.81 KB
Loading

Diff for: src/favicon.ico

14.7 KB
Binary file not shown.

Diff for: src/index.html

+91-10
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
77
<meta name="apple-mobile-web-app-capable" content="yes">
8-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
9-
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
8+
9+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
10+
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
11+
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
12+
<link rel="manifest" href="/manifest.json">
13+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#373838">
14+
<meta name="theme-color" content="#373838">
1015

1116
<title>Jimmythecoder | UX Creative via Hypermedia</title>
1217

@@ -86,42 +91,42 @@ <h3>What I know</h3>
8691
<p>
8792
<h4>Javascript</h4>
8893
<div class="range" data-value="90">
89-
<span class="line"></span>
94+
<span class="handle"></span>
9095
</div>
9196
</p>
9297

9398
<p>
9499
<h4>HTML 5</h4>
95100
<div class="range" data-value="95">
96-
<span class="line"></span>
101+
<span class="handle"></span>
97102
</div>
98103
</p>
99104

100105
<p>
101106
<h4>CSS 3</h4>
102107
<div class="range" data-value="90">
103-
<span class="line"></span>
108+
<span class="handle"></span>
104109
</div>
105110
</p>
106111

107112
<p>
108113
<h4>RestFul API</h4>
109114
<div class="range" data-value="80">
110-
<span class="line"></span>
115+
<span class="handle"></span>
111116
</div>
112117
</p>
113118

114119
<p>
115120
<h4>UX Interfaces</h4>
116121
<div class="range" data-value="70">
117-
<span class="line"></span>
122+
<span class="handle"></span>
118123
</div>
119124
</p>
120125

121126
<p>
122127
<h4>Architecture</h4>
123128
<div class="range" data-value="90">
124-
<span class="line"></span>
129+
<span class="handle"></span>
125130
</div>
126131
</p>
127132
</section>
@@ -193,7 +198,6 @@ <h3>WHO AM I?</h3>
193198

194199
<h4>EXPERIENCE</h4>
195200

196-
<br />
197201
<section class="role">
198202
<h4>LEAD UI DEVELOPER</h4>
199203
<p class="italic text-center">Westpac / Sydney, AU / July 2014 – June 2016</p>
@@ -209,7 +213,6 @@ <h4>LEAD UI DEVELOPER</h4>
209213
</ul>
210214
</section>
211215

212-
<br />
213216
<section class="role">
214217
<h4>TECHNICAL ARCHITECT</h4>
215218
<p class="italic text-center">Oracle / London, UK | Sydney, AU / 2010 – 2012 &amp; 2014</p>
@@ -223,6 +226,84 @@ <h4>TECHNICAL ARCHITECT</h4>
223226
<li>Front end development, responsive design implementations</li>
224227
</ul>
225228
</section>
229+
230+
<section class="role">
231+
<h4>WEB DEVELOPER / MOBILE SPECIALIST</h4>
232+
<p class="italic text-center">Modica Group / Auckland, NZ / 2007 – 2010</p>
233+
234+
<p class="text-justify">At the Modica group, formally Sonic Mobile I developed online mobile interactive SMS messaging platform applications. We ran an Omniture interface, which allowed businesses to engage their customers via SMS. From real time SMS display on the web to marketing competitions, our platform pushed SMS to a new level.</p>
235+
236+
<ul class="highlights">
237+
<li>Application developer and infrastructure design</li>
238+
<li>Built low level SMS technologies and Telco integrations</li>
239+
<li>International connectivity and routing algorithms</li>
240+
<li>MMS applications and content delivery services</li>
241+
</ul>
242+
</section>
243+
244+
<section class="role">
245+
<h4>WEB APPLICATION DEVELOPER</h4>
246+
<p class="italic text-center">NetConcepts / Auckland, NZ / 2006 – 2007</p>
247+
248+
<p class="text-justify">NetConcepts quickly became New Zealand’s leading ecommerce Solutions Company. Primarily delivering large shopping sites to the US market, we built highly complex full-featured ecommerce solutions. From multiple payment integrations, to real time shipping updates, content management systems and inventory control. Our niche specialization was in Search Engine Optimization (SEO).</p>
249+
250+
<ul class="highlights">
251+
<li>Ecommerce solution design and implementation</li>
252+
<li>Object orientated architecture and patterns</li>
253+
<li>Implemented modern SVN structure and usage patterns</li>
254+
<li>Optimized server side technologies for performance</li>
255+
<li>Utilized modern libraries, such as jQuery</li>
256+
</ul>
257+
</section>
258+
259+
<section class="role">
260+
<h4>WEB APPLICATION DEVELOPER</h4>
261+
<p class="italic text-center">NSP / Auckland, NZ / 2005 – 2006</p>
262+
263+
<p class="text-justify">Network service providers (NSP) is an infrastructure design company which required frontend tools primarily for traffic management and bespoke client applications. Our niche product was commercial property wireless and time based WIFI hotspot implementations.</p>
264+
265+
<ul class="highlights">
266+
<li>Core network solution development, bandwidth monitoring, throttling</li>
267+
<li>Credit card merchant integrations</li>
268+
<li>Uplink hotel WIFI implementations</li>
269+
<li>Website internationalization, multi lingual site architecture</li>
270+
<li>Security and application hardening</li>
271+
</ul>
272+
</section>
273+
274+
<section class="role">
275+
<h4>WEB APPLICATION DEVELOPER</h4>
276+
<p class="italic text-center">eGo Online / Auckland, NZ / Jan 2005</p>
277+
278+
<p class="text-justify">I developed content management solutions and basic ecommerce websites for a startup company. At the time we had modern CMS management tools using heavy JavaScript and built our own HTML editors for customers to maintain their sites. Our primary customers were small to medium local businesses.</p>
279+
280+
<ul class="highlights">
281+
<li>JavaScript, CSS, HTML coding and templates</li>
282+
<li>Modern HTML CMS administration development VCS tools, IDE&rsquo;s</li>
283+
</ul>
284+
</section>
285+
286+
<section class="role">
287+
<h4>APPLICATION / SOLUTIONS ARCHITECT</h4>
288+
<p class="italic text-center">Contracts &amp; Simplehost NZ / 2005+</p>
289+
290+
<p class="text-justify">In 2005, my business partner and myself started our own web hosting company. Over the past 10 years we have created not only a strong brand for Simplehost, but developed cutting edge infrastructure designs and web hosting solutions. The company is now completely autonomous with integrations into every system from payments to bankroll and custom secure server API management. The system is controlled via an online admin management console. It is now the largest Ruby on Rails hosting provider in the country, and run high performance VPS servers.</p>
291+
292+
<p class="text-justify">In addition, I have undertaken many contracts in my career keeping my skills honed and up to date. I have worked on many varied projects from administration panels, branding and marketing websites, ecommerce systems including my own eFusion eCart system using a custom built MVC framework and ORM database design.</p>
293+
294+
<ul class="highlights">
295+
<li>Simplehost VPS and Web hosting NZ / simplehost.co.nz</li>
296+
<li>YesNZ Automotive, Brandpartners NZ, eFusion NZ</li>
297+
</ul>
298+
</section>
299+
300+
<div class="divider">
301+
<hr class="line" />
302+
<span class="diamond"></span>
303+
</div>
304+
305+
<h3>HOW WELL I KNOW MY STUFF</h3>
306+
226307
</main>
227308
</div>
228309
</div>

Diff for: src/js/app.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: src/manifest.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/android-chrome-256x256.png",
11+
"sizes": "256x256",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#373838",
16+
"background_color": "#373838",
17+
"display": "standalone"
18+
}

Diff for: src/mstile-150x150.png

6.64 KB
Loading

0 commit comments

Comments
 (0)