-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (226 loc) · 10.1 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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="it" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Digitalocean</title>
<link rel="shortcut icon" href="https://www.digitalocean.com/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Inizio Nav -->
<nav class="container-fluid blue">
<div class="container h-100">
<div class="row no-gutters justify-content-between align-items-center">
<div class="left">
<h3 class="d-inline mr-5">DigitalOcean</h3>
<span class="d-none d-md-inline-block">Products</span>
<span class="d-none d-md-inline-block">Customers</span>
<span class="d-none d-md-inline-block">Community</span>
<span class="d-none d-md-inline-block">Pricing</span>
</div>
<div class="right d-none d-lg-block">
<span>Docs</span>
<span>Support</span>
<span>Login</span>
<span class="btn btn-primary border border-light">Sign Up</span>
</div>
</div>
</div>
</nav>
<!-- Fine Nav -->
<!-- Inizio primo container -->
<div class="container-fluid hero blue">
<div class="container">
<div class="row no-gutters align-items-center">
<div class="pt-5 col-md-6">
<h1>The simplest cloud platform for developers & teams</h1>
<p>Deploy, manage, and scale cloud applications faster and more efficiently on DigitalOcean. We make managing infrastructure easy for teams and businesses, whether you’re running one virtual machine or ten thousand.</p>
</div>
<div class="mt-5 p-3 col-md-6 bg-white rounded text-center">
<h2 class="text-dark">Deploy your app in seconds.</h2>
<h2 class="text-primary">Get started now.</h2>
<input type="email" class="form-control mb-3" placeholder="Email Address">
<input type="password" class="form-control" placeholder="Password">
<button type="button" class="mt-3 btn btn-primary btn-lg btn-block">Create your account</button>
<button type="button" class="mt-3 btn btn-light btn-lg btn-block border shadow-sm">Sign up with Google</button>
<p class="text-secondary mt-3"><small>By signing up you agree to the <a href="#" class="text-primary">Terms of Service.</a></small></p>
</div>
</div>
</div>
</div>
<!-- Fine primo container -->
<!-- Inizio secondo container -->
<div class="container-fluid bg-light">
<div class="container">
<div class="row no-gutters py-5">
<div class="col-12 text-center">
<h5 class="text-secondary">INNOVATIVE BUSINESSES TRUST DIGITALOCEAN</h5>
<div class="row no-gutters align-items-center">
<div class="col-6 col-md-2 px-3">
<img class="img-fluid"src="https://www.digitalocean.com/assets/media/homepage/logos/docker-bab60eeb.png" alt="">
</div>
<div class="col-6 col-md-2 px-3">
<img class="img-fluid"src="https://www.digitalocean.com/assets/media/homepage/logos/gitlab-166e2067.png" alt="">
</div>
<div class="col-6 col-md-2 px-3">
<img class="img-fluid"src="https://www.digitalocean.com/assets/media/homepage/logos/slack-e20293da.png" alt="">
</div>
<div class="col-6 col-md-2 px-3">
<img class="img-fluid"src="https://www.digitalocean.com/assets/media/homepage/logos/hashicorp-4431df79.png" alt="">
</div>
<div class="col-6 col-md-2 px-3">
<img class="img-fluid"src="https://www.digitalocean.com/assets/media/homepage/logos/wework-be6eab32.png" alt="">
</div>
<div class="col-6 col-md-2 px-3">
<img class="img-fluid" src="https://www.digitalocean.com/assets/media/homepage/logos/splunk-06b17d75.png" alt="">
</div>
</div>
</div>
<div class="col-12 text-center mt-5 mt-lg-1 ">
<a class="text-decoration-none" href="#">View customers stories </a>
</div>
</div>
</div>
</div>
<!-- Fine secondo container -->
<!-- Inizio terzo container -->
<div class="container">
<div class="row no-gutters py-5">
<div class="col-12 text-center">
<h1>Deploy and scale seamlessly</h1>
<p>Our optimized configuration process saves your team time when running and scaling distributed applications, AI & machine learning workloads, hosted services, client websites, or CI/CD environments.</p>
</div>
<div class="row no-gutters col-8 m-auto py-5">
<div class="col-12 col-md-4">
<ul class="list-unstyled">
<li class="holink h4 text-secondary px-2">Deploy</li>
<li class="holink h4 text-secondary px-2">Menage</li>
<li class="holink h4 text-secondary px-2">Secure</li>
<li class="holink h4 text-secondary px-2">Scale</li>
<li class="holink h4 text-secondary px-2">Monitor</li>
</ul>
</div>
<div class="col-6 col-md-4 pr-md-3">
<h5>Cluster deployments</h5>
<p>Provision multiple Droplets (virtual machines) in seconds with our control panel, CLI, or directly against our API.</p>
</div>
<div class="col-6 col-md-4">
<h5>Optimized compute types</h5>
<p>Get the compute resources you need with Standard or Optimized Droplets.</p>
</div>
<div class="col-6 col-md-4 offset-md-4 pr-md-3">
<h5>One-click apps</h5>
<p>Skip the install and configuration process with pre-built open source images supporting Rails, Cassandra, Docker, and more.</p>
</div>
<div class="col-6 col-md-4">
<h5>Global availability</h5>
<p>Deploy to any of our data center regions around the world.</p>
</div>
</div>
</div>
</div>
<!-- Fine terzo container -->
<!-- Inizio quarto container -->
<div class="container-fluid bg-light py-5">
<div class="container">
<div class="row no-gutters">
<div class="col-12 text-center">
<h1>Designed for developers</h1>
<p>Build more and spend less time managing your infrastructure with our easy-to-use control panel and API.</p>
</div>
<div class="col-10 m-auto">
<img class="img-fluid" src="https://www.digitalocean.com/assets/media/homepage/screenshot-create-droplet-12336b41.jpg" alt="">
</div>
</div>
</div>
</div>
<!-- Fine quarto container -->
<!-- Inizio quinto container -->
<div class="container">
<div class="row no-gutters py-5">
<div class="col-12 text-center">
<h1>The features your business needs</h1>
</div>
<div class="row no-gutters col-12 py-5">
<div class="col-4 pr-3">
<h5>Predictable pricing</h5>
<p>Leave complex pricing structures behind. Always know what you’ll pay per month with a flat, industry-leading pricing structure.</p>
<a class="text-decoration-none" href="#">Pricing</a>
</div>
<div class="col-4 pr-3">
<h5>World-class service</h5>
<p>Free round-the-clock technical support for all customers. You’ll feel the love.</p>
<a class="text-decoration-none" href="#">Support</a>
</div>
<div class="col-4">
<h5>Reliable platform</h5>
<p>More than 100,000 developer teams worldwide trust DigitalOcean to support their business with a 99.99% uptime SLA for all services.</p>
<a class="text-decoration-none" href="#">Security</a>
</div>
</div>
</div>
</div>
<!-- Fine quinto container -->
<!-- Inizio pre-footer -->
<div class="container-fluid hero blue">
<div class="container">
<div class="row flex-column no-gutters text-center">
<div class="col-6 m-auto">
<h2>Get started now</h2>
</div>
<div class="col-6 m-auto">
<span class="btn btn-light text-primary btn-lg"><strong>Create your account</strong></span>
</div>
</div>
</div>
</div>
<!-- Fine pre-footer -->
<!-- Inizio footer -->
<footer class="hero blue">
<div class="container">
<div class="row no-gutters">
<div class="col-12 col-md-4">
<span class="text-secondary">© 2019 DigitalOcean, LLC. All rights reserved.
Proudly made in NY
</span>
</div>
<ul class="col-6 col-md-2 list-unstyled text-secondary">
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
</ul>
<ul class="col-6 col-md-2 list-unstyled text-secondary">
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
</ul>
<ul class="col-6 col-md-2 list-unstyled text-secondary">
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
</ul>
<ul class="col-6 col-md-2 list-unstyled text-secondary">
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
<li>Lorem Ipsum</li>
</ul>
</div>
</div>
</footer>
<!-- Fine footer -->
</body>
</html>