-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.61 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.61 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
<!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">
<meta name="author" content="Kotesh Mudila">
<title>Handy UI</title>
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<header class="header">
<div class="logo">
<h1>Handy UI</h1>
</div>
<div class="main-links">
<a href="https://github.com/kotesh-arya"><img class="header-icon"
src="https://img.icons8.com/windows/64/ffffff/github.png" /></a>
<a href="https://twitter.com/Kotesh_Mudila"><img class="header-icon"
src="https://img.icons8.com/ios-glyphs/60/ffffff/twitter--v1.png" /></a>
<a href="https://www.linkedin.com/in/koteswara-rao-mudila-7aa740159/"><img class="header-icon"
src="https://img.icons8.com/ios-glyphs/60/ffffff/linkedin.png" /></a>
</div>
</header>
<main class="home-main-content">
<h1 class="main-heading">
Upgrade your ideas<br>to the IDEAL project
</h1>
<h1>Handy-UI is a helpful & pre-defined CSS library <br> packed with <span>Re-usable</span> &
<span>Re-markable</span> components for you new project</h1>
<div class="main-buttons">
<a class="link-buttons get-started landing-link" href="/Get-Started/introduction.html">Get started</a>
<a class="link-buttons landing-link" href="https://github.com/kotesh-arya">GitHub</a>
</div>
</main>
</body>
</html>