forked from AnonymousFunction/anonymousfunction.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (112 loc) · 4.44 KB
/
Copy pathindex.html
File metadata and controls
129 lines (112 loc) · 4.44 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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<title>Anonymous Function</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico" />
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
/*background: url("/bootstrap/img/creampaper.png") repeat 0 0;*/
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 700px;
background: white;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 40px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 2.5em;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 20px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
#whoWeAre img {
border-radius: 10px;
}
</style>
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#whoWeAre">About</a></li>
</ul>
<h3 class="muted">Anonymous Function</h3>
</div>
<hr>
<div class="jumbotron">
<h1>Custom Web Solutions</h1>
<p class="lead">Responsive and Dynamic Web Solutions - You know your business, we know the web. We make websites and enjoy doing it.</p>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span6">
<h4>What We Do</h4>
<h5>Build New Websites</h5>
<p>Our websites work and look great on all your devices, including desktop, laptop, tablet, and mobile phone.</p>
<p>Tell us what your business need is and we'll build you a cross-platform solution.</p>
<h5>Fix Old Websites</h5>
<p>Already have a wesbite? We can make it look better and give it a modern look and feel.</p>
<p>Reach more customers by making your current site mobile-friendly.</p>
<h5>Connect with Social Networks</h5>
<p>Connect your Facebook or Twitter account to your website.</p>
<p>Create a blog on your website.</p>
</div>
<div class="span6">
<h4>Our Work</h4>
<h5>Professional</h5>
<p>Our most recent site is <a href="http://www.detlor.com" target="_blank">detlor.com</a> We have worked on everything from personal sites to small business needs to Fortune 500 systems.</p>
<h5>Recreational</h5>
<p>We have built our own personal and business websites, and have worked on projects from HTML5 Rocks to jQuery, and have presented at developer venues.</p>
<h4>Pricing</h4>
<p>The price depends on the scope of the project. Contact us today to get a quote.</p>
</div>
</div>
<hr>
<div>
<h4>Hire Us</h4>
</div>
<hr>
<div id="whoWeAre">
<h4>Who We Are</h4>
<p>We have worked together building web systems since 2007, which was a long time ago now. We both like Sonic video games and are pretty badass at them. Between the two of us, we been to like 12 different countries.</p>
<img src="img/rich.jpg"/><br/>
<p>Rich is a Software Engineer and lives in Michigan. He is a University of Michigan alumnus. He is awesome at guitar. He is a member of Pearl Jam's Ten Club. He loves to travel.</p>
<img src="img/ted.jpg"/><br/>
<p>Ted is a Web Designer and lives in Michigan. He is a Central Michigan University alumnus. He was the 2006 Intergalactic Machine Dance Champion. He has twin boys. He watches dogs do the nasty and then sells the puppies.</p>
</div>
<hr>
<div class="footer">
<p>© Anonymous Function</p>
</div>
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>