diff --git a/week-2/allie.css b/week-2/allie.css new file mode 100644 index 0000000..18052c6 --- /dev/null +++ b/week-2/allie.css @@ -0,0 +1,76 @@ +h1{ + font-family: helvetica, arial, sans-serif; + font-weight: thin; +} + +h2{ + font-family: helvetica, arial, sans-serif; + text-align: left; +} + +h3{ + font-family: helvetica, arial, sans-serif; +} + +p{ + font-family: helvetica, arial, sans-serif; + font-style: italic; +} + +ul{ + list-style: none; + text-decoration: none; + text-align: left; + margin: 0 auto; + padding: 0; + display: flex; + align-content: left; + flex-direction: column; + align-items: left; +} + +li{ + font-family: helvetica, arial, sans-serif; +} + +a{ + text-decoration: none; +} + +img{ + width: 100%; + margin: 0 auto; + padding-top: 10px; +} + +body{ + padding: 50px; + margin: 0 auto; +} + +main{ + display: flex; +} + +.container{ + display: flex; + margin: 0 auto; + flex-direction: column; + justify-content: center; +} + +.item{ + order: 1; + flex-shrink: 1; + +} + +footer{ + align-items: center; + text-align: center; + margin: 0 auto; + padding-top: 10px; +} + + + diff --git a/week-2/allie.html b/week-2/allie.html new file mode 100644 index 0000000..b8058da --- /dev/null +++ b/week-2/allie.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+

about me

+

:)

+ + + +
+ +
+ +
+ +
+ allie in glacier national park +

@me stoked on photography in Glacier National Park / circa 2019 / colorized

+
+ +
+

interests

+
    +
  • multimedia design
  • +
  • adventure photography
  • +
  • cross country roadtrips
  • +
  • us national parks
  • +
  • skiing
  • +
  • mexican food
  • +
  • airplanes
  • +
+
+ + +
+ + + + + +
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/week-2/allie.jpg b/week-2/allie.jpg new file mode 100644 index 0000000..f81aa77 Binary files /dev/null and b/week-2/allie.jpg differ diff --git a/week-2/larrydavid.jpg b/week-2/larrydavid.jpg new file mode 100644 index 0000000..c791d98 Binary files /dev/null and b/week-2/larrydavid.jpg differ