-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
46 lines (45 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UtpalCoding | Profile</title>
<!---Created By - Utpa Mallick---->
<!-- Favicon -->
<link rel="icon" href="./image/logo.ico" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="opaAdj">
<input type="range"/>
</div>
<div id="card">
<div id="frame"></div>
<div class="shine"></div>
<div class="stri t1"></div><div class="stri t2"></div><div class="stri t3"></div><div class="stri t4"></div>
<div id="col_nav"><span></span><span></span><span></span></div>
<div id="design">
<span class="one b_n"></span><span class="b_n two"></span><span class="three b_n"></span><span class="four b_n"></span>
</div>
<div id="pic">
<div></div>
<p><img id="pro_pic" src="./image/L1.png"><span id="shine"></span></p>
</div>
<p id="name">Utpal</p>
<p id="about">CSE Student<br>Web Developer & Python Programmer</p>
<p id="bio">...Would love to have hands on... Projects with like minds<br></p>
<p id="f">
<b id="followers">Followers 3.1k+ </b><small>●</small><b id="connections">Connections 100K+</b>
</p>
<div id="like"><p class="lk left"></p><p class="lk right"></p><p class="lk center"></p><p class="lk bottom"></p></div>
<a href="https://github.com/U7P4L-IN">
<b><p class="crcl c1"></p><p class="crcl c2"></p><p class="crcl c3"></p></b>
<span>CONNECT</span>
<b><p class="crcl c3"></p><p class="crcl c2"></p><p class="crcl c1"></p></b>
</a>
</div>
<!--<p id="ri">Created By - Monu</p>-->
<script type="text/javascript" src="script.js"></script>
</body>
</html>