diff --git a/index.html b/index.html new file mode 100644 index 0000000..0359550 --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + Andres Holland - Developer + + + + +

Andres Holland

+

Andres was born in 1993. + Picture of Andres +

+ +

Education

+

I will graduating with a degree in Accounting from the University of Delaware in May of 2017.

+

Employment History

+ +

Tech Interests

+
    +
  1. Node.JS
  2. +
  3. Front-End Frameworks
  4. +
+ +

Personal Interests

+

I love to travel, try new food, and learn about the newest startups. I'm a big Ravens fan.

+ + diff --git a/pictureOfAndres.png b/pictureOfAndres.png new file mode 100644 index 0000000..09efc30 Binary files /dev/null and b/pictureOfAndres.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..ea5dc06 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +h1 { + font-family: Arial, sans-serif; + text-align: center; +} + +.profilepic { + position: absolute; + right: 0px; + padding: 10px; +}