-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (204 loc) · 8.87 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
<!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">
<title>Nikhilesh Sarangpure</title>
</head>
<body>
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>N</span>ikhilesh <span>S</span>arangpure</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="#services" data-after="Service">Skills</a></li>
<li><a href="#projects" data-after="Projects">Experience</a></li>
<li><a href="#about" data-after="About">About</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>Nikhilesh <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Service Section -->
<section id="services">
<div class="services container">
<div class="service-top">
<h1 class="section-title">Sk<span>i</span>lls</h1>
<p>Skills are what makes you confident and independent in life and are essential for success. It might take determination and practice, but almost any skill can be learned or improved. Set yourself realistic expectations and goals, get organized and get learning.</p>
</div>
<div class="service-bottom">
<div class="service-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div>
<h2>Python</h2>
<p>Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development.</p>
</div>
<div class="service-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div>
<h2>Machine Learning</h2>
<p>Machine learning is a type of artificial intelligence that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. ML algorithms use historical data as input to predict new output values.</p>
</div>
<div class="service-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div>
<h2>Deep Learning</h2>
<p>Deep learning is a type of machine learning and artificial intelligence (AI) that imitates the way humans gain certain types of knowledge.Deep learning is an important element of data science, which includes statistics and predictive modeling.</p>
</div>
<div class="service-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/services.png" /></div>
<h2>Data Analysis</h2>
<p>Data Analysis is the process of systematically applying statistical and/or logical techniques to describe and illustrate, condense and recap, and evaluate data. It apply statistical analysis and technologies on data to find trends and solve problems.</p>
</div>
</div>
</div>
</section>
<!-- End Service 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">
<h1>Project</h1>
<h2>Thyroid Detection Project</h2>
<p> Thyroid Detection using Machine Learning is a project idea that aims a smart and precise way to predict thyroid disease. Here the machine is trained to detect whether the person normal, hyper-hypothyroidism based on the user’s input.</p>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project</h1>
<h2>Tata Stock Forcasting</h2>
<p>Tata Stock Forcasting using Deep Learning is a project for prediction of future price based on historical data by using Neural Networks.</p>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project</h1>
<h2>Heart Attack Risk Prediction</h2>
<p>Heart Attack Risk Prediction is a project based on Machine Learning to find whether the patient or person having future Heart Attack Risk or not using some related parameters. </p>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
<div class="project-item">
<div class="project-info">
<h1>Internship</h1>
<h2>The Spark Foundation</h2>
<h2>GHRCE CoE AI&ML</h2>
<h2>Microsoft Future Ready Talent</h2>
<h2>National Engineering Olympiad</h2>
</div>
<div class="project-img">
<img src="img-1.png" alt="img">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="my pic 2.o.jpeg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Data Science Student</h2>
<p>I'm a Data Science Student having knowledge of Python, Machine Learning, Deep Learning, Data Analysis and Programming skills. I have done projects based on machine learning and deep learning. I'm finding new opportunities to learn and use my skills. </p>
<a href="Resume.pdf" class="cta">Download Resume</a>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+919322981295</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>nikhilesh.sarangpure.ds@ghrce.raisoni.net</h2>
<h2>Sarangpurenikhilesh02@gmail.com</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>PL No.65, Behind Swaminaryan Mandir, Mahesh Nagar, Wathoda, Nagpur-440024</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>N</span>ikhilesh<span> S</span>arangpure</h1>
</div>
<h2>Social Media Platforms</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/nikhilesh.sarangpure.921/"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png" /></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/nikhilesh__8201/"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" /></a>
</div>
<div class="social-item">
<a href="https://www.linkedin.com/in/nikhilesh-sarangpure/"><img src="https://img.icons8.com/bubbles/2x/linkedin.png" /></a>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
</body>
</html>