-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
149 lines (119 loc) · 6.09 KB
/
contact.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
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Alik</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Website landing Page for Developers">
<meta name="author" content="3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-5 col-lg-5" >
<img class="profile-image img-responsive pull-left" src="assets/images/profile.png" alt="Alakesh Kalita" />
<div class="profile-content pull-left">
<h3 class="name">Alik Pramanick </h3>
<h5 class="desc">Ph.D. Scholar <br>
Indian Institute of Technology Guwahati <br>
Email: [email protected]<br>
<a href="https://scholar.google.com/citations?user=4JUDZ1kAAAAJ&hl=en">Google Scholar </a>|
<a href="https://www.linkedin.com/in/alik-pramanick-b81978a2/">LinkedIn </a>|
<a href="https://www.researchgate.net/profile/Alik-Pramanick-2">ResearchGate</a>|<br>
Ph: 6396867035<br>
[<a href="Alik_Pramanick_CV.pdf">Download CV</a>]</h5>
</div><!--//profile-->
</div>
<div class="col-sm-6 col-md-7 col-lg-7">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html" id="current">Home</a></li>
<li ><a href="publication.html">Publications</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Academics
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="education.html">Education</a></li>
<li><a href="achieve.html">Achievements</a></li>
</ul>
</li>
<li><a href="work.html">Experience</a></li>
<li><a href="contact.html">Contact me</a></li>
</ul>
</nav>
</div>
</div>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-12 col-sm-12 col-xs-12">
<section class="experience section">
<div class="section-inner" id="wor">
<h2 class="heading">Contact me</h2>
<div class="content">
<div class="item" >
<ul>
<li>
<p class="subDetails">Multi-Media Lab<br>2nd floor, CSE Department<br>
Indian Institute of Technology Guwahati<br>
Assam, India.<br>
781039
</li>
<li>
<ul class="social list-inline">
<li><a href="https://www.linkedin.com/in/alik-pramanick-b81978a2/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/Alik033/"><i class="fa fa-github-alt"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=4JUDZ1kAAAAJ&hl=en"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.facebook.com/alikimage"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/alikimage/"><i class="fa fa-instagram"></i></a></li>
</ul></li>
</ul>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
</section><!--//section-->
</div><!--//primary-->
</div><!--//row-->
</div><!--//masonry--
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright"> ©2021 Alik Pramanick. </small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github activity plugin -->
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>