-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (33 loc) · 2.17 KB
/
index.html
File metadata and controls
44 lines (33 loc) · 2.17 KB
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
<html>
<head>
<title>Streamline | Worry Free Web Development</title>
<script type="text/javascript" src="http://use.typekit.com/rai0ybz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="streamline.css">
</head>
<body class="tk-le-havre">
<div id="container">
<div id="headNav">
<ul>
<li><a href="about">About</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="services">Services</a></li>
<li><a href="worryfree">WorryFree™</a></li>
</ul>
</div>
<div id="title" class="main">
<h1>Streamline</h1>
<p style="font-style:italic;">Worry Free Web Development</p>
</div>
<div class="toplevel" id="high">
"Business is booming! I have so many customers I can't handle it; I need to automate some of the boring parts of my job and know the little details won't slip through the cracks. I want an interactive app to <span>IMPRESS</span><br /> the world, providing tools to make life easier for my customers (and me!). I need my own eCommerce site or a custom application to keep my operations running smoothly."
</div>
<div class="toplevel" id="low">
"I'm starting a small business or new project. I'm excited to get the word out and I want my website to show how awesome I am (pretty awesome!) but I'm worried about getting in over my head. I want to stay small and <span>SCRAPPY</span><br /> and use the web as efficiently as possible. Most of my new customers will be from my network or through word of mouth; I need a website so people can get in touch with me and pass my info along to their friends."
</div>
<div class="toplevel" id="mid">
"My business has been growing but I want to do more. I need to keep clients in the loop about new services and want to start sharing some insight with the world to show potential customers that I know my stuff. I need a professional and <span>POLISHED</span><br /> web presence to help me push my reputation past the boundaries of my network. But I don't have the time or desire to spend a lot of time on a website - I need to focus on my business!"
</div>
</div>
</body>
</html>