-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (198 loc) · 7.55 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
<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Prateek Chand</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" />
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Home -->
<article id="home" class="wrapper style3">
<div class="container" style="text-align: left;">
<div class="row">
<div class="col-8 col-7-large col-12-medium">
<header>
<h1>Hey, I'm <strong>Prateek Chand</strong>.</h1>
</header>
<p> <strong>Passionate About Data Analytics and Machine Learning</storng></p>
<a href="#about" class="button large scrolly" style="display: inline-block;">More About Me</a>
</div>
</div>
</div>
</article>
<!-- About -->
<div style="height: 100px;"></div>
<div class="container" class="wrapper style1">
<!-- About Section -->
<article id="about">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/personal.jpeg" alt="" /></span>
</div>
<div class="col-8 col-5-large col-12-medium">
<header>
<h2 style="position: relative; right: -40%;">About Me</h2>
</header>
<p style="font-size: 19px">I'm an incoming Computer Science freshman at the University of Wisconsin - Madison. Having worked on diverse projects and conducted independent research into the interdisciplinary applications of Machine Learning, I am eager to apply this expertise to tackle pressing societal and environmental challenges that our community faces today.</p>
<a href="Files/CV.pdf" class="button small scrolly" download="Prateek_Chand_Resume" style="position: relative; right: -40%;"> Resume</a>
</div>
</div>
</article>
<!-- Spacer -->
<div style="height: 50px;"></div> <!-- Adjust the height as needed -->
<!-- Education Section -->
<article id="education">
<div class="row">
<div class="col-12">
<header>
<h2 style="position: relative; right: -43%;">Education</h2>
</header>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-content">
<h3>University of Wisconsin - Madison</h3>
<span>2024 - Present</span>
<p>Bachelor of Science in Computer Science</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h3>St.Xavier's College</h3>
<span>2020 - 2022</span>
<p>Cambridge International A Level (High School Diploma)</p>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Additional Spacer if Needed -->
<div style="height: 50px;"></div> <!-- Adjust the height as needed -->
</div>
<!-- Portfolio -->
<article id="portfolio" class="wrapper style3">
<div class="container">
<header>
<h2>My Recent Projects...</h2>
</header>
<div style="height: 50px;"></div>
<div class="row">
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/Exploratory-Data-Analysis" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/Facebook Prophet.jpeg" alt="" />
</div>
<h3>PM 2.5 Forecasting</h3>
<p>Pandas Sklearn Matplotlib Seaborn Numpy Statsmodels Open-Meteo Open Weather Facebook Prophet</p>
</article>
</a>
</div>
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/Traffic_Safety" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/traffic.png" alt="" />
</div>
<h3>Traffic Safety Visualization</h3>
<p style="font-size: 16px">Pandas Scipy Sklearn Matplotlib Seaborn Numpy</p>
</article>
</a>
</div>
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/fcc-google-collab-tensorflow" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/fcc_secondary_small.svg" alt="" />
</div>
<h3>Tensorflow Misc Projects</h3>
<p style="font-size: 16px">Pandas Sklearn Matplotlib Seaborn Numpy Tensorflow Keras Jupyter-Notebook</p>
</article>
</a>
</div>
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/EARLY-MARRIAGE" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/earlymarriage.jpeg" alt="" />
</div>
<h3>Early Marriage Tracker</h3>
<P style="font-size: 16px">Pandas Scipy Matplotlib Seaborn Numpy Jupyter-Notebook</P>
</article>
</a>
</div>
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/RentPredictionSystem" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/rent.jpeg" alt="" />
</div>
<h3>Rent Prediction System</h3>
<p>Pandas Sklearn Matplotlib Seaborn Numpy Jupyter-Notebook</p>
</article>
</a>
</div>
<div class="col-4 col-6-medium col-12-small">
<a href="https://github.com/Addechander/Titanic-Dataset" class="box-link">
<article class="box style2">
<div class="image featured">
<img src="images/titanic.jpeg" alt="" />
</div>
<h3>Titanic Data Set</h3>
<p>Pandas Tensorflow Matplotlib Numpy Jupyter-Notebook</p>
</article>
</a>
</div>
</div>
<!-- Contact -->
<div>
<article id="contact">
<footer>
<p>Feel Free To Reach Out @ <a href="mailto:prateekchand208l@gmail.com"> <strong class="float-link">prateekchand208@gmail.com</strong></a></p>
<a href="#home" class="button small scrolly"> Back To Top</a>
</footer>
<div class="col-12">
<hr />
<h3>Find me on ...</h3>
<ul class="social">
<li><a href="https://www.reddit.com/user/Mental-Frosting5750/" class="icon brands fa-reddit"><span class="label">reddit</span></a></li>
<li><a href="https://np.linkedin.com/in/prateek-chand-7b1b08247" class="icon brands fa-linkedin"><span class="label">Linked-In</span></a></li>
<li><a href="https://github.com/Addechander" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.researchgate.net/profile/Prateek-Chand" class="icon brands fa-researchgate"><span class="label">Research Gate</span></a></li>
</ul>
<hr />
</div>
<footer>
<ul id="copyright">
<li>© Prateek Chand. All rights reserved.</li>
</ul>
</footer>
</div>
</div>
</article>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>