-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 894 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Subhadeep's profile</title>
<link
href="https://fonts.googleapis.com/css?family=Roboto:300"
rel="stylesheet"
/>
</head>
<style>
body {
font-family: "Roboto", sans-serif;
}
</style>
<body>
<header>
<h1>Subhadeep Banerjee</h1>
<h4>Full Stack Developer</h4>
</header>
<br /><br />
<!-- <div>
Experiments:
<ul>
<li><a href="https://subhban01.github.io/android-happy/">android-happy</a></li>
<li><a href="https://subhban01.github.io/periscope-experiment/">periscope-experiment</a></li>
<li><a href="https://subhban01.github.io/tunnel-maze_canvas/">tunnel-maze_canvas</a></li>
<li><a href="https://subhban01.github.io/svg-mask/">SVG-mask-with-video-bg</a></li>
<li><a href="https://subhban01.github.io/validate-pan/">validate-PAN</a></li>
</ul>
</div> -->
</body>
</html>