From ad0be318f35a3a3e6ee7d696c8c87bfdfad2d49e Mon Sep 17 00:00:00 2001 From: Kayla Ecker Date: Fri, 15 Sep 2017 13:07:38 -0700 Subject: [PATCH 1/7] beginner set up and styling --- static_site/about.html | 0 static_site/code-journal.html | 0 static_site/index.html | 79 +++++++++++++++++++++++++++++++++++ static_site/portfolio.html | 28 +++++++++++++ static_site/styles/style.css | 25 +++++++++++ 5 files changed, 132 insertions(+) create mode 100644 static_site/about.html create mode 100644 static_site/code-journal.html create mode 100644 static_site/index.html create mode 100644 static_site/portfolio.html create mode 100644 static_site/styles/style.css diff --git a/static_site/about.html b/static_site/about.html new file mode 100644 index 000000000..e69de29bb diff --git a/static_site/code-journal.html b/static_site/code-journal.html new file mode 100644 index 000000000..e69de29bb diff --git a/static_site/index.html b/static_site/index.html new file mode 100644 index 000000000..b9c45b450 --- /dev/null +++ b/static_site/index.html @@ -0,0 +1,79 @@ + + + + + KaysRainbows + + + + + + +
+ +
+

Kaykaykay +

+

+ So much rando text + +

+
+ +
+ + +
+ +
+ +

about me

+

+ Mas rando text +

+ + +
+ +
+ +

and then mas

+

Get it yo +

+ + +
+ +
+ +

Lastly

+

Woot +

+ + +
+ + + + + + diff --git a/static_site/portfolio.html b/static_site/portfolio.html new file mode 100644 index 000000000..4cbfd198b --- /dev/null +++ b/static_site/portfolio.html @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static_site/styles/style.css b/static_site/styles/style.css new file mode 100644 index 000000000..2d32471dd --- /dev/null +++ b/static_site/styles/style.css @@ -0,0 +1,25 @@ +html { + background-color: #FE; + font-family: 'Raleway', helvetica, sans-serif; + font-weight: lighter; + color: #222; + font-size: 2em; +} + +.introduction { + text-align: center; +} + +ul { + list-style-type: none; +} + +/* + +html { + background: url("https://www.almanac.com/sites/default/files/styles/primary_image_in_article/public/images/fire-rainbow.jpg?itok=Gg3a6phB") no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +}*/ From b13bf30930a171bb2700219aa5fda61dd4a2b826 Mon Sep 17 00:00:00 2001 From: Kayla Ecker Date: Fri, 15 Sep 2017 14:36:35 -0700 Subject: [PATCH 2/7] working links and more formatting/fonts --- static_site/about.html | 46 ++++++++++++ static_site/code-journal.html | 43 +++++++++++ static_site/index.html | 134 ++++++++++++++++++---------------- static_site/portfolio.html | 28 +++++-- static_site/styles/style.css | 27 +++++-- 5 files changed, 207 insertions(+), 71 deletions(-) diff --git a/static_site/about.html b/static_site/about.html index e69de29bb..40b2f5ff0 100644 --- a/static_site/about.html +++ b/static_site/about.html @@ -0,0 +1,46 @@ + + + + + + + + Who am I? + + + + + + + +

some information about you, your interests, background or similar. Whatever you're comfortable sharing. +

+ + + + + + + \ No newline at end of file diff --git a/static_site/code-journal.html b/static_site/code-journal.html index e69de29bb..d2341498a 100644 --- a/static_site/code-journal.html +++ b/static_site/code-journal.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + +

REQUIRED - article or blog style posts about either your journey/observations about programming or a hobby you enjoy. +

+ + + \ No newline at end of file diff --git a/static_site/index.html b/static_site/index.html index b9c45b450..6e57591f1 100644 --- a/static_site/index.html +++ b/static_site/index.html @@ -1,79 +1,91 @@ - - - KaysRainbows - + + + + KaysRainbows + + + + + + + + - - - -
+ + +
-
-

Kaykaykay -

-

- So much rando text - -

-
+
+

Kaykaykay +

+

+ So much rando text -


- - -
- -
- -

about me

-

- Mas rando text -

- - +

-
- -

and then mas

-

Get it yo -

+
+ +
+ +
+ +

about me

+

+ Mas rando text +

-
-
- -

Lastly

-

Woot -

+
+ +
+ +

and then mas

+

Get it yo +

-
+
+ +
+ +

Lastly

+

Woot +

-
+
+ + +
-
+ - + diff --git a/static_site/portfolio.html b/static_site/portfolio.html index 4cbfd198b..231c652e3 100644 --- a/static_site/portfolio.html +++ b/static_site/portfolio.html @@ -2,25 +2,43 @@ + +
  • + Hire me. (and why you should) + +
  • +
  • + Back to the front + + + + + + + + + + +

    REQUIRED - information about the projects you've completed at Ada (or elsewhere) with links (to github repo), descriptions, images, etc. +

    diff --git a/static_site/styles/style.css b/static_site/styles/style.css index 2d32471dd..36c9738a9 100644 --- a/static_site/styles/style.css +++ b/static_site/styles/style.css @@ -1,6 +1,9 @@ + + + html { - background-color: #FE; - font-family: 'Raleway', helvetica, sans-serif; +/* background-color: #FE;*/ + font-family: Flavors; font-weight: lighter; color: #222; font-size: 2em; @@ -14,12 +17,26 @@ ul { list-style-type: none; } -/* +header nav {color:azure + +} + +.boi {color: whitesmoke; + text-decoration: none; + +} + + html { - background: url("https://www.almanac.com/sites/default/files/styles/primary_image_in_article/public/images/fire-rainbow.jpg?itok=Gg3a6phB") no-repeat center center fixed; + background: url("https://ak7.picdn.net/shutterstock/videos/30041287/thumb/1.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -}*/ +} + + +body { + color: whitesmoke +} \ No newline at end of file From 6431bdec48d6f6622dd1f8322429ce3bc2a587a1 Mon Sep 17 00:00:00 2001 From: Kayla Ecker Date: Sat, 16 Sep 2017 16:17:03 -0700 Subject: [PATCH 3/7] more work done on layout/header/footer --- static_site/about.html | 37 ++++++++++------- static_site/code-journal.html | 50 +++++++++++++++++------ static_site/index.html | 48 +++++++++++++--------- static_site/portfolio.html | 39 ++++++++++++------ static_site/styles/style.css | 75 +++++++++++++++++++++++++++++------ 5 files changed, 180 insertions(+), 69 deletions(-) diff --git a/static_site/about.html b/static_site/about.html index 40b2f5ff0..59070ff2e 100644 --- a/static_site/about.html +++ b/static_site/about.html @@ -2,45 +2,54 @@ + href="https://fonts.googleapis.com/css?family=Aclonica"> Who am I? + + + + + + +
    - - - - - + +
    +

    some information about you, your interests, background or similar. Whatever you're comfortable sharing.

    +
    - - +
    + ©'17 KaysRainbows +
    \ No newline at end of file diff --git a/static_site/code-journal.html b/static_site/code-journal.html index d2341498a..a37203f4f 100644 --- a/static_site/code-journal.html +++ b/static_site/code-journal.html @@ -2,42 +2,68 @@ + href="https://fonts.googleapis.com/css?family=Aclonica"> + + + + +
    - + +
    + +
    +

    + I like to move it move it +

    - - - -

    REQUIRED - article or blog style posts about either your journey/observations about programming or a hobby you enjoy. +

    Base attack bonus base land speed bonus catching on fire compulsion copper piece coup de grace dazed deafened dragon type electrum evasion fear effect full-round action ice effects immediate action known spell natural ability prerequisite ranged weapon size small smoke effects threaten time domain undeath domain. Ability damage antimagic burrow character class charm subschool check deal damage fighter fire subtype helpless inherent bonus multiplying threat range. Ability drain conjuration constitution constrict damage destruction domain energy drained falling fear aura gnome domain inherent bonus inner planes intelligence known spell line of effect luck bonus miss chance roll racial bonus rebuke undead reflex save spell completion item spell resistance storm domain summon temporary hit points time domain turn wizard.

    +
    + +
    +

    + Dancing the niiighhhtt aawwwaayyy +

    + + +

    Antimagic attack roll cast a spell change shape character command undead effective hit point increase elemental type fighter flight free action invisible mundane renewal domain smoke effects spontaneous casting. Concentrate on a spell dying eladrin subtype exhausted fire subtype massive damage monstrous humanoid type morale bonus nonplayer character size modifier swift action. Alignment bard change shape copper piece domain energy charge enhancement bonus ethereal grappling healing domain mentalism domain modifier outsider type rake special ability starvation subschool suffering domain threat transmutation turn undead turning check use-activated item. Bonus cast a spell class skill climb colossal coup de grace cowering creature type destruction domain earth subtype end of round fascinated fire subtype fortitude save gargantuan gnome domain incorporeal masterwork miss chance ranger subject take 20 untrained. +

    + +
    + ©'17 KaysRainbows +
    + + \ No newline at end of file diff --git a/static_site/index.html b/static_site/index.html index 6e57591f1..9911dec9a 100644 --- a/static_site/index.html +++ b/static_site/index.html @@ -1,50 +1,60 @@ +href="https://fonts.googleapis.com/css?family=Aclonica"> KaysRainbows - + +
    -

    some information about you, your interests, background or similar. Whatever you're comfortable sharing. +

    +

    Info about me and my background! +

    +
    +

    + Viva Las Vegas +

    + +

    Base attack bonus base land speed bonus catching on fire compulsion copper piece coup de grace dazed deafened dragon type electrum evasion fear effect full-round action ice effects immediate action known spell natural ability prerequisite ranged weapon size small smoke effects threaten time domain undeath domain. Ability damage antimagic burrow character class charm subschool check deal damage fighter fire subtype helpless inherent bonus multiplying threat range. Ability drain conjuration constitution constrict damage destruction domain energy drained falling fear aura gnome domain inherent bonus inner planes intelligence known spell line of effect luck bonus miss chance roll racial bonus rebuke undead reflex save spell completion item spell resistance storm domain summon temporary hit points time domain turn wizard. +

    +
    + +
    +

    + Stats and Social Work +

    + +

    Antimagic attack roll cast a spell change shape character command undead effective hit point increase elemental type fighter flight free action invisible mundane renewal domain smoke effects spontaneous casting. Concentrate on a spell dying eladrin subtype exhausted fire subtype massive damage monstrous humanoid type morale bonus nonplayer character size modifier swift action. Alignment bard change shape copper piece domain energy charge enhancement bonus ethereal grappling healing domain mentalism domain modifier outsider type rake special ability starvation subschool suffering domain threat transmutation turn undead turning check use-activated item. Bonus cast a spell class skill climb colossal coup de grace cowering creature type destruction domain earth subtype end. +

    +

    ©'17 KaysRainbows
    diff --git a/static_site/code-journal.html b/static_site/code-journal.html index a37203f4f..ed8a10d77 100644 --- a/static_site/code-journal.html +++ b/static_site/code-journal.html @@ -39,11 +39,17 @@ + +
    +

    +

    Blogging! +

    +

    - I like to move it move it + Trading in grad school for code school

    Base attack bonus base land speed bonus catching on fire compulsion copper piece coup de grace dazed deafened dragon type electrum evasion fear effect full-round action ice effects immediate action known spell natural ability prerequisite ranged weapon size small smoke effects threaten time domain undeath domain. Ability damage antimagic burrow character class charm subschool check deal damage fighter fire subtype helpless inherent bonus multiplying threat range. Ability drain conjuration constitution constrict damage destruction domain energy drained falling fear aura gnome domain inherent bonus inner planes intelligence known spell line of effect luck bonus miss chance roll racial bonus rebuke undead reflex save spell completion item spell resistance storm domain summon temporary hit points time domain turn wizard. @@ -52,13 +58,15 @@

    - Dancing the niiighhhtt aawwwaayyy + Why Seattleites have great calves (see-hills)

    -

    Antimagic attack roll cast a spell change shape character command undead effective hit point increase elemental type fighter flight free action invisible mundane renewal domain smoke effects spontaneous casting. Concentrate on a spell dying eladrin subtype exhausted fire subtype massive damage monstrous humanoid type morale bonus nonplayer character size modifier swift action. Alignment bard change shape copper piece domain energy charge enhancement bonus ethereal grappling healing domain mentalism domain modifier outsider type rake special ability starvation subschool suffering domain threat transmutation turn undead turning check use-activated item. Bonus cast a spell class skill climb colossal coup de grace cowering creature type destruction domain earth subtype end of round fascinated fire subtype fortitude save gargantuan gnome domain incorporeal masterwork miss chance ranger subject take 20 untrained. +

    Antimagic attack roll cast a spell change shape character command undead effective hit point increase elemental type fighter flight free action invisible mundane renewal domain smoke effects spontaneous casting. Concentrate on a spell dying eladrin subtype exhausted fire subtype massive damage monstrous humanoid type morale bonus nonplayer character size modifier swift action. Alignment bard change shape copper piece domain energy charge enhancement bonus ethereal grappling healing domain mentalism domain modifier outsider type rake special ability starvation subschool suffering domain threat transmutation turn undead turning check use-activated item. Bonus cast a spell class skill climb colossal coup de grace cowering creature type destruction domain earth subtype end.

    +

    +