-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (159 loc) · 6.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<title>Edge | Cloud Hosting for Everyone </title>
</head>
<body>
<!---Navigation Bar-->
<div class="navigation-bar">
<div class="container flex">
<h1 class="title-1">Edge.</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="factors.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</nav>
</div>
</div>
<!--Hero-->
<section>
<div class="hero">
<div class="container grid">
<div class="hero-text">
<h1>Easier Deployment</h1>
<p>We provide you an environment where you can deploy all kinds of webapps, from large scale enterprise APIs to Static Websites for individuals. If you want to try a demo of our project Please fill out the form.</p>
<a href="factors.html" class="btn btn-outline">Read More</a>
</div>
<div class="hero-form card">
<h2>Request a Demo</h2>
<form>
<div class="form-control">
<input type="text" name="name" placeholder="Enter your Name:" required>
</div>
<div class="form-control">
<input type="text" name="company" placeholder="Enter your Company Name:" required>
</div>
<div class="form-control">
<input type="email" name="Email" placeholder="Enter your Email:" required>
</div>
<input type="submit" value="Send" class="btn btn-primary"/>
</form>
</div>
</div>
</div>
</section>
<!-- Stats -->
<section class="stats">
<div class="container">
<h3 class="stats-heading text-center">Welcome to the best platform for building applications of all types with modern architecture and scaling.</h3>
<div class="grid grid-3 text-center my-4">
<div>
<i class="fas fa-server fa-3x"></i>
<h3>98,456,324</h3>
<p class="text-secondary">Deployments</p>
</div>
<div>
<i class="fas fa-upload fa-3x"></i>
<h3>879 TB</h3>
<p class="text-secondary">Published</p>
</div>
<div>
<i class="fas fa-project-diagram fa-3x"></i>
<h3>1,456,231</h3>
<p class="text-secondary">Projects</p>
</div>
</div>
</div>
</section>
<!-- CLI -->
<section class="cli">
<div class="container grid">
<img src="images/cli.png" alt=""/>
<div class="card">
<h3>Easy to use, cross platform CLI</h3>
</div>
<div class="card">
<h3>Deploy in seconds</h3>
</div>
</div>
</section>
<!-- Cloud Section -->
<section class="cloud bg-primary my-2 py-2">
<div class="container grid">
<div class="text-center">
<h2 class="lg">Extreme Cloud Hosting</h2>
<p class="lead my-1">Cloud Hosting like you've never seen. Fast, efficient and scalable.</p>
<a href="factors.html" class="btn btn-outline">Read more</a>
</div>
<img src="images/cloud.png" alt=""/>
</div>
</section>
<!-- Languages -->
<section class="languages">
<h2 class="md text-bold text-center my-2">
Supported Languages
</h2>
<div class="container flex">
<div class="card">
<h4>Node.js</h4>
<img src="images/logos/node.png" alt="">
</div>
<div class="card">
<h4>PHP</h4>
<img src="images/logos/php.png" alt="">
</div>
<div class="card">
<h4>Python</h4>
<img src="images/logos/python.png" alt="">
</div>
<div class="card">
<h4>Go</h4>
<img src="images/logos/go.png" alt="">
</div>
<div class="card">
<h4>Ruby</h4>
<img src="images/logos/ruby.png" alt="">
</div>
<div class="card">
<h4>C#</h4>
<img src="images/logos/csharp.png" alt="">
</div>
<div class="card">
<h4>Clojure</h4>
<img src="images/logos/clojure.png" alt="">
</div>
<!-- <div class="card">
<h4>Scala</h4>
<img src="images/logos/scala.png" alt="">
</div> -->
</div>
</section>
<!-- Footer -->
<div class="footer footer bg-dark py-5">
<div class="container grid grid-3">
<div>
<h1>Edge</h1>
<p>Copyright © 2021</p>
</div>
<nav>
<li><a href="home.html">Home</a></li>
<li><a href="factors.html">Features</a></li>
<li><a href="documentation.html">Documentation</a></li>
</nav>
<div class="social">
<a href="https://github.com"><i class="fab fa-github fa-2x"></i></a>
<a href="https://twitter.com"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://facebook.com"><i class="fab fa-facebook fa-2x"></i></a>
<a href="https://instagram.com"><i class="fab fa-instagram fa-2x"></i></a>
</div>
</div>
</div>
</body>
</html>