-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (63 loc) · 2.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Pixelstack Blog">
<title>Pixelstack.com</title>
<link rel="canonical" href="/">
<link rel="stylesheet" href="/assets/application.css?cb=a46d7f79a1d818675ec0b6dce36670ac">
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<ul class="nav-brand"><a href="/"><img src="http://s3-ap-southeast-2.amazonaws.com/pixelstack-jekyll/images/layout/logo.png" alt="pixelstack" height="50"/></a></ul>
<ul class="nav-links">
<li><a href="/">Home</a></li>
<li><a href="posts.html">Blog</a></li>
<li><a href="/feed.xml">Feed</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="container">
<div class="page-title">
<h1>Welcome to Pixelstack</h1>
<small>Jaymie Jones, Web Developer, Bodyboarder, Gamer, Photographer</small>
</div>
<div class="section-title">
<h2>Who Is Jaymie Jones</h2>
<small>Builder of things on the internet.<br />Developing in Ruby on Rails, Drupal, WordPress and more, along with frameworks such as Bootstrap, Foundation, Bourbon, Bourbon Neat and more.</small>
</div>
<div class="section-title">
<h2>Projects</h2>
<small>Some of the things I get up to in my spare time</small>
</div>
<div class="grid-items-lines">
<a href="https://devbase.io" target="_blank" class="grid-item">
<img src="http://s3-ap-southeast-2.amazonaws.com/pixelstack-jekyll/images/projects/icon-devbaseio.png" alt="">
<h1>devbase.io</h1>
<p>A place to store and share your client project login information with your clients and team.</p>
</a>
<a href="http://emailsetupbuddy.com" target="_blank" class="grid-item">
<img src="http://s3-ap-southeast-2.amazonaws.com/pixelstack-jekyll/images/projects/icon-esb.png" alt="">
<h1>EmailSetupBuddy</h1>
<p>Simple guide creation for email account setup on multiple email clients.</p>
</a>
<a href="http://codercatchup.com" target="_blank" class="grid-item">
<img src="http://s3-ap-southeast-2.amazonaws.com/pixelstack-jekyll/images/projects/icon-codercatchup.png" alt="">
<h1>Coder Catchup</h1>
<p>A podcast about catching up with various web developers, web designers and unicorns.</p>
</a>
</div>
</div>
</main>
<footer class="footer">
<div class="container">Copyright © 2015 Pixelstack - <a href="https://twitter.com/pixelstackcom">@pixelstackcom</a></div>
</footer>
<script type="text/javascript" src="/assets/application.js?cb=1d0a6f4b71234d1a3fbaaa58636d8fc6"></script>
</body>
</html>