-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (53 loc) · 2.76 KB
/
index.html
File metadata and controls
65 lines (53 loc) · 2.76 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
55
56
57
58
59
60
61
62
63
64
65
<!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="style.css">
<link rel="icon" href="https://img.icons8.com/color/96/000000/code.png" type="image/x-icon">
<title>easy components</title>
</head>
<body>
<nav class="navigation">
<brand class="brand">
<a href="index.html"><img src="https://img.icons8.com/color/96/000000/code.png" height="50px" /></a>
<a href="index.html"> <span class="brand-name-a">easy</span><span class="brand-name-b">WEB</span></a>
</brand>
<about>
<a href="components.html">Documentation</a>
</about>
</nav>
<section class="container">
<img src="images/container_image_3.svg" class="container-image" alt="">
<h1>easyWeb provides very simple and beautiful UI.</h1>
<p>web development made easy with easyWEB</p>
<a href="components.html"><button>Lets go <svg xmlns="http://www.w3.org/2000/svg" class="button-icon"
fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg></button></a>
</section>
<section class="installation">
<div class="installation-guide">
<h1>Installation</h1>
<p>Just copy and paste the link in your html file in between the head tag.</p>
</div>
<div class="code-installation-frame">
<iframe class="code-snippet"
src="https://carbon.now.sh/embed?bg=rgba%28132%2C215%2C160%2C1%29&t=seti&wt=none&l=auto&width=464&ds=true&dsyoff=20px&dsblur=68px&wc=true&wa=true&pv=25px&ph=25px&ln=false&fl=1&fm=Hack&fs=13px&lh=191%25&si=false&es=2x&wm=false&code=%253Clink%2520rel%253D%2522stylesheet%2522%2520href%253D%2522https%253A%252F%252Feasywebdev.netlify.app%252Fcomponents.css%2522%253E"
sandbox="allow-scripts allow-same-origin">
</iframe>
</div>
</section>
<footer>
<a href="https://www.linkedin.com/in/mohit-kumar-aggarwal/"><img
src="https://img.icons8.com/external-justicon-lineal-color-justicon/30/000000/external-linkedin-social-media-justicon-lineal-color-justicon.png" />
</a>
<a href="https://twitter.com/aggarwal_mohit_"><img
src="https://img.icons8.com/color/30/000000/twitter--v2.png" /></a>
<a href="https://github.com/Mohitkumar33"><img src="https://img.icons8.com/ios-glyphs/30/000000/github.png"/></a>
</footer>
<script src="script.js"></script>
</body>
</html>