-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·140 lines (138 loc) · 7.06 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Soumyadeep Mukherjee | Sucking souls since 1994</title>
<link rel="shortcut icon" href="favicon.ico" />
<!-- Load CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Load Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic" type="text/css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold" type="text/css" />
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Load jQuery library -->
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>
<!-- Load custom js -->
<script type="text/javascript" src="scripts/panelslide.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<!-- Load topcontrol js -->
<script type="text/javascript" src="scripts/scrolltopcontrol.js"></script>
<!-- Load NIVO Slider -->
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-theme.css" type="text/css" media="screen" />
<script src="scripts/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script src="scripts/nivo-options.js" type="text/javascript"></script>
<!-- Load fancybox -->
<script type="text/javascript" src="scripts/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.mousewheel-3.0.4.pack.js"></script>
<link rel="stylesheet" href="css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
</head>
<body>
<div id="fb-root"></div>
<!--This is the START of the header-->
<div id="topcontrol" style="position: fixed; bottom: 5px; left: 960px; opacity: 1; cursor: pointer;" title="Go to Top"></div>
<div id="header-wrapper">
<div id="header">
<div id="logo"> <a href="index.html"><img src="images/dementor.jpg" width="100" height="80" alt="logo" /></a> </div>
<div id="header-text">
<h4>Infrastructure Engineer by Day. Hackathoner by Night</h4>
<h6><a href="index.html">Home</a></h6>
</div>
</div>
</div>
<!--END of header-->
<!--This is the START of the menu-->
<div id="menu-wrapper">
<div id="main-menu">
<ul>
<li><a class="selected" href="index.html">Home →</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="writes">Writing</a></li>
<!-- <li><a href="#">Travel</a></li> -->
<!-- <li><a href="#">Gallery</a></li> -->
</ul>
</div>
<!--This is the START of the footer-->
<div id="footer">
<div id="social-box">
<ul>
<li>
<div class="facebook"><a href="https://www.facebook.com/soumyadeep.mukherjee17"></a></div>
</li>
<li>
<div class="linkedin"><a href="https://www.linkedin.com/in/soumyadeepmukherjee"></a></div>
</li>
<!-- <li> -->
<!-- <div class="rss"><a href="#"></a></div> -->
<!-- </li> -->
</ul>
</div>
<h6>Copyright © 2017 - dementor</h6>
</div>
<!--END of footer-->
</div>
<!--END of menu-->
<!--This is the START of the content-->
<div id="content">
<!--This is the START of the NIVO slider-->
<div class="slider-wrapper theme-effe">
<div id="slider" class="nivoSlider"><img src="images/slider/slider1.png" alt="" align="middle" title="#img1" /> <img src="images/slider/slider2.png" align="middle" alt="" title="#img2" /> <img src="images/slider/slider3.png" alt="" title="#img3" /> <img src="images/slider/slider4.png" alt="" title="#img4" /> </div>
</div>
<!--END of NIVO Slider-->
<!--This is the START of the recent posts-->
<div class="spacer"></div>
<div id="recent-posts-container">
<div class="section-description">
<h5>Recent Posts</h5>
<p>Some experiences with code, data, hardware and maybe if I have one after all above, life.</p>
</div>
<div class="recent-summary">
<div class="recent-item"> <a class="single_image" href="images/blog/large/kgp.jpg"><img src="images/blog/thumbs/kgp.jpg" width="250" height="150" alt="karma@kgp" /></a>
<h6>karma</h6>
<p>Demographics of IIT Kharagpur <a class="readmore" href="https://thebayesianconspiracy.github.io/karma/">read more →</a></p>
</div>
<div class="recent-item-last"> <a class="single_image" href="images/blog/large/twentytwoyards.jpg"><img src="images/blog/thumbs/twentytwoyards.jpg" width="250" height="150" alt="22Yards" /></a>
<h6>twenty-two yards</h6>
<p>An ELO-based rating and prediction model for the Indian Premier League (IPL)<a class="readmore" href="http://vivekaithal.co/twentytwoyards/">read more →</a></p>
</div>
</div>
<!--END of recent posts-->
<!-- <\!--This is the START of the recent projects-\-> -->
<!-- <div id="recent-projects-container"> -->
<!-- <div class="section-description"> -->
<!-- <h5>Recent Projects</h5> -->
<!-- <p>Some research, hobby and development work.</p> -->
<!-- </div> -->
<!-- <div class="recent-summary"> -->
<!-- <div class="recent-item"> <a class="single_image" href="images/portfolio/thumbs/recent1.jpg"><img src="images/portfolio/thumbs/recent1.jpg" width="250" height="150" alt="recent1" /></a> -->
<!-- <h6>Moo Minicards</h6> -->
<!-- <p>Kinda sweet huh?<a class="readmore" href="portfolio.html">read more →</a></p> -->
<!-- </div> -->
<!-- <div class="recent-item-last"> <a class="single_image" href="images/portfolio/thumbs/recent2.jpg"><img src="images/portfolio/thumbs/recent2.jpg" width="250" height="150" alt="recent2" /></a> -->
<!-- <h6>Right off the press!</h6> -->
<!-- <p>Could drop some lorem here.<a class="readmore" href="portfolio.html">read more →</a></p> -->
<!-- </div> -->
<!-- </div> -->
<!--END of recent projects-->
<div class="spacer"></div>
<!--END of content-->
<p id="contact"> Always open to ideas, suggestions and pointless conversations. Shoot me a mail at soumyadeep9[at]gmail.com for getting in touch with me. </p>
</div>
</div>
<!--END of content-->
<p class="slide"><a href="#" class="btn-slide"></a></p>
<div id="slide-panel">
<!--This is the START of the follow section-->
<div id="follow">
<h3>Follow Me!</h3>
<iframe src="https://www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fsoumyadeepmukherjee17&width=86&height=21&layout=button_count&size=small&show_faces=false&appId" width="86" height="21" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe><br>
<a class="github-button" href="https://github.com/sam17" data-count-href="/sam17/followers" data-count-api="/users/sam17#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @sam17 on GitHub">Follow @sam17</a>
<h1>Thanks for that!</h1>
</div>
<!--END of follow section-->
</div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>