-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
214 lines (196 loc) · 12.7 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>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Portfolio</title>
<meta name="description" content="Nikesh Purohit Portfolio">
<meta name="author" content="Nikesh Purohit">
<!-- Open Graph Propeties
----------------------------------------------------->
<meta property="og:title" content="Nikesh Purohit" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nikeshpuroh.it/" />
<meta property="og:image" content="images/favicon.png" />
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/npw.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<section></section>
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<h1>Nikesh Purohit</h1>
<h4>Young UK-based full stack software developer<!--, among <a href="#" class="link-no-underline">other things</a>--></h4>
<a href="https://github.com/nikeshpurohit"><img src="images/sm-icon-github.png", class="no-left-padding no-right-padding sm-icon" alt="GitHub"/></a>
<a href="https://www.linkedin.com/in/nikesh-purohit-7270b5175"><img src="images/sm-icon-linkedin.png", class="no-right-padding sm-icon", alt="LinkedIn"/></a>
<a href="mailto:hello@nikeshpuroh.it"><img src="images/sm-icon-email.png", class="no-right-padding sm-icon" alt="Email"/></a>
<a class="sm-link mobile-hide" style="padding-top:12px; color:black;">hello@nikeshpuroh.it</a>
</div>
<div class="one-half column", style="margin-top: 25%">
<!--<h2>Profile</h2>--->
<!--<div class="text-card">-->
<ul>
<li>Software Development</li>
<li>IT, Hardware and Networking</li>
<li>Artificial Intelligence, Intelligent Systems & BioComputation</li>
<li>Wide range of programming languages</li>
<li>Data Structure and Algorithm Design</li>
<li>MATLAB onRAMP Certified</li>
</ul>
<!--</div>-->
</div>
</div>
<div class="row">
<div class="container u-full-width u-max-full-width">
<br /><br />
<h2>Skills</h2>
<section class="center-justify">
<div class="skill">Agile Development</div>
<div class="skill">C</div>
<div class="skill">C++</div>
<div class="skill">Java/FX/EE</div>
<div class="skill">Python</div>
<div class="skill">HTML & CSS</div>
<div class="skill">MATLAB</div>
<div class="skill">UX/UI Development</div>
<div class="skill">Linux</div>
<div class="skill">Bash</div>
<div class="skill">GIT</div>
<div class="skill">UML</div>
<div class="skill">Artificial Intelligence</div>
<div class="skill">S.O.L.I.D</div>
<div class="skill">JavaScript</div>
<div class="skill">Web Hosting</div>
<div class="skill">Cloud Computing</div>
<div class="skill">Node.JS</div>
<div class="skill">Computer Hardware</div>
<div class="skill">SQL</div>
<div class="skill">Electron</div>
<div class="skill">Apache</div>
<div class="skill">Docker</div>
<div class="skill">Genetic Algorithms</div>
</section>
<br><br>
<h2>Projects</h2>
<section class="section-grid">
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-ga.gif);"></div>
<a href="#" class="project-card-title" target="_blank">Bio-Computation GA</a>
<div class="project-card-content">
<div class="project-card-date">November 2019</div>
<div class="project-card-description">
<div>
Find solutions and patterns within complex datasets utilising this written-from-scratch Genetic Algorithm designed to work with
binary and floating point search spaces. Work with a wide range of problems, using choices of selection methods, use of wildcards, and
the use of GA parameters such as crossover and mutation rate to optimize computation time and solution quality.
The source repository contains two versions, one for floating point problem spaces and one for binary.<br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/BioComp-Assignment">GitHub here</a></div>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-xyz.gif);"></div>
<a href="#" class="project-card-title" target="_blank">XYZ Drivers' Association</a>
<div class="project-card-content">
<div class="project-card-date">November 2019</div>
<div class="project-card-description">
<div>
Let users manage their car insurance with this full-stack solution, a web application created using HTML/CSS, Java EE & mySQL with a
GlassFish server backend. This web application uses Google Maps API and PayPal RESTful API using the Braintree library in order to ease
registration and facillitate payments.<br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/XYZ">GitHub here</a></div>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-tRAYce.png);"></div>
<a href="#" class="project-card-title" target="_blank">tRAYce: Simple Raytracing</a>
<div class="project-card-content">
<div class="project-card-date">June 2019</div>
<div class="project-card-description">
<div>
RTX: On! With this ray-tracing 3D renderer, written in C++ using standard libraries.
Raytracing is the future of 3D rendering, simulating rays of light and tracking how they reflect from a surface yields more
realistic results in contrast to the traditional approach of using polygon tesselation and pixel shading.<br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/tRAYce">GitHub here</a></div>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-portfolio.png);"></div>
<a href="https://github.com/users/nikeshpurohit/projects/1" class="project-card-title" target="_blank">This Portfolio</a>
<div class="project-card-content">
<div class="project-card-date">May 2019</div>
<div class="project-card-description">
<div>
Show off your projects to anyone on this single-page portfolio, a responsive website built from the ground up using HTML, CSS and JavaScript.
Designed for speed, readability and compatibility.<br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/portfolio-website">GitHub here</a></div>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-pingpongscoresheet.png);"></div>
<a href="#" class="project-card-title" target="_blank">Ping Pong Scoresheet</a>
<div class="project-card-content">
<div class="project-card-date">February 2018</div>
<div class="project-card-description">
<div>
Scorekeeping on paper is a thing of the past, thanks to this table tennis scorekeeping system written in Java using JavaFX with an object-oriented design. <br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/PingPongScoresheet">GitHub here</a></div>
</div>
</div>
</div>
</div>
<div class="project-card">
<div class="project-card-image" style="background-image: url(images/thumb-project-quizzel.png);"></div>
<a href="https://github.com/nikeshpurohit/quizzel " class="project-card-title" target="_blank">Quizzel</a>
<div class="project-card-content">
<div class="project-card-date">May 2017</div>
<div class="project-card-description">
<div>
Test your students with Quizzel, a revision quiz system created for Beauchamp College written in Python using SQLite and Tkinter. <br>
<div id="note">The source code repository is available on <a href="https://github.com/nikeshpurohit/quizzel">GitHub here</a></div>
</div>
</div>
</div>
</div>
</section>
<section>
<br /><br />
<h2>Education</h2>
<ul>
<li><b>BSc(Hons):</b> Computer Science @ <a href="https://uwe.ac.uk">UWE Bristol</a></li>
<li><b>A-Level:</b> Physics, Maths, Computing & Business Studies</li>
<li><b>GCSE:</b> Triple Science (Chemistry, Biology and Physics), Music Technology, IT & French</li>
</ul>
<br /><br />
</section>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>