Skip to content
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
Binary file added images/hipster.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hotel.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/kitty.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/scrabble_logo_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/small-pro-pic2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 107 additions & 0 deletions pages/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>About Gale</title>
<link href="../stylesheets/styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet"/>
</head>
<header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="code-journal.html">Journal</a>
</li>
</ul>
</nav>
<div class="white-space-bottom"></div>
</header>
<body class="Resume">
<div class="resume-container">
<h1>Gale Harrington</h1>
<h2>Education</h2>
<p class="bold">
Yale University
</p>
<p>
New Haven, CT
</p>
<p class="italics">
Bachelor of Arts in English, Magna Cum Laude, with distinction in the major
</p><div></div>
<p>
Cumulative GPA: 3.88/4.0
</p>
<p>
Honors: Recipient of the African American Cultural Center's Student Achievement Award, invited to serve on the English Student Advisory Committee as an outstanding senior in the major
</p>
<h2>Work</h2>
<p class="bold">
English Language Arts Teacher,
</p>
<p class="italics" id="workplace">
McLain 7th Grade Academy,
</p>
<P>
August 2013 - August 2017
</P>
<p>
- Designed curriculum to drive toward mastery of Oklahoma standards and to empower students with pathways to opportunity
</p>
<p>
- Coordinated the common planning of teachers in the English department, which encompasses the library, reading intervention, English Language Arts, and special education
</p>
<p>
- Collaborated with other English Department Chairs in the district on vertical and horizontal alignment
</p><div><p></p></div>
<p class="bold">
Faculty Advisor,
</p>
<p class="italics" id="workplace">
Tulsa Public Schools,
</p>
<p>
August 2016 - August 2017
</p>
<p>
- Coached new teachers in effectively executing lessons in their first classroom, ensuring alignment to TPS' mission and vision, policies and procedures
</p><div><p></p></div>
<p class="bold">
Content Specialist,
</p>
<p class="italics" id="workplace">
Teach for America,
</p>
<p>
August 2015 - August 2016
</p>
<p>
- Designed and facilitated Content Development Sessions for TFA corps members, such as “Writing: Building Habits of Critical Literacy,” “Teaching the Novel Unit,” and “Facilitating Student Practice”
</p>
<p>
- Developed an Engagement with Rigorous Content tool to aid Managers of Teacher Leadership Development in evaluating and supporting humanities classrooms
</p>
<p>
- Designed the middle school, English II, and English III curricula for Tulsa Public School's 2016 Summer School
</p>
<h2>Recognition</h2>
<p class="bold">
Sue Lehman Teaching and Learning Fellowship Regional Semifinalist,
</p>
<p>
2015
</p>
<p>
Recognizes outstanding teachers who exemplify Teach for America’s core values: Transformational Change, Team, Leadership, Respect and Humility, and Diversity.
</p>
</div>
</body>
</html>
58 changes: 58 additions & 0 deletions pages/code-journal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gale Journals</title>
<link href="../stylesheets/styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet"/>
</head>
<header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="about.html">About</a>
</li>
</ul>
</nav>
<div class="white-space-bottom"></div>
</header>
<body class="blog-body">
<div class="blog-body">
<h1 id="journal">What Had Happend Was: A Code Journey Journal</h1>
<article class="blog">
<h2 class="blog-title">It has recently come to my attention...</h2>
<p class="entry-date">
September 17, 2017
</p>
<p class="blog-entry">
that laying out a webpage with CSS is no joke. Abandon hope all ye who enter here.
</p>
</article>
<article class="blog">
<h2 class="blog-title">Why CSS isn't applying your styling</h2>
<p class="entry-date">
September 17, 2017
</p>
<p class="blog-entry">
It's probably because you tried to give a property a value with an equals operator instead of a colon. Once you fix that, all your dreams will come true.
Copy link

Choose a reason for hiding this comment

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

oh no! haha

</p>
</article>
<article class="blog">
<h2 class="blog-title">Inject is the Bomb</h2>
<p class="entry-date">
September 17, 2017
</p>
<p class="blog-entry">
Need to count list items? Or do operations on a list? Time to inject like a Real Housewife preparing for an upcoming reunion episode.
</p>
</article>
</div>
</body>
</html>
37 changes: 37 additions & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Gale Internets</title>
<link href="../stylesheets/styles.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet"/>
</head>
<header>
Copy link

Choose a reason for hiding this comment

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

I'd expect a <body> tag right above this line, after closing head (</head>)

<nav>
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="portfolio.html">Portfolio</a>
</li>
<li>
<a href="code-journal.html">Journal</a>
</li>
</ul>
</nav>
<div class="white-space-bottom"></div>
Copy link

Choose a reason for hiding this comment

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

instead of using <div class="white-space-bottom"></div> it may be better to give a bottom margin to your nav

</header>
<body>
Copy link

Choose a reason for hiding this comment

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

incorrect use of the <body> tag!

Very confusing, but <body> should describe where most of the HTML lives. This is in contrast to our <head> tag, which describes meta data for the website.

You'd probably want to use <main> here instead

<img src="../images/small-pro-pic2.jpg"/>
<p id="intro">
Hey, I'm Gale! I enjoy mac n' cheese and despise usurpers. I also use Jane Austen Ipsum to fill out paragraphs. Her figure of time may have been persuaded him of a guinea to my conversation with her mother's, and, moreover, to be nothing to Elizabeth, as an assurance of her curiosity as it herself, she resolved to his existence might have others then in the family, and leave it may not out from so highly admired; and he was taken him away, and her own easy manners are certainly not write again till her father had the second, I would easily comprehend, from whence he knows who joined by the subject, endeavour to be still expected that she shall give sedateness to be advisable for you think me with an habitual gloom of all over the grounds, and therefore I had been little.
</p>
</body>
<footer>
<p>
Gale Harrington, 2017
</p>
</footer>
</html>
58 changes: 58 additions & 0 deletions pages/portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Portfolio</title>
<link href="../stylesheets/styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Slabo+27px" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet"/>
</head>
<header class="portfolio-header">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="code-journal.html">Journal</a>
</li>
</ul>
</nav>
<div class="white-space-bottom"></div>
</header>
<body class="portfolio">
<section>
<article>
<h2 class="project-name">Scrabble</h2>
<p>
A scrabble game to be played from the terminal.
</p>
<a href="https://github.com/galestorm/Scrabble"><span class="project-panel" id="scrabble"></span></a>
</article>
<article>
<h2 class="project-name">Meowspace</h2>
<p>
A static site for man's other best friend.
</p>
<a href="https://github.com/galestorm/meowspace"><span class="project-panel" id="meowspace"></span></a>
</article>
<article>
<h2 class="project-name">Hotel</h2>
<p>
A system for managing hotel reservations.
</p>
<a href="https://github.com/galestorm/hotel"><span class="project-panel" id="hotel"></span></a>
</article>
<article>
<h2 class="project-name">Hipster Word Guess</h2>
<p>
A guessing game to be played from the terminal.
</p>
<a href="https://github.com/Ada-C8/Word-Guess/pull/14"><span class="project-panel" id="hipster"></span></a>
</article>
</section>
</body>
</html>
Loading