Skip to content

Instantly share code, notes, and snippets.

@magyarn
Created May 10, 2018 16:48
Show Gist options
  • Save magyarn/e8072a00f68478b6331d6648139aea74 to your computer and use it in GitHub Desktop.
Save magyarn/e8072a00f68478b6331d6648139aea74 to your computer and use it in GitHub Desktop.
...
<body>
<header>
<p>My Portfolio</p>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="/about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</header>
<main>
<section>
<h1>Hi, I'm Nathan.</h1>
<p>A User Experience Designer and Frontend Web Developer.</p>
<img src="http://via.placeholder.com/800x400" alt="Placeholder image">
</section>
<section>
<h2>Projects</h2>
<ul>
<li>
<article>
<header>
<h3>Tuxedo cats always looking dapper</h3>
<p>
Use lap as chair russian blue spend six hours per day washing,
but still have a crusty butthole so pooping rainbow while flying
in a toasted bread costume in space and inspect anything brought
into the house, for instantly break out into full speed gallop
across the house for no reason knock dish off table head butt
cant eat out of my own dish.
</p>
</header>
</article>
</li>
<li>
<article>
<header>
<h3>Has closed eyes but still sees you</h3>
<p>
Love you, then bite you eat prawns daintily with a claw then lick
paws clean wash down prawns with a lap of carnation milk then
retire to the warmest spot on the couch to claw at the fabric
before taking a catnap.
</p>
</header>
</article>
</li>
<li>
<article>
<header>
<h3>Chew foot shake treat bag</h3>
<p>
Ears back wide eyed fooled again thinking the dog likes me freak
human out make funny noise mow mow mow mow mow mow success now
attack human i love cuddles. Lay on arms while you're using the
keyboard.
</p>
</header>
</article>
</li>
</ul>
</section>
</main>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment