-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
198 lines (181 loc) · 9.31 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="img/logo.png">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Archiscape</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.4/angular-material.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular-animate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular-aria.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular-messages.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-material/1.0.4/angular-material.min.js"></script>
<script src="js/three.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.js" integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" crossorigin="anonymous"></script>
<script src="js/OrbitControls.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body ng-app="modelingApp">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#"><img src="img/logo.png" style="width: 1.2em; margin-bottom: .3em"> Archiscape</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://archiscape.netlify.app/demo">Demo</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="model.html">3D Modeling</a>
<a class="dropdown-item" href="tour.html">Virtual Tour</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#start">Which to use?</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="main container-fluid bg pl-md-5" id="home">
<div class="row">
<div class="col">
<h1 class="main-title">Archiscape</h1>
</div>
</div>
<div class="row">
<div class="col">
<h2 class="subtitle">
3D models and virtual tours made easy.
</h2>
</div>
</div>
<div class="row">
<div class="col">
<a href="#start" class="btn btn-primary btn-lg mt-4 big-btn">
Get Started
</a>
<a href="#about" id="learn-more" class="btn btn-outline-light btn-lg mt-4 big-btn">
Learn more
</a>
</div>
</div>
</div>
<div class="container-fluid pt-5 pb-5" id="about">
<div class=" wow fadeInUp slow">
<div class="row pt-5 justify-content-center">
<div class="col text-center">
<h1><b>Speed up the home building process. </b></h1>
</div>
</div>
<div class="row pt-5 pr-5 pl-5 justify-content-around">
<div class="col-md-6 text-center">
<h2>
2D to 3D
</h2>
<p class="lead">
<b>Generate a 3D building model from just a 2D floorplan!</b> Renovators, home builders, and architects who once needed to manually design 3D models can now simply upload a 2D floorplan and recieve an automatically generated 3D
model.
</p>
</div>
<div class="col-md-6 text-center">
<h2>
3D Model Viewing
</h2>
<p class="lead">
<b>View the 3D building model without leaving our app!</b> After we generate the 3D building model from a 2D floorplan, view all aspects of the model from all angles.
</p>
</div>
</div>
</div>
<div class="wow fadeInUp slow">
<div class="row pt-5 justify-content-center">
<div class="col text-center">
<h1><b>View and show homes without leaving yours. </b></h1>
<br /><br />
</div>
</div>
<div class="row pb-5 pl-5 pr-5">
<div class="col-md-6 text-center">
<h2>
Virtual Tours
</h2>
<p class="lead">
<b>Generate virtual tours of homes with just pictures of a
house!</b> Home owners, inspectors, and renovators can easily get 3D models and 2D floorplans of existing homes by taking pictures of the interior. These 3D models are then turned into virtual tours!
</p>
</div>
<div class="col-md-6 text-center">
<h2>
Edit Away
</h2>
<p class="lead">
<b>Make easily visible edits to 3D house models!</b> With the generated PCD file, make edits to the house you're looking at, from rearranging furniture to adding new rooms.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid pt-5 p-md-5 mb-3 mb-md-5" id="start">
<div class="wow fadeIn slow">
<div class="row pt-5 justify-content-center">
<div class="col text-center">
<h1><b>Pick what's right for you!</b></h1>
</div>
</div>
<div class="row p-5 p-md-0 pt-md-5 justify-content-around">
<div class="col-md-5 mb-4 m-md-0 ml-md-5 modern-card card card-body shadow text-center wow fadeIn slow" data-wow-delay="0.2s">
<h2 class="mb-3 blue"><b>A 3D model from a 2D floorplan.</b></h2>
<p class="lead">
No more manual 3D modeling: just upload a 2D floorplan and be amazed by the results!
</p>
<ul class="lead">
<li><b>Perfect for:</b></li>
<li>Home Renovators</li>
<li>Construction Workers</li>
<li>Architects</li>
</ul>
<button type="button" class="btn btn-primary go-button" onclick="window.location.href = 'model.html';">
Go!
</button>
</div>
<div class="col-md-5 mr-md-5 modern-card card card-body shadow text-center wow fadeIn slow" data-wow-delay="0.4s">
<h2 class="mb-3 blue"><b>A virtual tour from a 3D model.</b></h2>
<p class="lead">
Easily give and take virtual tours with the 3D model we generate from your pictures!
</p>
<ul class="lead">
<li><b>Perfect for:</b></li>
<li>Realtors</li>
<li>Sellers and Buyers</li>
<li>Inspectors and Interior Designers</li>
</ul>
<button type="button" class="btn btn-primary go-button" onclick="window.location.href = 'tour.html';">
Go!
</button>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>