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
+
University of Illinois at Chicago (UIC)
+
May 2007
+ +
+ +
+
Coursework
+
+ +
+
+
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
+
+ +
+
+
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
+ +
+ +
+ +
Abbott Park, IL
+
2007 - 2009
+
Validation Engineer
+ +
+ +
+
Hoekstra Heating and Cooling
+
Homewood, IL
+
2003 - 2006
+
Driver and Installation Assistant
+ +
+
+ +
+
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; }