forked from HYF-Class19/agile-development-loruki-group-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (177 loc) · 5.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
/>
<link rel="icon" type="image/svg+xml" href="./client/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--link flies-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<link href="./styles/index.css" rel="stylesheet" />
<link rel="stylesheet" href="./styles/mediaquery.css" />
<title>Loruki| cloud hosting</title>
</head>
<body>
<!--navbar-->
<div class="navbar">
<div class="container flex">
<h1 class="logo">Loruki</h1>
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./pages/features.html">Features</a></li>
<li><a href="./pages/docs.html">Docs</a></li>
</ul>
</nav>
</div>
</div>
<!--showcase, h1, p & form-->
<section class="showcase">
<div class="container grid">
<div class="showcase-text">
<h1>Easier Deployment</h1>
<p>
Deploy web apps of all kinds, from large scale enterprise APIs to
static websites for individuals. Fill out the form to try a demo of
our platform
</p>
<a href="" class="button">Discover More</a>
</div>
<div class="showcase-form card">
<h2>Request a demo</h2>
<form>
<div class="form-control">
<input type="text" name="name" placeholder="Name" required />
</div>
<div class="form-control">
<input
type="text"
name="company"
placeholder="Company Name"
required
/>
</div>
<div class="form-control">
<input type="email" name="email" placeholder="Email" required />
</div>
<button type="submit" value="Send" class="btn btn-primary">
Send
</button>
</form>
</div>
</div>
</section>
<!--4.section-0-->
<section class="stats">
<div class="container">
<h3 class="stats-heading text-center my-1">
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>10,389,567</h3>
<p class="text-secondary">Deployments</p>
</div>
<div>
<i class="fas fa-upload fa-3x"></i>
<h3>789 TB</h3>
<p class="text-secondary">Published</p>
</div>
<div>
<i class="fas fa-project-diagram fa-3x"></i>
<h3>3,987,485</h3>
<p class="text-secondary">Projects</p>
</div>
</div>
</div>
</section>
<!--Cli-->
<section class="cli">
<div class="container grid">
<img class="cli" 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>
<!-- Supported languages Section -->
<section class="languages">
<h2 class="sl">Supported Languages</h2>
<div class="languageContainer">
<div class="logo">
<h4>Node.js</h4>
<img class="logoSize" src="images/logos/nodejs.jpg" alt="" />
</div>
<div class="logo">
<h4>Python</h4>
<img class="logoSize" src="images/logos/python.jpg" alt="" />
</div>
<div class="logo">
<h4>C#</h4>
<img class="logoSize" src="images/logos/c.jpg" alt="" />
</div>
<div class="logo">
<h4>Ruby</h4>
<img class="logoSize" src="images/logos/ruby.jpg" alt="" />
</div>
<div class="logo">
<h4>PHP</h4>
<img class="logoSize" src="images/logos/php.jpg" alt="" />
</div>
<div class="logo">
<h4>Scala</h4>
<img class="logoSize" src="images/logos/scala.jpg" alt="" />
</div>
<div class="logo">
<h4>Clojure</h4>
<img class="logoSize" src="images/logos/clojure.jpg" alt="" />
</div>
</div>
</section>
<!--Footer-->
<footer class="footer bgdark py5">
<div class="containerfoot gridfoot gridfoot-2">
<div>
<h1>Loruki</h1>
<p>Copyright © 2020</p>
</div>
<nav class="navfoot">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./pages/features.html">Features</a></li>
<li><a href="./pages/docs.html">Docs</a></li>
</ul>
</nav>
<div class="social">
<a
aria-label="github"
href="https://github.com/HYF-Class19/agile-development-loruki-group-1"
><i class="fab fa-github fa-2x" alt=""></i
></a>
<a aria-label="facebook" href="https://www.facebook.com/"
><i class="fab fa-facebook fa-2x" alt=""></i
></a>
<a aria-label="instagram" href="https://www.instagram.com/"
><i class="fab fa-instagram fa-2x" alt=""></i
></a>
<a aria-label="twitter" href="https://twitter.com/home?lang=en"
><i class="fab fa-twitter fa-2x" alt=""></i
></a>
</div>
</div>
</footer>
</body>
</html>