-
Notifications
You must be signed in to change notification settings - Fork 735
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 1.52 KB
/
index.html
File metadata and controls
31 lines (28 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Keshav Kalia</title>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="Portfolio template made by Dorota1997, available at GitHub"
content="Web site created using create-react-app"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body data-theme="light">
<a href="https://www.resume.lol/share/7t03x9a" target="_blank" class="resume-button" aria-label="View Resume" style="position: absolute; top: 0; left: 0; z-index: 9999;">
<i class="fas fa-file-alt" style="font-size: 90px; color: #151513;"></i>
</a>
<a href="https://github.com/KeshavKalia4" target="_blank" class="github-button" aria-label="View GitHub" style="position: absolute; top: 0; right: 0; z-index: 9999;">
<i class="fab fa-github" style="font-size: 90px; color: #151513;"></i>
</a>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</body>
</html>