From d5a42020e07c9209bfcf07d58c03590b19fed091 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 13 May 2011 12:46:33 -0400 Subject: [PATCH] Adding index.html and style.css --- index.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 40 +++++++++++++++++++ 2 files changed, 153 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..62ef91a --- /dev/null +++ b/index.html @@ -0,0 +1,113 @@ + + + + Dustin Swan - Résumé + + + + +
Dustin Swan
+
4745 N Ravenswood Ave, Apt 210 | Chicago, IL 60640 | 312.608.2957 | dustinswan@gmail.com
+ +
+
Objective
+

To obtain a position that utilizes my engineering education and interests in the fields of computer science and mathematics.

+
+ +
+
Education
+ +
May 2007
+ +
+ +
+
Coursework
+
+
    +
  • Mathematics
  • +
  • Computer Science
  • +
  • Electronics
  • +
  • Biology
  • +
+
+
+
Calculus I - IV, Differential Equations, Linear Algebra
+
C++, FORTRAN, Java, Visual Basic, Algorithms, Languages and Automata, Data Structures I, II
+
Pattern Recognition, Signal Analysis, Discrete Continuous Signals and Systems
+
Modeling Physiological Data and Systems, Bioinformatics, Biostatistics, Bioinstrumentation, Genetics, Biomaterials
+
+
+ +
+
Technical Skills
+
+
    +
  • Languages
  • +
  • Frameworks / Libraries
  • +
  • Systems
  • +
  • Software / Tools
  • +
+
+
+
PHP, JavaScript, XML, HTML, CSS, SQL
+
CakePHP, Code Igniter, JQuery, AJAX, Drupal
+
Linux, *BSD, Mac OS X, Microsoft Windows
+
Microsoft Office (Word, Excel, PowerPoint), Open Office, MATLAB, MySQL
+
+
+ +
+
Work Experience
+ +
+ +
Chicago, IL
+
2009 - 2010
+
Web Application Developer
+
    +
  • Developed and maintained the video conferencing web application.
  • +
  • Designed and developed server management and configuration scripts and web front-ends.
  • +
  • Designed user and customer portal.
  • +
+
+ +
+ +
Abbott Park, IL
+
2007 - 2009
+
Validation Engineer
+
    +
  • Managed projects and assembled cross-functional teams to construct change plans and assess product impact.
  • +
  • Authored changes to testing documentation and product design records.
  • +
  • Processed changes to quality system and product documents to comply with medical device regulatory requirements.
  • +
  • Programmed automated testing control procedures using the Laboratory Information Management System (LIMS).
  • +
+
+ +
+
Hoekstra Heating and Cooling
+
Homewood, IL
+
2003 - 2006
+
Driver and Installation Assistant
+
    +
  • Deliver HVAC equipment from warehouses to job sites.
  • +
  • Assist in the installation of refrigeration lines and equipment.
  • +
+
+
+ +
+
Memberships
+ +
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..d993058 --- /dev/null +++ b/style.css @@ -0,0 +1,40 @@ +* { margin: 0; padding: 0; } +body { + font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; + font-size: 12px; + margin: 10px; +} +a { text-decoration: none; color: #000; } +a:hover { background-color: #ecc; } +ul { list-style-type: none; } +li:before { content: "- "; } +#name { + text-align: center; + font-size: 25px; +} +#contact_info { + text-align: center; + padding: 3px; +} +.heading1 { + color: #000; + font-size: 20px; + padding: 1px 10px; + margin: -3px -10px 2px; + border-bottom: 1px solid #000; +} +.heading2 { float: left; text-decoration: underline; padding: 0px; } +.section { padding: 10px 20px; } +.when { float: right; } +.location { float: left; } +.location:before { content: ", "; } +ul, li, .position { clear: both; } +.position { font-style: italic; } +.left_box { + float: left; +} +.right_box { + margin-left: 160px; +} +.list_left { display: inline; } +.job { padding-bottom: 10px; }