From a6e83819870e542a63888ebe35965ba0439fb269 Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Wed, 20 May 2020 22:44:24 -0400 Subject: [PATCH 01/11] I modified index.html --- index.html | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a7f9e3ad1..4dfff4769 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,47 @@ + - + - My Resume + My Resume - + - -

My Resume

+

Turanga Leela

+ +
+ +
+

Turanga Leela- Captain and Pilot of the Planet Express Delivery ship.

+
+
+ +
+

Listen up...

+
+

Leela is a hardworking, friendly, outgoing and responsible captain.

+
+
+
    Stuff Leela is good at: +
  • Keeping her crew organized and on task
  • +
  • Keeping her crew safe
  • +
  • MMA
  • +
+
+
+ \ No newline at end of file From a8f57e546879c271f2d64d4a1d4a518ff7c667cd Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Thu, 21 May 2020 16:35:00 -0400 Subject: [PATCH 02/11] I modified index.html and index.less --- index.html | 8 ++- less/index.css | 139 ++++++++++++++++++++++++++++++++++++++++++++++++ less/index.less | 5 ++ 3 files changed, 150 insertions(+), 2 deletions(-) create mode 100644 less/index.css diff --git a/index.html b/index.html index 4dfff4769..e61021516 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - My Resume + Turanga Leela @@ -35,11 +35,15 @@

Listen up...

Leela is a hardworking, friendly, outgoing and responsible captain.

-
    Stuff Leela is good at: +
      Stuff Leela is good at:
    • Keeping her crew organized and on task
    • Keeping her crew safe
    • MMA
    +

    Contact Leela

    +

    If you need to contact Leela she can be reached at + +

diff --git a/less/index.css b/less/index.css new file mode 100644 index 000000000..3eb868111 --- /dev/null +++ b/less/index.css @@ -0,0 +1,139 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} +html, +body { + height: 100%; +} +* { + background-color: purple; +} diff --git a/less/index.less b/less/index.less index 191ce142e..6a322c3f6 100644 --- a/less/index.less +++ b/less/index.less @@ -57,3 +57,8 @@ html, body { height: 100%; } +*{ + background-color: purple; +} + +h1{} \ No newline at end of file From 15051a20c66fc7070348102f538822bd4c3f2906 Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Fri, 22 May 2020 21:12:18 -0400 Subject: [PATCH 03/11] I modified index.html and index.less --- index.html | 5 +++-- less/index.css | 38 +++++++++++++++++++++++++++++++-- less/index.less | 57 +++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 94 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index e61021516..c540bcdda 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,10 @@ -

Turanga Leela

-
+

Turanga Leela

+ +
diff --git a/less/index.less b/less/index.less index 751f158da..43ec4709e 100644 --- a/less/index.less +++ b/less/index.less @@ -112,6 +112,3 @@ h1{ } } -@sizes{ - mobile:500px; -} \ No newline at end of file From b0c9cb06fe513b80bbe0bb3c3414f369685308d2 Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Fri, 22 May 2020 22:00:48 -0400 Subject: [PATCH 05/11] i modified the index.less file. --- less/index.css | 8 +++++++- less/index.less | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/less/index.css b/less/index.css index 4604d9d3e..d5ca6b727 100644 --- a/less/index.css +++ b/less/index.css @@ -127,7 +127,7 @@ table { border-spacing: 0; } /* Set every element's box-sizing to border-box */ -.img * { +* { box-sizing: border-box; } html, @@ -158,6 +158,12 @@ h1 { justify-content: space-evenly; font-size: medium; } +.top-content img { + direction: flex; +} +.top-content img:hover { + border: 1px solid #a5009d; +} .middle-content h2 { font-size: medium; justify-content: center; diff --git a/less/index.less b/less/index.less index 43ec4709e..b6fbf1d7d 100644 --- a/less/index.less +++ b/less/index.less @@ -53,7 +53,7 @@ table { &:hover { border: 1px solid #a5009d; } - +} * { box-sizing: border-box; } From f661358275bcfe8ce9a7b2bcf2d5afed3eb1b2f1 Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Fri, 22 May 2020 22:44:35 -0400 Subject: [PATCH 06/11] i modified index.less and index.css --- less/index.css | 10 ++++++---- less/index.less | 14 ++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/less/index.css b/less/index.css index d5ca6b727..1abac9bfb 100644 --- a/less/index.css +++ b/less/index.css @@ -134,6 +134,10 @@ html, body { height: 100%; } +.bordered { + border-top: dotted 1px lightseagreen; + border-bottom: dotted 2px lightseagreen; +} * { background-color: #290c29; } @@ -159,10 +163,8 @@ h1 { font-size: medium; } .top-content img { - direction: flex; -} -.top-content img:hover { - border: 1px solid #a5009d; + border-top: dotted 1px lightseagreen; + border-bottom: dotted 2px lightseagreen; } .middle-content h2 { font-size: medium; diff --git a/less/index.less b/less/index.less index b6fbf1d7d..fe9eb0f20 100644 --- a/less/index.less +++ b/less/index.less @@ -49,11 +49,6 @@ table { } /* Set every element's box-sizing to border-box */ -.img() { - &:hover { - border: 1px solid #a5009d; - } -} * { box-sizing: border-box; } @@ -62,6 +57,11 @@ html, body { height: 100%; } +.bordered{ + border-top: dotted 1px lightseagreen; + border-bottom: dotted 2px lightseagreen; +} + *{ background-color: rgb(41, 12, 41); } @@ -90,9 +90,7 @@ h1{ font-size: medium; } img{ - .img(); - direction: flex; - + .bordered(); } } From bef7a99fb226c553a8dd50d40195cbf94ac232a6 Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Fri, 22 May 2020 23:07:45 -0400 Subject: [PATCH 07/11] I modified the index.html, index.less files. --- index.html | 22 +++++++++++----------- less/index.css | 3 +++ less/index.less | 8 ++++++++ 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index ab97c53b2..82aa474a4 100644 --- a/index.html +++ b/index.html @@ -4,46 +4,46 @@ - + Turanga Leela - + -
+

Turanga Leela

Turanga Leela- Captain and Pilot of the Planet Express Delivery ship.

-
+

Listen up...

Leela is a hardworking, friendly, outgoing and responsible captain.

-
    Stuff Leela is good at: +
      Stuff Leela is good at:
    • Keeping her crew organized and on task
    • Keeping her crew safe
    • MMA

    Contact Leela

    If you need to contact Leela she can be reached at - leela@planetexpress.com + leela@planetexpress.com

diff --git a/less/index.css b/less/index.css index 1abac9bfb..213118843 100644 --- a/less/index.css +++ b/less/index.css @@ -138,6 +138,9 @@ body { border-top: dotted 1px lightseagreen; border-bottom: dotted 2px lightseagreen; } +.component { + width: 1280; +} * { background-color: #290c29; } diff --git a/less/index.less b/less/index.less index fe9eb0f20..a08707e57 100644 --- a/less/index.less +++ b/less/index.less @@ -62,6 +62,11 @@ html, body { border-bottom: dotted 2px lightseagreen; } +.component{ + width: 1280; + @media(max-width: 500px; ) +} + *{ background-color: rgb(41, 12, 41); } @@ -110,3 +115,6 @@ h1{ } } +@media(max-width: 500px; ){ + background-color: maroon; +} \ No newline at end of file From 3fe86baa598f8968e0ac46cccec36c70e7f80c9a Mon Sep 17 00:00:00 2001 From: Ashley Parvin Date: Sat, 23 May 2020 13:27:18 -0400 Subject: [PATCH 08/11] I odified index.html and index.less. --- index.html | 3 ++- less/index.less | 30 +++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 82aa474a4..855e7f3c1 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,10 @@ +

Turanga Leela

- +