forked from greyhatlinux/greyhatlinux.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (180 loc) · 7.18 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
<!DOCTYPE HTML>
<html>
<head>
<title>Vishal Gorai</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="shortcut icon" type="icon/jpg" href="images/icon.jpg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body class="landing">
<!-- Header -->
<!-- <a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a> -->
<!-- Banner -->
<section id="banner">
<h2>Vishal Gorai</h2>
<p class="desig">Student</p>
<hr>
<p class="institute">BIRLA INSTITUTE OF TECHNOLOGY, MESRA</p>
<ul class="actions">
</ul>
</section>
<!-- Fisrt -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<div class="image rounded propic"><img src="images/pro.jpg" alt="" /></div>
<h2>A Brief Introduction</h2>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>Born and brought up in Bokaro Steel City, a small town gentleman carrying lots of aspirations and dreams. Raised in a simple society I rarely had the chance to behold the technological advancements. Fortunately, internet came to the rescue, and opened the doors to knowledge and the sheer amount of possibilities around the globe.
</p>
<p>The way the the world is witnessing an unprecedented growth in technology and digital infrastructure is really appreciable.Amid this fast paced world, I envision a secure and well structured digital environmnet, where one can be absolutely sure of where and how his data is flowings.
</p>
</div>
</div>
</div>
</section>
<!-- second -->
<section id="three" class="wrapper style2">
<div class="container">
<header class="major special">
<h2>About</h2>
<p class="byline">All about me which you ever wanted to know</p>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image rounded"><img src="images/hobbies.png" alt="" /></div>
<div class="content">
<header>
<h3>My Hobbies</h3>
</header>
<b>
<p>I love travelling, partying and going on vacation trips. Web Surfing takes up most of my leisure. I love public speaking and networking with people. I am a legitimate badminton player!<br />I love a busy life!.</p>
</b>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/edu.png" alt="" /></div>
<div class="content">
<header>
<h3>Education</h3>
</header>
<p><b>AISCE : <a href="https://pasbokaro.com/">The Pentecostal Assembly School</a>, Bokaro Steel City, Jharkhand<br />
Graduation : Currently pursuing B.Tech in Electronics and Communication Engineering from <a href="https://www.bitmesra.ac.in/">BIT Mesra.</a></b></p>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/skills1.png" alt="" /></div>
<div class="content">
<header>
<h3>Skills</h3>
</header>
<b>
<li>Web Development</li>
<li>Embedded Electronics</li>
<li>Coding in Python and Bash</li>
<li>Networking and Cyber Security</li>
</b>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/contact.png" alt="" /></div>
<div class="content">
<header>
<h3>Contact</h3>
</header>
<b>
<p>You can reach me from anywhere for collaborative works, teamming up for projects or for assistance. <br />Emai id : [email protected]<br />WhatsApp : 9973922722</p>
</b>
</div>
</div>
</div>
</div>
</section>
<!-- Elegant -->
<section id="four" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Favourite Quote</h2>
<p class="quote">Love what you do, or Do what you love<br>There's no third option</p>
</header>
<div>
</section>
<!-- form section -->
<section>
<div class="form-sec">
<h3>Your message to me!</h3>
<form id="form" target="_self" onsubmit="return postToGoogle();" action="" autocomplete="off">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)">
<input type="text" name="entry.604193914" id="nameField" value="" placeholder="Alias name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="text" name="entry.958220033" id="emailField" value="" placeholder="Email (optional)" />
</div>
<div class="12u$">
<textarea type="text" name="entry.549762741" id="textField" placeholder="Enter your message" rows="2"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send message" class="special" /></li>
</ul>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="connect"><h2>Social Connect</h2></div>
<ul class="icons">
<li><a href="https://www.facebook.com/vishalgorai.927" class="icon fa-facebook"></a></li>
<li><a href="https://twitter.com/_vishalgorai_" class="icon fa-twitter"></a></li>
<li><a href="https://www.instagram.com/_vishalgorai_/" class="icon fa-instagram"></a></li>
<li><a href="https://github.com/greyhatlinux" class="icon fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/vishalgorai/" class="icon fa-linkedin"></a></li>
<li><a href="https://medium.com/@vishalgorai" class="icon fa-medium"></a></li>
</ul>
<ul class="name">© managed by Vishal Gorai</ul>
</div>
</footer>
<script>
function postToGoogle() {
var field1 = $("#nameField").val();
var field2 = $("#emailField").val();
var field3 = $("#textField").val();
if(field1 == ""){
alert('Please Fill Your name');
document.getElementById("nameField").focus();
return false;
}
if(field3 == ""){
alert('Please put your message');
document.getElementById("textField").focus();
return false;
}
$.ajax({
url: "https://docs.google.com/forms/d/1ObG_UVyNhMhScqAB-fJ9clbFZj6cOvrDA2X5GhMufdM/formResponse?",
data: {"entry.604193914": field1, "entry.958220033": field2, "entry.549762741": field3},
type: "POST",
dataType: "xml",
success: function(d)
{
},
error: function(x, y, z)
{
$('.form-sec').hide();
alert('Thanks for your feedback!');
}
});
return false;
}
</script>
</body>
</html>