-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (36 loc) · 1.41 KB
/
index.html
File metadata and controls
43 lines (36 loc) · 1.41 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
<!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">
<title>Rename.CSS</title>
<link rel="icon" href="../../assets\icon\RB-icon.png" type="image/icon type">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
</head>
<body>
<div class="flex-container">
<nav class="navbar">
<a href=".\index.html">
<p class="nav-title">R<span class="nav-title-short">&</span>B <span class="nav-title-short">UI</span>
</p>
</a>
</nav>
<nav class="nav-links">
<a href=".\component\card\card.html">
<p class="nav-docs">Docs</p>
</a>
</nav>
</div>
<div class="main-content">
<h1>Give your projects a professional look in 3 simple steps</h1>
<h2>Browse, Select and apply!</h2>
</div>
<div class="buttons">
<a href=".\component\card\card.html" class="btn btn-primary">Get Started</a>
<a href="https://github.com/dev-ashishsethi/RB-UI/tree/main" target="_blank" class="btn btn-secondary" id="btnSecondary">GitHub</a>
</div>
</body>
<script src="assignment.js"></script>
</html>