forked from SwatiShrivastava9/poojab26.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (197 loc) · 8.78 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!DOCTYPE html>
<html class="cspio">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pooja Bhaumik</title>
<meta name="description" content="Are you here to know about me?">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Pooja Bhaumik Portfolio" />
<meta property="og:description" content="Are you here to know about me" />
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Bootstrap and default Style -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://static.comingsoonpage.com/cspio-assets/1.0.0/style.css">
<!-- Google Fonts -->
<link class="gf-headline" href='https://fonts.googleapis.com/css?family=Pacifico:400&subset=' rel='stylesheet' type='text/css'>
<!-- Animate CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.1/animate.min.css">
<!-- Calculated Styles -->
<style type="text/css">
html {
height: 100%;
overflow: hidden;
}
body {
height:100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
html{
height:100%;
background: #ffffff url(http://ihaveapc.com/wp-content/uploads/2011/01/surrounded-by-it-wallpapers_9542_1920x1200.jpg); no-repeat: center bottom fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#cspio-page{
background-color: rgba(0,0,0,0);
}
.flexbox #cspio-page{
align-items: center;
justify-content: center;
}
.cspio body{
background: transparent;
}
.cspio body, .cspio body p{
font-family: Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 1.50em;
color:#ffffff;
}
::-webkit-input-placeholder {
font-family:Helvetica, Arial, sans-serif;
font-weight: 400;
}
::-moz-placeholder {
font-family:Helvetica, Arial, sans-serif;
font-weight: 400;
}
:-ms-input-placeholder {
font-family:Helvetica, Arial, sans-serif;
font-weight: 400;
}
:-moz-placeholder {
font-family:Helvetica, Arial, sans-serif;
font-weight: 400;
}
.cspio h1, .cspio h2, .cspio h3, .cspio h4, .cspio h5, .cspio h6{
font-family: 'Pacifico';
color:#ffffff;
}
#cspio-headline{
font-family: 'Pacifico';
font-weight: 400;
font-size: 48px;
color:#ffffff;
line-height: 1.00em;
}
.cspio button{
font-family: Helvetica, Arial, sans-serif;
font-weight: 400;
}
.cspio a, .cspio a:visited, .cspio a:hover, .cspio a:active{
color: #ffffff;
}
#cspio-socialprofiles a {
color: #ffffff;
}
.cspio input[type='text']:focus {
webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(217,217,217,0.6);
}
#cspio-content {
display: none;
max-width: 600px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color:transparent;
}
.cspio input,
.cspio input:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#cspio-page{
background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%,rgba(0, 0, 0, 0.2) 37%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
}
.cspio body{
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 7%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.23) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 7%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.23) 100%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 7%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.23) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3b000000',GradientType=1 );
}
#cspio-subscribe-btn{
background:transparent;
border: 1px solid #fff !important;
color: #fff;
}
#cspio-subscribe-btn:hover{
background: rgba(255,255,255,0.2);
color: #fff;
}
#cspio-credit img{
margin-left:auto;
margin-right:auto;
width:125px;
margin-top: -4px;
}
#btn-dwnload{
color: #2f4357;
}
button{
padding: 4px 12px 4px 12px;
margin-bottom: 5%;
}
</style>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Modernizr -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!-- Google Analytics Code Goes Here-->
</head>
<body>
<div id="cspio-page">
<div id="cspio-content">
<h1 id="cspio-headline">Pooja Bhaumik</h1>
<div id="cspio-description">I'm building something really really cool. Wait for it!</div>
<form id="cspio-form" action="" method="post">
<div id="cspio-field-wrapper">
<div class="row">
<form method="get" action="POOJA_BHAUMIK_RESUME.pdf">
<button type="submit"><a id="btn-dwnload" href="POOJA_BHAUMIK_RESUME.pdf" download>
Download Resume</a></button>
</form>
</div>
</div>
</form>
<div id="cspio-socialprofiles">
<a href="https://www.linkedin.com/in/poojab26/" target="_blank"><i class="fa fa fa-linkedin "></i></a>
<a href="https://medium.com/@poojabhaumik" target="_blank"><i class="fa fa fa-medium "></i></a>
<a href="https://twitter.com/pblead26" target="_blank"><i class="fa fa-twitter "></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope "></i></a>
</div>
</div>
</div>
<iframe src="https://ghbtns.com/github-btn.html?user=PoojaB26&type=follow&count=true&size=large" frameborder="0" scrolling="0" width="220px" height="30px"></iframe>
<script>
// Animate Delay
setTimeout(function(){ jQuery("#cspio-content").show().addClass('animated fadeIn'); }, 250);
// Resize
function resize(){
$('head').append("<style id='form-style' type='text/css'></style>");
$('#form-style').html('.cspio .input-group-btn, .cspio .input-group{display:block;width:100%;}.cspio #cspio-subscribe-btn{margin-left:0;width:100%;display:block;}.cspio .input-group .form-control:first-child, .cspio .input-group-addon:first-child, .cspio .input-group-btn:first-child>.btn, .cspio .input-group-btn:first-child>.dropdown-toggle, .cspio .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}.cspio .input-group .form-control:last-child, .cspio .input-group-addon:last-child, .cspio .input-group-btn:last-child>.btn, .cspio .input-group-btn:last-child>.dropdown-toggle, .cspio .input-group-btn:first-child>.btn:not(:first-child) {border-bottom-left-radius: 4px;border-top-left-radius: 4px;}');
}
$('#cspio-content').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend',
function(){
var width = $('#cspio-field-wrapper').width();
if(width < 480 && width != 0){
resize();
}
}
);
</script>
</body>
</html>