-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.93 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
<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>Home | SPECTREUI</title>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="home.css" />
</head>
<body>
<nav class="home-header">
<a href="../index.html" class="logo-title">SPECTRE-UI</a href="../index.html">
<div class="right-side-nav">
<a class="header-icon-btn" href="https://www.linkedin.com/in/rushikeshtarapure/">
<i class="fab fa-linkedin"></i
></a>
<a class="header-icon-btn" href="https://twitter.com/Neo_MonkStar">
<i class="fab fa-twitter"></i
></a>
<a class="header-icon-btn" href="https://github.com/t007rushi">
<i class="fab fa-github"></i
></a>
</div>
</nav>
<main class="content-wrap center-it">
<img src="./assets/home-img.jpg" alt="" class="image-wrap"/>
<div class="left-side center-it">
<div class="home-title">Welcome to SPECTRE UI</div>
<p>Built Awesome Lit User Interfaces using SPECTRE component Library.</p>
<a class="btn-container" href="./documentation/document.html">
<buttn class="get-start">Get Started</buttn>
</a>
<div class="home-title">INSTALLATION :</div>
<p>Simply copy the below line into your project & your good to go 🚀</p>
<iframe src="https://www.thiscodeworks.com/embed/62127b4f5362a500156c2c19" style="width: 30rem; height: 148px;" frameborder="0"></iframe>
</div>
</main>
<footer class="home-footer">
Made with <i class="fas fa-fire"></i> by Rushikesh Tarapure
</footer>
</body>
</html>