-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (86 loc) · 3.17 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<script src='main.js'></script>
<link rel="stylesheet" type="text/css" href="mysite.css">
<link rel="stylesheet" type="text/css" href="normalize.css">
</head>
<body>
<header>
<ul id="menu">
<li> <a href="#">Features</a> </li>
<li><a href="#">Docs </a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Templates</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Sign Up</a></li>
</ul>
<div class="log">
<a href="#">
<img src="logo-log.png">
</a>
</div>
</header>
<div class="bleu">
<img src="turlututulogo.png">
<div class="titre">The Plug and Play Database service</div>
<div class="start1"><button><a href="#">Start building NOW >></a> </button> </div>
</div>
<div class="awesome">
For awesome projects with deadlines
</div>
<section>
<h3>
> Simple to use
</h3>
<p>
turlututu.io is probably the fastest solution to get a database going for web and serverless applications. Model your information quickly. The data management application, schema and REST API are instantly available.
</p>
<h3>
> Productive
</h3>
<p>
Colaborate and work with data in a workspace in your desktop, laptop or smartphone. Quickly search through all your data. Secure access with roles.
</p>
<h3>
> Built for the modern web
</h3>
<p>
Designed for the modern web with high performance REST API and NoSQL MongoDB query language, server-side codehooks, user authentication (Autho), Media Archive, Realtime messages and secure Ajax/CORS.
</p>
<h3>
> More than a database
</h3>
<p>turlututu.com databases can also serve web pages. Usehtml, Javascript, JQuery, Angular, ReactJS (or your favorite framework) on turlututu.com Pages with server-side data-binding.
</p>
</section>
<p>Innovative teams gets more done with turlututtu.com</p>
<ul id="sponsor">
<li><img src="miles.png"></li>
<li><img src="app.png"></li>
<li><img src="spectrum.png"></li>
<li><img src="prod-hunt.png"></li>
<li><img src="knowit.png"></li>
<li><img src="hatchery.png"></li>
<li><img src="fwd.png"></li>
</ul>
<div class="men">
<button>
<div class="api"><a href="#">REST API >> </a></div>
</button>
<button>
<div class="docs"><a href="#">Docs >> </a></div>
</button>
<button>
<div class="start"><a href="#">Start Building >> </a></div>
</button>
</div>
<footer>
<a href="#">Home</a> | <a href="#">About</a> | <a href="#">Contact</a> | <a href="#">Terms & Conditions</a> | <a href="#">Privacy Policy</a>
</footer>
</body>
</html>