From d6f367eea3e40174e559a976bc413da9a9a76d2c Mon Sep 17 00:00:00 2001 From: Gillian Reynolds-Titko Date: Sun, 12 Feb 2017 10:22:50 -0500 Subject: [PATCH] Completed bio page --- index.html | 61 ++++++++++++++++++++++++++++ stylesheet.css | 105 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 166 insertions(+) create mode 100644 index.html create mode 100644 stylesheet.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..6b01af4 --- /dev/null +++ b/index.html @@ -0,0 +1,61 @@ + + + + + + + + + + +
+ + +
+
+

Junior Software Developer

+

Versatile team and project leader with experience in the + Former industrial physicist and team leader with experience working + in various domains: science (research and development), finance (business + productivity improvement) and business (technical intelligence). + Effective individual contributor with an ability to act as a liasion + between technology and business teams to understand needs and + implement solutions.

+

Experience

+

Student, Zip Code Wilmington (2017 - Present)

+

Team member, Wrlds, Inc (2016 - Present)

+

Library & Information Science Manager, E. I. du Pont de Nemours & Co (2014 - 2016)

+

Library & Information Science Supervisor, E. I. du Pont de Nemours & Co (2011 - 2014)

+

Research Investigator, E. I. du Pont deNemours & Co (2011 - 2011)

+

Accounts Receivable Management Consultant, E. I. du Pont de Nemours & Co (2009 - 2010)

+

Senior Research Phyiscist, E. I. du Pont de Nemours & Co (1999 - 2008)

+ +

Skills

+

Object Oriented Design, Unit Testing

+

Languages: Java, JavaScript

+ +

Education

+

MBA, Finance, Drexel University

+

PhD, Physics, MIT

+

BA/MA, Physics, Hunter College of CUNY

+

Certifications

+

Data Science Specialization, Johns Hopkins University (via Coursera)

+

Six Sigma Black Belt

+ +
+ + + diff --git a/stylesheet.css b/stylesheet.css new file mode 100644 index 0000000..3e11867 --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,105 @@ +div { + border-radius: 5px; +} + +div.image { + width:100px; /*width of your image*/ + height:100px; /*height of your image*/ + /*background-image:url(https://www.ravelry.com/images/splash/ravelry-logo-81r-300x.png);*/ + margin:0; /* If you want no margin */ + padding-right:100px; /*if your want no padding */ + float: right; +} + +/* +img { + width:100px; + height:100px; + display: inline-block; +}*/ + +#header { + z-index: 1; + position: fixed; + width: 97.5%; + margin-top: -20px; + height: 60px; + background-color: #668284; + margin-bottom: 10px; +} + +#name { + float:left; + margin-left: 5px; + padding-top: 5px; + font-size: 16px; + font-family: Verdana, sans-serif; + color: #ffffff; +} + +#email{ + float:right; + margin-right: 5px; + padding-top: 5px; + font-size: 16px; + font-family: Verdana, sans-serif; + color: #ffffff; +} + +h4 { + margin-left: 5px; + margin-bottom: 15px; + font-family: Verdana, sans-serif; +} + +.contents p { + margin-left: 5px; + margin-right: 5px; + margin-top: -10px; + font-family: Garamond, serif; + color: #000000; +} + +li { + list-style-type: square; +} + +a:hover { + font-weight: bold; +} + +.left { + position: relative; + float: left; + margin-top: 50px; + width: 10%; + height: 400px; + background-color: #B9D7D9; + margin-bottom: 10px; +} + +.contents { + position: relative; + float: right; + margin-top: 50px; + width: 100%; + height: 400px; + background-color: #F4EBC3; + margin-bottom: 10px; +} + +#footer { + position: relative; + height: 50px; + background-color: #668284; + clear: both; + font-family: Verdana, sans-serif; + font-size: 14px; + text-align: center; + color: #ffffff; +} + +#footer p { + position: relative; + padding-top: 15px; +}