-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (180 loc) · 8.24 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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Archivo|Poppins">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="images/logo16x.png" type="image/png" sizes="16x16">
<title> Home - Shreyan Das </title>
</head>
<body>
<!-- LANDING PAGE -->
<div class="header">
<div class="header content">
<p>Hi, there! I'm </p>
<h1 class = "display" style="font-size:90px">Shreyan Das</h1>
<p>An ML enthusiast. A devout follower of all-things-tech. A Software Engineer in the making.</p>
</div>
<div class="container">
<a href="#about"><div class="arrow"> </div></a>
</div>
</div>
<!-- NAVIGATION MENU -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="pages/about.html">About</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
<!-- ABOUT ME -->
<div class="strip-a" id="about">
<div class="clearfix">
<h1>About Me</h1>
<img src="images/profile-pic.png" style="float: right; width: 25%; border-radius: 8px; margin: 0px 20px;">
<p>An astute learner with a flair for programming, an articulate person whose expressions (whether written or spoken) are always clear and concise, and unflichingly dedicated - I am a student of B. Tech (CSE) pursuing the 3rd year of graduation from Amity University. My core specialities include scripting in Python, Machine Learning and Data Science, however I have dabbled in a bit of Android App Development (with Java), and Web Development (HTML, CSS, and JS). </p>
<p>I am a fun-loving, outgoing person, who loves to get to know new people. Always a voracious reader, my love for speaking and writing were only to be expected! I am both a dweeb and a weeb, so I can often be found snuggled up in bed binging series, munching on chips, and getting fat - it's my natural habitat (:-P). I hope some day I can realise my dream and effectuate my wanderlust. <a href="#"> Read More ... </a></p>
<p style="text-align: right"></p>
</div>
</div>
<!-- QUOTE OF SWAMI VIVEKANANDA -->
<div class="strip-b">
<span style="color: #606060; font-family: 'Archivo',sans-serif; font-size: 72px;">“</span>
<span style="color: white; font-family: 'Archivo',sans-serif; font-size: 60px; font-style: italic;">Arise, awake and stop not until the goal is reached.</span>
<span style="color: #606060; font-family: 'Archivo',sans-serif; font-size: 72px;">”</span>
<p style="color: #E0CA3C;"> - Swami Vivekananda </p>
</div>
<!-- WORK -->
<div class="strip-a" id="work">
<h1>Featured Work</h1>
<p>I have worked on the following project. Just click on any project that interests you to read more about it.</p>
<p><a href="#">See all ... </a></p>
<div class="full-strip">
<div class="card">
<a href="#" style="color: inherit; text-decoration: inherit;">
<div class="clearfix">
<img src="images/VPA.jpg">
<div style="padding: 15px;">
<h2>Virtual Personal Assistants</h2>
<p>Wrote a Term Paper on Role of Machine Learning in Virtual Personal Assistants</p>
</div>
</div>
</a>
</div>
<div class="card">
<a href="index.html" style="color: inherit; text-decoration: inherit;">
<div class="clearfix">
<img src="images/web-design.jpg">
<div style="padding: 15px;">
<h2>Web Development</h2>
<p>Designed a personal portfolio web page from a scratch.</p>
</div>
</div>
</a>
</div>
<div class="card">
<a href="#" style="color: inherit; text-decoration: inherit;">
<div class="clearfix">
<img src="images/1.jpg">
<div style="padding: 15px;">
<h2>Sentiment Analysis</h2>
<p>Built a full, working project titled 'Use of Machine Learning to interpret Movie Reviews based on Sentiment Analysis'.</p>
</div>
</div>
</a>
</div>
<div class="card">
<a href="#" style="color: inherit; text-decoration: inherit;">
<div class="clearfix">
<img src="images/spam-filter.jpg">
<div style="padding: 15px;">
<h2>Spam Detection</h2>
<p>Trained a Machine Learning model to correctly classify e-mail messages as spam or non-spam.</p>
</div>
</div>
</a>
</div>
<div class="card">
<a href="#" style="color: inherit; text-decoration: inherit;">
<div class="clearfix">
<img src="images/scraper.png">
<div style="padding: 15px;">
<h2>Web Scraper</h2>
<p>Created an automation script that scraped the Flipkart website, extracted the data and read the data into a CSV file.</p>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- KEY SKILLS -->
<div class="strip-b">
<h1 style="text-align: center;">Key Skills</h1>
<div class="clearfix">
<div class="gallery">
<a target="_blank" href="images\skills\python.png">
<img src="images\skills\python.png" alt="Python" width="400" height="400" title="Python">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\js.png">
<img src="images\skills\js.png" alt="JavaScript" width="400" height="400" title="JavaScript">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\sklearn.png">
<img src="images\skills\sklearn.png" alt="Sci-kit Learn" width="400" height="400" title="Sci-kit Learn">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\java.png">
<img src="images\skills\java.png" alt="Java" width="400" height="400" title="Java">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\cpp.png">
<img src="images\skills\cpp.png" alt="C++" width="400" height="400" title="C++">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\html.png">
<img src="images\skills\html.png" alt="HTML" width="400" height="400" title="HTML">
</a>
</div>
<div class="gallery">
<a target="_blank" href="images\skills\css.png">
<img src="images\skills\css.png" alt="CSS" width="400" height="400" title="CSS">
</a>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="strip-a">
<h1>Connect with me!</h1>
<p>Find me on the following by just clicking on the links!</p>
<div class="gallery" style="height: 30px; margin: 0px 15px">
<a target="_blank" href="https://www.facebook.com/shreyan.das.9">
<img src="images\social-media\001-facebook.png" alt="FB" width="400" height="400" title="Facebook">
</a>
</div>
<div class="gallery" style="height: 30px; margin: 0px 15px;">
<a target="_blank" href="https://www.linkedin.com/in/shreyan-das-b2ab571bb/">
<img src="images\social-media\010-linkedin.png" alt="in" width="400" height="400" title="LinkedIn">
</a>
</div>
<div class="gallery" style="height: 30px; margin: 0px 15px;">
<a target="_blank" href="https://www.instagram.com/shreyan.das.2034/">
<img src="images\social-media\011-instagram.png" alt="IG" width="400" height="400" title="Instagram">
</a>
</div>
<div class="gallery" style="height: 30px; margin: 0px 15px;">
<a target="_blank" href="https://www.reddit.com/user/Shreyan2034">
<img src="images\social-media\015-reddit.png" alt="r\" width="400" height="400" title="Reddit">
</a>
</div>
<div class="gallery" style="height: 30px; margin: 0px 15px;">
<a target="_blank" href="https://github.com/sdspot2034">
<img src="images\social-media\github.png" alt="GH" width="400" height="400" title="GitHub">
</a>
</div>
<div> <br> <br> <p style="font-size: 10px; color: #aaaaaa; margin-top: -10px;"> Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik" style="color: inherit">Freepik</a>from <a href="https://www.flaticon.com/" title="Flaticon" style="color: inherit">www.flaticon.com</a></p></div>
</div>
</body>