Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit 7ac4097

Browse files
Scott BirdseyScott Birdsey
Scott Birdsey
authored and
Scott Birdsey
committed
stuff
1 parent 090426c commit 7ac4097

File tree

6 files changed

+96
-1
lines changed

6 files changed

+96
-1
lines changed

Diff for: _site/CNAME

-1
This file was deleted.

Diff for: _site/assets/img/work/dr-pilates.jpg

404 KB
Loading

Diff for: _site/assets/img/work/thumbs/dr-pilates.jpg

404 KB
Loading

Diff for: _site/makes/dr-pilates.html

+96
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>dr pilates | Scott Birdsey</title>
5+
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta name="description" content="">
9+
<meta name="viewport" content="width=device-width">
10+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
11+
<link rel="apple-touch-icon" sizes="60x60" href="/assets/favicon/apple-icon-60x60.png">
12+
<link rel="apple-touch-icon" sizes="72x72" href="/assets/favicon/apple-icon-72x72.png">
13+
<link rel="apple-touch-icon" sizes="76x76" href="/assets/favicon/apple-icon-76x76.png">
14+
<link rel="apple-touch-icon" sizes="114x114" href="/assets/favicon/apple-icon-114x114.png">
15+
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicon/apple-icon-120x120.png">
16+
<link rel="apple-touch-icon" sizes="144x144" href="/assets/favicon/apple-icon-144x144.png">
17+
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicon/apple-icon-152x152.png">
18+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-icon-180x180.png">
19+
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
20+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
21+
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon/favicon-96x96.png">
22+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
23+
<link rel="manifest" href="/manifest.json">
24+
<meta name="msapplication-TileColor" content="#ffffff">
25+
<meta name="msapplication-TileImage" content="/assets/favicon/ms-icon-144x144.png">
26+
<meta name="theme-color" content="#ffffff">
27+
<!--[if lt IE 9]>
28+
<script src="/a/j/html5shiv.js"></script>
29+
<![endif]-->
30+
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700" rel="stylesheet">
31+
<link rel="stylesheet" href="/css/main.css">
32+
<meta property="og:title" content="dr pilates" />
33+
<meta property="og:description" content="A lean, one-page website for a growing Los Angeles pilates brand." />
34+
35+
</head>
36+
<body>
37+
38+
<header>
39+
<div>
40+
<h1>
41+
<a href="/">
42+
<img class="logo" src="/img/logo.svg">
43+
<span>Scott Birdsey</span>
44+
</a>
45+
</h1>
46+
<ul class="main-menu">
47+
<li><a class="active" href="/makes">Work</a></li>
48+
<li><a href="/writes">Writing</a></li>
49+
<li><a href="/is-listening">Contact</a></li>
50+
</ul>
51+
</div>
52+
</header>
53+
54+
<main class="tmpl-page" aria-label="Content">
55+
56+
<div class="pg-section">
57+
58+
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
59+
60+
<h1 class="post-title" itemprop="name headline">dr pilates</h1>
61+
62+
63+
64+
<div class="post-content" itemprop="articleBody">
65+
<p><a href="http://drpilatersla.com">Drpilates</a> is a Los Angeles pilates studio that contacted me in the months prior to opening up shop. Doug, the owner, was after a website for his business-to-be that would be lean and tailored.</p>
66+
67+
<p><img src="/assets/img/work/dr-pilates.jpg" /></p>
68+
69+
<p>I provided a strategy and design for the website - a simple one-page design, with a look and feel based off of his only existing brand assets: a logo. Doug had a really clear picture of what he wanted to say about his business, and I acted as a conduit to organize that content into sections of the website, and even did a lot of the initial copywriting.</p>
70+
71+
<p>I would end up building out the design into a responsive and standards-compliant website, with a bit of special code that would display the studio schedule from a third-party web application’s API, called Mindbody.</p>
72+
73+
</div>
74+
75+
76+
</article>
77+
78+
</div>
79+
80+
</main>
81+
82+
83+
<footer class="pg-footer pg-section">
84+
85+
<div class="wrapper">
86+
87+
<p>&copy; 2017, <a href="mailto: [email protected]">Scott Birdsey</a>.<br>I appreciate your visit.
88+
89+
</div>
90+
91+
</footer>
92+
93+
94+
</body>
95+
96+
</html>

Diff for: assets/img/work/dr-pilates.jpg

404 KB
Loading

Diff for: assets/img/work/thumbs/dr-pilates.jpg

404 KB
Loading

0 commit comments

Comments
 (0)