-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
277 lines (244 loc) · 10.3 KB
/
index.html
File metadata and controls
277 lines (244 loc) · 10.3 KB
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE HTML>
<html>
<head>
<title>Swatej Patil | Web Developer, Cybersecutriy Enthusiast & CS Student</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link href="https://fonts.googleapis.com/css2?family=Rampart+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Knewave&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap" rel="stylesheet">
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1 id="me">Hi, <br />
I'm Swatej,
</h1>
<div id="svg" align="center">
<img src="https://readme-typing-svg.herokuapp.com?font=Knewave&color=F7F7F7&size=30¢er=true&vCenter=true&width=600&height=100&lines=Web+Developer;Graphics+Designer;Cybersecurity+Enthusiast;Computer+Science+Student" />
</div>
<p id="p">I am a self-motivated and ambitious Computer Science student from Nagpur.
I am now seeking advancement in my profession and am interested in pursuing a master's degree in data science and cyber-security.</p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Swatej</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">portfolio</a></li>
<!-- <li><a href="resume.html">Resume</a></li> -->
<!-- <li><a href="elements.html">Elements Reference</a></li> -->
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/swatej-patil-725001202/" class="icon brands fa-linkedin"><span
class="label">LinedIn</span></a></li>
<li><a href="https://github.com/SwatejPatil" class="icon brands fa-github"><span
class="label">GitHub</span></a></li>
<li><a href=" https://t.me/Agent_Of_Chaoss" class="icon brands fa-telegram"><span
class="label">Telegram</span></a></li>
<li><a href="https://swatejpatil007@gmail.com" class="icon fa-envelope"><span
class="label">Email</span></a>
</li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<span class="date">
<script> document.write(new Date().toLocaleDateString());</script>
</span>
<h2><a href="#ref">this is <br />
My portfolio</a></h2>
<p>A gallery of my recent projects, I have done them all, thanks to<br />
<a href="https://www.freecodecamp.org">FreeCodeCamp
</a> and other online resources.<br />
</p>
</header>
<!-- <a href="#" class="image main"><img src="images/pic01.jpg" alt="" /></a>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil" class="button large">See Project</a></li>
</ul> -->
</article>
<!-- Posts -->
<section class="posts">
<article>
<header id="ref">
<!-- <span class="date">April 24, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/Fake-News-Detection">Fake News Detection
<br />Machine Learning</a></h2>
</header>
<a href="https://github.com/SwatejPatil/Fake-News-Detection" class="image fit"><img
src="images/fake.PNG" alt="" /></a>
<p>This model helps to identify fake news using machine learning algorithms, in
this model we have used TF-IDF vectorizer to differentiate the news samples and then categorize
them into fake or real.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Fake-News-Detection" class="button">See Project</a>
</li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 22, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/Email-Spam-Detection">Email Spam<br />
Detection</a></h2>
</header>
<a href="https://github.com/SwatejPatil/Email-Spam-Detection" class="image fit"><img
src="images/spam.jpeg" alt="" /></a>
<p>This is an email spam classifier build using the Naive Bayes algorithm. I have used Sklearn
CountVectorizer to convert email text into a number matrix and then use Sklearn MultinomialNB
classifier to train our model.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Email-Spam-Detection" class="button">See Project</a>
</li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 7, 2017</span> -->
<h2><a href="https://swatejpatil.github.io/Simple-JavaScript-Calculator/"> Simple JavaScript
<br />
Calculator</a></h2>
</header>
<a href="https://swatejpatil.github.io/Simple-JavaScript-Calculator/" class="image fit"><img
src="images/ss.PNG" alt="" /></a>
<p> A calculator which is able to perform all arithmetic operations, built using
JavaScript, HTML5 and CSS3.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Simple-JavaScript-Calculator" class="button">See
Project</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 14, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/Space_Invader">Space Invader<br />
Game</a></h2>
</header>
<a href="https://github.com/SwatejPatil/Space_Invader" class="image fit"><img
src="images/spaceinvader.gif" alt="" /></a>
<p>Simple old school Space Invaders game using Pygame module.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Space_Invader" class="button">See Project</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 11, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/Online-Ice-Cream-Delivery-Website--CreamHeaven.com">Online
Ice Cream<br />
Delivery Website</a></h2>
</header>
<a href="https://github.com/SwatejPatil/Online-Ice-Cream-Delivery-Website--CreamHeaven.com"
class="image fit"><img src="images/icecream.gif" alt="" /></a>
<p>This is a fully responsive website icecream delivery website page made from HTML5 and CSS3</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Online-Ice-Cream-Delivery-Website--CreamHeaven.com"
class="button">See Project</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 7, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/TwoBallPong">Two Ball Pong<br />
Game</a></h2>
</header>
<a href="https://github.com/SwatejPatil/TwoBallPong" class="image fit"><img src="images/pong.gif"
alt="" /></a>
<p>This is a simple Pong game, I have just added another ball to make the
game more difficult.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/TwoBallPong" class="button">See Project</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 18, 2017</span> -->
<h2><a href="https://github.com/SwatejPatil/Vironica-AI-Age-of-Ultron">Veronica AI<br />
Age of ultron</a></h2>
</header>
<a href="https://github.com/SwatejPatil/Vironica-AI-Age-of-Ultron" class="image fit"><img
src="images/veronica.jpg" alt="" /></a>
<p>This is a desktop assistant bot that is operated on voice commands.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Vironica-AI-Age-of-Ultron" class="button">See
Project</a></li>
</ul>
</article>
<article>
<header>
<!-- <span class="date">April 7, 2017</span> -->
<h2><a href="https://swatejpatil.github.io/Simple-JavaScript-Clock/"> Simple JavaScript
<br />
Clock</a></h2>
</header>
<a href="https://swatejpatil.github.io/Simple-JavaScript-Clock/" class="image fit"><img
src="images/jsclock.PNG" alt="" /></a>
<p> This is a simple analog clock built using JavaScript, HTML5, and CSS3.</p>
<ul class="actions special">
<li><a href="https://github.com/SwatejPatil/Simple-JavaScript-Clock" class="button">See
Project</a></li>
</ul>
</article>
</section>
<!-- Footer -->
</div>
<!-- Footer -->
<footer id="footer">
<section class="split contact">
<section class="alt">
<h3>Address</h3>
<p>
Nagpur, Maharashtra</p>
</section>
<section>
<h3>Email</h3>
<p><a href="swatejpatil007@gmail.com">swatejpatil007@gmail.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/swatej-patil-725001202/"
class="icon brands fa-linkedin"><span class="label">LinedIn</span></a></li>
<li><a href="https://github.com/SwatejPatil" class="icon brands fa-github"><span
class="label">GitHub</span></a></li>
<li><a href=" https://t.me/Agent_Of_Chaoss" class="icon brands fa-telegram"><span
class="label">Telegram</span></a></li>
<li><a href="swatejpatil007@gmail.com" class="icon fa-envelope"><span
class="label">Email</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>© </li>
<li>Design: <a href="#">SwatejPatil</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>