-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (97 loc) · 3.49 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<meta name="google-site-verification" content="tWnTg2krw5A4KeXDL6Z7dtpc4QrP_atUX180K6HWTLc" />
<head>
<title>Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@100&display=swap" rel="stylesheet">
<link rel="icon" href="assets/logo.png" type="image/icon type">
<link rel="stylesheet" href="css/style.css">
</head>
<style src="css/style.css"></style>
<body>
<div class="square"></div>
<h1>Karan Sharma</h1>
<h2>Portfolio website</h2>
<h3>About Me</h3>
<p>
<h4>My name is Karan Sharma and I'm an undergraduate engineer.
I'm from India, living in Dharamshala(HP).<br>
I am undergoing my bachelor in Information Technology from Chandigarh University.<br>
<br>
</h4>
<div class="row">
<div class="column">
<h5><img class="centered" src="assets/heart.png" width="30px " style="border-image-width: 100px;">Life so
far...</h5>
<ul>
<p>
<li>Breathing since 2002</li>
</p>
<p>
<li>Started studying CS in 2020.</li>
</p>
<p>
<li>Schooling at DAV Dharamshala</li>
</p>
<p>
<li>Software engineer 2024 🤞🏽</li>
</p>
</div>
<div class="column">
<h5><img src="assets/fire.png" width="30px " style="border-image-width: 100px;">Passionate about...</h5>
<p>
<li>Coding</li>
</p>
<p>
<li>Dev contests</li>
</p>
<p>
<li>Music</li>
</p>
<p>
<li>Food</li>
</p>
</div>
<div class="column">
<h5><img src="assets/bulb.png" width="30px " style="border-image-width: 100px;">Thinking about...</h5>
<p>
<li>CyberSecurity</li>
</p>
<p>
<li>Crypto</li>
</p>
<p>
<li>Startups</li>
</p>
<p>
<li>Freelancing</li>
</p>
</ul>
</div>
</div>
<h6>Let's connect </h6>
<div class="link-button">
<div class="row2">
<div class="column2">
<button id="github"><img src="assets/github.png"></button>
</div>
<div class="column2">
<button id="twitter"><img src="assets/twitter.png"></button>
</div>
<div class="column2">
<button id="linkedin"><img src="assets/linkedin.png"></button>
</div>
<div class="column2">
<button id="mail"><img src="assets/email.png"></button>
</div>
</div>
</div>
<button id="cv-button" data-on="My CV" data-off="Hope you like it :)"></button>
<canvas id="canvas" class="can">hello</canvas>
<script src="js/index.js"> </script>
<script>
src = "js/index.js"
</script>