-
Notifications
You must be signed in to change notification settings - Fork 0
/
small_b.html
81 lines (68 loc) · 2.78 KB
/
small_b.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
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Schultz & Associates</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="small_b.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Cinzel+Decorative|Playfair+Display+SC' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<div class="row">
<div class="page-header">
<h1>Schultz&Associates<small><span> | </span>Residential Architects</small></h1>
<h2></h2>
<!--SOCIAL MEDIA AND CONTACT-->
<div class="media">
<a href="work">Portfolio</a> |
<a href="mailto:[email protected]?Subject=Hello%20again" target="_top">Email</a> |
<span>ph: 222-222-2222</span> |
<a href="http://www.facebook.com">
<i class="fa fa-facebook fa-lg"></i>
</a>
<a href="http://www.twitter.com">
<i class="fa fa-twitter fa-lg"></i>
</a>
<a href="https://www.pinterest.com/">
<i class="fa fa-pinterest fa-lg"></i>
</a>
</div>
</div>
</div>
<!--PHOTOS-->
<div id="middle" class="row">
<div id="photo_one" class="col-sm-3">
<img src="images/proj4_house.jpeg">
</div>
<div id="photo_two" class="col-sm-3">
<img src="images/proj4.jpeg">
</div>
<div id="photo_three" class="col-sm-3 ">
<img src="images/bungalow.jpeg">
</div>
<div id="photo_four" class="col-sm-3">
<img src="images/apartment.jpeg">
</div>
</div>
<div id="blurb" class="row">
Established in 1995, we have been helping clients achieve their dream space for almost twenty years. We are a small team of skilled architects, and designers that want to help you create your ideal living environment. Our mission is to work with you, and make your vision a reality. If you would like more information, or to schedule an appointment, please enter your information in the form.
</div>
<!-- Client Email-->
<div class="control-group">
<label class="control-label" for="textinput"></label>
<div class="controls">
<input id="textinput" name="textinput" type="text" placeholder="Email" class="input-xlarge">
</div>
</div>
<!-- Textarea -->
<div class="control-group">
<label class="control-label" for="textarea"></label>
<div class="controls">
<textarea id="textarea" name="textarea"></textarea>
</div>
</div>
</body>
</html>