-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (203 loc) · 7.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<title>Portfolio</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>S</span>andeep <span>C</span>haubey</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#projects" data-after="Projects">Projects</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1 class="myname">Sandeep Chaubey<span></span></h1>
<a href="#contact" type="button" class="cta">Contact Me</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="User_image.gif" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Full Stack Web Developer</h2>
<p>Hi, My name is Sandeep Chaubey . I am pursuing B.tech in Chemical engineering from IIT Varanasi. I am an enthusiast and determined student also an
independent and self-motivated student with proven ability and experienced in developing Web Development
projects with HTML, CSS, JavaScript and React ....I possess the quality of a learner and always ready to learn new
technologies.</p>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h2>Waste Segregation using CNN</h2>
<p>
a project conducted under the supervision of durga prasad from IIT BHU faculty.
This Exploratory project application can classify waste with different waste materials and it will show you the details of
that particular waste material using the VGG16 Transfer learning technique.
Trained this model using 5000+ images till 32 epochs and finally achieved an accuracy of 60%.
Exposures: Tensorflow and keras .
</p>
</div>
<div class="project-img">
<img src="Waste_Images.jfif" alt="img">
</div>
</div>
<br>
</div>
<div class="project-item">
<div class="project-info">
<h1>Stock Market Prediction using NLP</h1>
<p>In this project, I build an ML Model helpful in predicting the movement of a stock by considering the reviews of brokers
towards the market and at the same time also considering the news associated with the desired stock.
Exposures - Natural language processing and Naive's Bayes classifier</p>
</div>
<div class="project-img">
<img src="Stock_Market.jfif" alt="img">
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Sandeep Chaubey</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Rohtas</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message Me</div>
<form name="submit-to-google-sheet" action="#" id="frmSubmit">
<div class="fields">
<div class="field name">
<input type="text" name="Name" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" name="Email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" name="Subject" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" name="Message" placeholder="Message" required></textarea>
</div>
<div class="button-area">
<button type="submit" id="btnSubmit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<!-- <div class="brand">
<h1><span>S</span>andeep <span>C</span>haubey</h1>
</div> -->
<h2>Connect With Me On</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://github.com/perfectdash" target="_blank"><img
src="https://img.icons8.com/bubbles/100/000000/github.png" /></a>
</div>
<div class="social-item">
<a href="https://www.linkedin.com/in/sandeep-chaubey-66aa3b226/" target="_blank"><img
src="https://img.icons8.com/bubbles/100/000000/linkedin.png" /></a>
</div>
</div>
</div>
</section>
<!-- End Footer -->
<script src="script.js"></script>
<script>
jQuery('#frmSubmit').on('submit', function (e) {
e.preventDefault();
alert('Thanks for contacting.');
jQuery.ajax({
url: 'https://script.google.com/macros/s/AKfycbzJssh1A4IXpzj0BbGLRIUc42ytv-lyx4ngAIA5F0X-Wd_YoIw5JBT7642ZwrZlXAm4ug/exec',
type: 'post',
data: jQuery('#frmSubmit').serialize(),
success: function (result) {
console.log(result);
}
});
});
</script>
</body>
</html>