Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kayla Ecker - Carets #42

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions static-site-retry
Submodule static-site-retry added at 96b18c
76 changes: 76 additions & 0 deletions static_site/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@

<!DOCTYPE html>
<html>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Aclonica">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/style.css">
<title>Who am I?</title>



</head>


<body>
<header>
<nav>
<ul class = head1>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

head1 here should be in quotes. You've done this in other places too.

<li>
<a href="code-journal.html">All the feels (blog)
</a>
</li>
<li>
<a href="about.html">Why I'm cool (more about me)
</a>
</li>
</ul>
<ul class=head2>
<li>
<a href="portfolio.html">Hire me. (portfolio)
</a>
</li>
<li>
<a href="index.html">Back to the front (homepage)
</a>


</ul>


</nav>
</header>


<main>
<p>
<h2>Info about me and my background!
</h2>
</p>
</main>

<article>
<h3>
Viva Las Vegas
</h3>

<p> 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.
</p>
</article>

<article>
<h3>
Stats and Social Work
</h3>


<p> 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.
</article>
</p>
<footer>
©'17 KaysRainbows
</footer>

</body>
</html>
77 changes: 77 additions & 0 deletions static_site/code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@

<!DOCTYPE html>
<html>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Aclonica">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles/style.css">
<title></title>


</head>

<body>
<header>
<nav>
<ul class = head1>
<li>
<a href="code-journal.html">All the feels (blog)
</a>
</li>
<li>
<a href="about.html">Why I'm cool (more about me)
</a>
</li>
</ul>
<ul class=head2>
<li>
<a href="portfolio.html">Hire me. (portfolio)
</a>
</li>
<li>
<a href="index.html">Back to the front (homepage)
</a>


</ul>


</nav>
</header>

<main>
<p>
<h2>Blogging!
</h2>
</p>


<article>
<h3>
Trading in grad school for code school
</h3>

<p> 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.
</p>
</article>

<article>
<h3>
Why Seattleites have great calves (see-hills)
</h3>


<p> 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.
</p></article>

</main>


<footer>
©'17 KaysRainbows
</footer>

</body>

</html>
109 changes: 109 additions & 0 deletions static_site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Aclonica">
<head>
<meta charset="utf-8">
<title>KaysRainbows</title>
<link rel="stylesheet" href="styles/style.css">





</head>



<body>

<header>
<nav>
<ul class = head1>
<li>
<a href="code-journal.html">All the feels (blog)
</a>
</li>
<li>
<a href="about.html">Why I'm cool (more about me)
</a>
</li>
</ul>
<ul class=head2>
<li>
<a href="portfolio.html">Hire me. (portfolio)
</a>
</li>
<li>
<a href="index.html">Back to the front (homepage)
</a>


</ul>


</nav>
</header>


<main>

<section class="introduction">
<img class="profile-pic"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need an alt attribute.

<section class="flavor_text">
<h1>Kayla Jay Ecker
</h1>
<p>
Lover of rainbows, waterfalls, and coding

</p>
</section>

<hr />
<!-- makes the line-->

</section>

<section class="content">
<img />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why an empty <img> tag?

<h2>about me</h2>

<!--
<div class=pic>
<img src="http://bulovo.com/fb/el-graffiti-y-el-street-art-como-forma-de-expresion.JPG" alt = "Self Picture"/>
</div>
-->
<p>
Mas rando text
</p>


</section>

<section class="content">
<img />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh?

<h2>and then mas</h2>
<p> Dancing the niighhtt awwayyy
</p>


</section>

<section class="content">
<img />
<h2>Lastly</h2>
<p>Woot
</p>


</section>
</main>


<footer>
©'17 KaysRainbows
</footer>


</body>
</html>
100 changes: 100 additions & 0 deletions static_site/portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@


<!DOCTYPE html>
<html>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Aclonica">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="styles/style.css">
</head>


<body>
<header>
<nav>
<ul class = head1>
<li>
<a href="code-journal.html">All the feels (blog)
</a>
</li>
<li>
<a href="about.html">Why I'm cool (more about me)
</a>
</li>
</ul>
<ul class=head2>
<li>
<a href="portfolio.html">Hire me. (portfolio)
</a>
</li>
<li>
<a href="index.html">Back to the front (homepage)
</a>


</ul>


</nav>
</header>


<main>
<p>
<h2>Completed projects (with links/descr/images!)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Umm... there are no project links or images...

</h2>
</p>


<article>
<h3>
Meowspace
</h3>

<p> 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.
</p>
</article>

<article>
<h3>
Hotel
</h3>


<p> 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.
</p>
</article>

<article>
<h3>
Scrabble
</h3>


<p> 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.
</p>
</article>

<article>
<h3>
Pair-programming
</h3>


<p> 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.
</p>
</article>

</main>

<footer>
©'17 KaysRainbows
</footer>


</body>


</html>
Loading