-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathutelos.html
More file actions
59 lines (50 loc) · 2.15 KB
/
utelos.html
File metadata and controls
59 lines (50 loc) · 2.15 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
<HTML>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- FAVICON -->
<link rel="shortcut icon" href="favicon.ico">
<!-- PAGE TITLE AND DESCRIPTION -->
<meta name="description" content="Utelos allows you to find the smart devices of the future, and get rewarded for contributing your ideas to them." />
<title>Utelos: Giving Hardware Purpose</title>
<!-- STYLESHEETS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootswatch/3.2.0/slate/bootstrap.min.css"> <!-- main stylesheet -->
<!-- Custom Stylesheets-->
<style = text/css>
.top-buffer { margin-top:20px; }
.top-buffer2 { margin-top:50px; }
</style>
<!-- JAVASCRIPTS -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/app.js"></script>
</head>
<body>
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Utelos</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div class="row top-buffer2">
<div class="twelve columns text-center"><img src="http://res.cloudinary.com/shout/image/upload/c_scale,h_300/v1407356770/Utelos-Vector_d150ut.png"></div>
</div>
<div class="row top-buffer" ng-app="search">
<div class="twelve columns text-center" ng-controller="searchCTRL"><input type="text" style="height: 37px; margin-top: 1px;" class="input-large search-query" ><button ng-click="searchClick()" class="btn btn-success btn-large">Find</button></div>
<br/>
<div class="twelve columns text-center">
<p><b>Find the next great smart device that will make your life easier.</b></p>
<p><b>Contribute ideas and lines of code, and get rewarded for it!</b></p>
</div>
</div>
</body>
</HTML>