Skip to content

Commit bc3776f

Browse files
committed
added favicon
1 parent c87b52a commit bc3776f

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

images/loading.jpeg

-91.4 KB
Binary file not shown.

images/loading.png

753 KB
Loading

index.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
88
<title>Umang Bhalla</title>
9-
<style>
10-
background-image:url(images/image.jpg)
11-
</style>
129
<link rel="stylesheet" href="styles/style.css">
10+
<link rel="icon" type="image/png" href="images/loading.png" />
1311
</head>
1412
<!-- <style>
1513
background-image:url(images/image.jpg)
@@ -18,7 +16,7 @@
1816
<body>
1917
<div class="cards">
2018
<div class="wrapper">
21-
<div class="box" id="side" style="transform-style: preserve-3d">
19+
<div class="box" id="side" style="transform-style: preserve-3d">
2220
<h2>
2321
Stuff I'm learning <br>
2422
</h2><br>
@@ -33,21 +31,21 @@ <h2>
3331
<ul><span>C </span></ul>
3432
</ul>
3533
</p>
36-
<a class = "atag" href="https://www.linkedin.com/in/umgbhalla/" target="_blank">LinkedIn</a>
34+
<a class="atag" href="https://www.linkedin.com/in/umgbhalla/" target="_blank">LinkedIn</a>
3735
</div>
3836
<div data-tilt class="box" id="center">
39-
<div class="img-area"><img src="images/image2.jpg" alt="profile photo"></div>
37+
<div class="img-area"><img src="images/image2.jpg" alt="profile photo"></div>
4038
<h2>
4139
<br>
4240
<b> Hi ! </b>
4341
</h2>
44-
<p >
42+
<p>
4543
I'm Umang Bhalla, currently a first year student at IIIT-Bhopal pursuing
4644
a B-tech degree in Information Technology.<br> <b> Find me on </b>
4745
<br>
48-
<a class = "atag" href="https://twitter.com/umgbhalla" target="_blank">Twitter</a>
46+
<a class="atag" href="https://twitter.com/umgbhalla" target="_blank">Twitter</a>
4947
</div>
50-
<div class="box" id="side">
48+
<div class="box" id="side">
5149
<h2>
5250
Stuff I find interesting <br>
5351
</h2><br>
@@ -66,7 +64,7 @@ <h2>
6664

6765
</ul>
6866
</p>
69-
<a class = "atag" href="https://github.com/umgbhalla" target="_blank">Github</a>
67+
<a class="atag" href="https://github.com/umgbhalla" target="_blank">Github</a>
7068

7169
</div>
7270
</div>

0 commit comments

Comments
 (0)