-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 1.8 KB
/
Copy pathindex.html
File metadata and controls
54 lines (49 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Loruki</title>
<meta name="description" content="Loruki webpage" />
<meta name="author" content="HYF-GROUP2" />
<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" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<!-- Header Katia-->
<div class="navbar">
<div class="container flex">
<h1 class="logo">Loruki.</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Docs</a></li>
</ul>
</nav>
</div>
</div>
<!-- Stats Hasan-->
<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.
<div class="grid grid-3 text-center my-4">
<div> <i class="fas fa-server fa-3x"></i>
<h3>10,349,405</h3>
<p class="text-secondary">Deployments</p>
</div>
<div> <i class="fas fa-upload fa-3x"></i>
<h3>987 TB</h3>
<p class="text-secondary">Published</p></div>
<div><i class="fas fa-project-diagram fa-3x"></i>
<h3>2,343,265</h3>
<p class="text-secondary">Projects</p></div>
</div>
</h3>
</div>
</section>
</body>
</html>