From 10402b86a75c83a02945b5528010dcefab41fc37 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 15 Nov 2015 08:27:16 -0500 Subject: added resume and income apps --- design/templates/archives/resume-pubs.html | 26 ++++++ design/templates/archives/resume.html | 30 +++++++ design/templates/details/cv.html | 140 +++++++++++++++++++++++++++++ 3 files changed, 196 insertions(+) create mode 100644 design/templates/archives/resume-pubs.html create mode 100644 design/templates/archives/resume.html create mode 100644 design/templates/details/cv.html (limited to 'design/templates') diff --git a/design/templates/archives/resume-pubs.html b/design/templates/archives/resume-pubs.html new file mode 100644 index 0000000..7569a8f --- /dev/null +++ b/design/templates/archives/resume-pubs.html @@ -0,0 +1,26 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} +{% load html5_datetime %} +{% load pagination_tags %} +{% block pagetitle %} Publications | Resume{% endblock %} +{% block metadescription %} {% endblock %} +{%block bodyid%}class="resume" id="publications-archive"{%endblock%} + +{% block primary %} + +
+

Publications

+{% regroup object_list by publisher.name as pub_list %}{% for pub in pub_list %} + +
+{% endblock %} diff --git a/design/templates/archives/resume.html b/design/templates/archives/resume.html new file mode 100644 index 0000000..40ede8c --- /dev/null +++ b/design/templates/archives/resume.html @@ -0,0 +1,30 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} + +{% block pagetitle %}{% endblock %} +{% block metadescription %}{% endblock %} + + +{% block primary %} +
+

Hello

+ +

This is the website of Scott Gilbertson. I am a writer and publisher living in Athens, Georgia.

+ +

I used to work for Wired.com, where I wrote for and later edited/produced Webmonkey.com among other sites. I still freelance for Wired (also, here) and I write about open source software and related topics for publications like Ars Technica, The Register and elsewhere.

+ +

I’ve also been published in some dead tree magazines like Consumer Digest and Budget Travel. I once appeared on National Public Radio.

+ +

Perpetually out of date curriculum vitæ available for those who like such things.

+ +

The personal section of my site, which is primarily about my travels can be found at the root of this URL.

+ +

If you’d like me to write, edit, develop or consult on a website, you can contact me at sng @ luxagraf.net.

+ + +

Thank you for visiting.

+
+ {%endblock%} diff --git a/design/templates/details/cv.html b/design/templates/details/cv.html new file mode 100644 index 0000000..a669b18 --- /dev/null +++ b/design/templates/details/cv.html @@ -0,0 +1,140 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} +{% block pagetitle %}Scott Gilbertson - Curriculum Vitæ{%endblock%} +{% block extrahead%} + + + + + + + + + + + + +{%endblock%} + +{% block primary %} +
+
+
+
+

+ Scott + Nathan + Gilbertson +

+

Writer, Photographer, Web Developer

+
+ +
+
+

Profile

+

I am a writer, producer and web developer based in Athens, GA. Clients include Wired, Webmonkey, Ars Technica, Pioneer and Boost Mobile, among others. I wrote for Wired.com’s Webmonkey.com for 13 years and served as head editor for three. I’ve been developing on the web and writing about web development for nearly two decades. For an up-to-date list of recent articles, please browse the publications list.

+
+ +
+

Skills

+ +

+

Freelance writer, producer, journalist, editor and hand model at places like Wired, Ars Technica, Budget Travel. I’ve written blogs, features, news items, ad copy, technical documentation, tutorials, how-tos, wikis and probably other things I’ve forgotten about. I also served as editor-in-chief of Webmonkey.com.

+ +

+

Expert front-end engineer in using , , and high performance , , , , and more.

+

Experience maintaining large-scale web applications and tools with and in conjunction with databases like (including numerous PostGIS, geographic database projects), , . Experience administering servers and running web servers like , and .

+

Advocate and evangelist for free software and open web standards technologies such as , related APIs, , (including a 350 page book on the subject) and .

+ +

+

Good design eye specializing in fluid, clean layouts with strong .

+

Photo and video editing using , , , , , and .

+ +
+ +
+

Experience

+ +
+

Freelance Writer

+
    +
  • (–Present)
  • +
+

Regular contributor to Wired (also, here), Ars Technica, The Register and elsewhere, covering Linux, open source software, web browsers and web technology.

+
+ +
+

Web Developer

+
    +
  • (–Present) +
  • +
+

Co-founded a small design company where I serve as front-end web developer. I work closely with my co-founder (lead UI/UX), transforming visual designs into valid, semantic HTML/CSS/JavaScript. We specialize in responsive designs and mobile-friendly content that works across browsers and devices. Clients included Wired, Pioneer Entertainment, Boost Mobile, Co-op Credit Union and others.

+
+ +
+

Founder, LongHandPixels Press

+
    +
  • (–Present) +
  • +
+

Founded an ebook publishing company, LongHandPixels Press and launched my first book, Build a Better Web with Responsive Web Design. The book covers responsive design, mobile-first web development, progressive enhancement and how modern tools like Sass, Grunt, Node, the Chrome developer tools and more can speed up workflows. +

+
+ +
+

Writer/Editor Webmonkey.com

+ +

I started contributing tutorials to Wired.com’s Webmonkey.com in 1999, became a full time employee in 2006 and served as editor-in-chief from 2010 to 2013. I was in charge of creating resources for web developers, including how-to guides on the latest in web standards, code libraries, server technologies and authoring resources. Wrote roughly 3 million words on various web development tools. I also helped cultivate and manage a global team of freelance contributors.

+
+ +
+

Photography and Video Editing

+ +

Co-founded a video editing company, Barrelman Productions, specializing in HD aerial video. Portfolio and highlights reel available at http://www.barrelmanproductions.com/. Skills include editing in , , and production of web-optimized video.

+
+ +
+
+

Education

+ +
+

Bachelor of Arts, English

+ +
+ +
+ +
+ +
+{%endblock%} -- cgit v1.2.3-70-g09d2