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

Regan's static site #30

Open
wants to merge 6 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 .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
punchlist.txt
79 changes: 79 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Regan Huff</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Vollkorn" rel="stylesheet">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

</head>
<body>
<header>
<nav>
<div class="navbox skinny">
<h3><a href="index.html">home</a></h3>
<img src="images/umtanum_crop.jpg" alt="clouds">
</div>
<div class="navbox skinny">
<img src="images/algae_crop.jpg" alt="tidepool">
<h3><a href="portfolio.html">portfolio</a></h3>
</div>
<div class="navbox skinny">
<img src="images/pct_crop.jpg" alt="mountains">
<h3><a href="blog.html">blog</a></h3>
</div>
<div class="navbox skinny">
<img src="images/msh_crop.jpg" alt="volcano">
<h3><a href="about.html">about</a></h3>
</div>
</nav>
</header>

<main>
<section class="group container">
<section class="column col1">
<img class="feature-img" src="images/boots2.jpg" alt="boots">
</section>
<section class="column">
<h4 class="column-head">about me.</h4>
<p class="column-text">
Editor turned software engineer, seeking to increase the ranks of poet-programmers. Student at <a href="http://http://adadevelopersacademy.org/">Ada Developers Academy</a>.
</p>
</section>

</section>
</main>

<footer>
<div class="icons">
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="https://github.com/pancake-batfish" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="www.linkedin.com/in/regan-huff" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
</footer>

</body>
</html>
73 changes: 73 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Regan Huff</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Vollkorn" rel="stylesheet">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

</head>
<body>
<header>
<nav>
<div class="navbox skinny">
<h3><a href="index.html">home</a></h3>
<img src="images/umtanum_crop.jpg" alt="clouds">
</div>
<div class="navbox skinny">
<img src="images/algae_crop.jpg" alt="tidepool">
<h3><a href="portfolio.html">portfolio</a></h3>
</div>
<div class="navbox skinny">
<img src="images/pct_crop.jpg" alt="mountains">
<h3><a href="blog.html">blog</a></h3>
</div>
<div class="navbox skinny">
<img src="images/msh_crop.jpg" alt="volcano">
<h3><a href="about.html">about</a></h3>
</div>
</nav>
</header>

<main>
<section class="container">
<section class="singlecol">
<h3>this is a blog post about a topic.</h3>

</section>
</section>
</main>

<footer>
<div class="icons">
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="https://github.com/pancake-batfish" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="www.linkedin.com/in/regan-huff" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
</footer>

</body>
</html>
Binary file added images/algae.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/algae_crop.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/boots1.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/boots2.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/deception_pass.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/high_divide.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/long_beach.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/me.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/msh.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/msh_crop.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/pct.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/pct_crop.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/sganggwaay.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/snowman.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/umtanum.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/umtanum_crop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Regan Huff</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Vollkorn" rel="stylesheet">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>

</header>
<main>
<nav>
<div class="navbox">
<h3>Regan Huff</h3>
<img src="images/umtanum.jpg" alt="clouds">
</div>
<div class="navbox">
<img src="images/algae.jpg" alt="tidepool">
<h3><a href="portfolio.html">portfolio</a></h3>
</div>
<div class="navbox">
<img src="images/pct.jpg" alt="mountains">
<h3><a href="blog.html">blog</a></h3>
</div>
<div class="navbox">
<img src="images/msh.jpg" alt="volcano">
<h3><a href="about.html">about</a></h3>
</div>
</nav>
</main>
<footer>
<div class="icons">
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="https://github.com/pancake-batfish" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="www.linkedin.com/in/regan-huff" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
</footer>

</body>
</html>
83 changes: 83 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Regan Huff</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Vollkorn" rel="stylesheet">
<link rel="stylesheet" href="/styles/normalize.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

</head>
<body>
<header>
<nav>
<div class="navbox skinny">
<h3><a href="index.html">home</a></h3>
<img src="images/umtanum_crop.jpg" alt="clouds">
</div>
<div class="navbox skinny">
<img src="images/algae_crop.jpg" alt="tidepool">
<h3><a href="portfolio.html">portfolio</a></h3>
</div>
<div class="navbox skinny">
<img src="images/pct_crop.jpg" alt="mountains">
<h3><a href="blog.html">blog</a></h3>
</div>
<div class="navbox skinny">
<img src="images/msh_crop.jpg" alt="volcano">
<h3><a href="about.html">about</a></h3>
</div>
</nav>
</header>

<main>
<section class="container">
<section class="singlecol">
<h3><a href="https://github.com/pancake-batfish/Scrabble">Partial Implementation of Scrabble</a></h3>
<p>
While this game offers little in the way of entertainment, users may experience deep satisfaction by generating a virtual bag of letter tiles and calculating the score of words that have not in actuality been played.
</p>
<h3><a href="https://github.com/pancake-batfish/meowspace">Styling of Social Networking Site for Cats</a></h3>
<p>
Unfortunately, alpha testing revealed that this site was unusable by its target audience, with or without exceptional CSS styling.
</p>
<h3><a href="https://github.com/pancake-batfish/Random-Menu">Tool to Create Ten-Item Menu Featuring Permutations of Available Ingredients</a></h3>
<p>
Although limited in its immediate application, this tool could easily be scaled up to twenty-item, thirty-item, or larger menus and is positioned for rapid deployment should a combinatorial dining trend become a reality.
</p>
</section>
</section>
</main>

<footer>
<div class="icons">
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="https://github.com/pancake-batfish" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="www.linkedin.com/in/regan-huff" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
<a class="social-icon" href="" target="_blank">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
</footer>

</body>
</html>
Loading