-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 2.09 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
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kshitij Arya | Web-Dev,Creator,Student</title>
<link rel="stylesheet" type="text/css" href="Index/style.css" />
<link rel="stylesheet" type="text/css" href="header.css" />
<link rel="icon" href="Images/logo.png" />
</head>
<body>
<div id="header"></div>
<div class="container">
<div class="main">
<div class="info">
<h1>Kshitij Arya Portfolio</h1>
<div class="social">
<a href="https://twitter.com/Arya_Kshitij69" target="_blank">
<img src="Images/twitter.svg" alt="Twitter-Account" />
</a>
<a href="https://github.com/Crusader-Boss" target="_blank">
<img src="Images/github.svg" alt="Github-Account" />
</a>
<a href="https://www.youtube.com/@Kshitij_Arya69" target="_blank">
<img src="Images/youtube.svg" alt="Youtube-Channel" />
</a>
</div>
<div class="context">
This site is Kshitij's repository of guides, how to articles and all
the other crazy fun stuff. Feel Free to lurk around who knows u
might find something intresting.
<a href="about_me.html">who is Kshitij ?</a>
</div>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous"
></script>
<script>
$(function () {
$("#header").load("header.html");
});
</script>
<script
src="https://kit.fontawesome.com/90e5b6dd26.js"
crossorigin="anonymous"
></script>
<link rel="preconnect" href="https://fonts.bunny.net" />
<link
href="https://fonts.bunny.net/css?family=akaya-kanadaka:400"
rel="stylesheet"
/>
<script type="text/javascript" src="/Index/script.js"></script>
<script type="text/javascript" src="header.js"></script>
</body>
</html>