forked from github/personal-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
340 lines (297 loc) · 18.9 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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52771679-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52771679-1');
</script>
<title>Kirollos Basta</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<!-- Meta Data -->
<meta name="theme-color" content=" #1b1f22">
<meta content="https://kironb.github.io/images/Shell%20STCH%20Picture%20Smaller2.jpg" property="og:image" />
<meta content="Kirollos Basta" property="og:title" />
<meta content="My personal website" property="og:description" />
<meta content="My personal website" name="description" />
<meta name="revisit-after" content="2 days">
<meta name="keywords" content="Kirollos, Basta, Github, Kironb">
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://kironb.github.io" />
<meta property="og:url" content="https://kironb.github.io" />
<meta property="og:site_name" content="Kirollos Basta" />
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="content">
<div class="inner">
<h1>Kirollos Basta</h1>
<p> Welcome to my personal website! </p>
<p> Feel free to check out my projects, resume, contact info and a bit about me from the below links!
</p>
</div>
</div>
<nav>
<ul>
<li><a href="#projects">Projects</a></li>
<li><a href="Resume_Kirollos_Basta.pdf" target="_blank">Resume</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="projects">
<h2 class="major">Projects</h2>
<p>Below are the projects I am most proud of! Click on their respective titles to go straight to the project's repository and see the code. Interested in finding more about my work and experience?
Check out my <a href="Resume_Kirollos_Basta.pdf" target="_blank">resume!</a></p>
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href="https://github.com/HackRU/lcs">
<svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img">
<path fill-rule="evenodd"
d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z" />
</svg> HackRU - LCS
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">
HackRU's core backend. HackRU is Rutgers hackathon that is hosted every fall and spring where hackers
compete to win prizes by creating innovative applications towards a set of goals. HackRU uses websites and mobile
apps to manage registration and announcements, mentorship and volunteer matching, and more!
LCS is the backend that manages the central authentication for the hackathon along with calendar and event posting,
forgot password logic, privilege logic, slack channel creation, and more. As lead of the project, I added features,
to support our first fully online hackathon, maintained older systems, and significantly improved the quality of the codebase.
</div>
</div>
<div class="d-flex f6">
</div>
</div>
</div>
</div>
<br></br>
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href="https://github.com/Kironb/Subreddit-Scanner">
<svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img">
<path fill-rule="evenodd"
d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z" />
</svg> Rutgers Bot
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">
A Discord bot for Rutgers Official Computer Science Discord Server. Discord is a chat service like Skype and Teams, supporting both text and calls
between users. Rutgers Computer Science Discord is a large server with thousands of active users. The Discord bot we created gives the ability to
moderate the server (ban and mute members) and provides useful utility services such as bus arrival times. It runs on a Linux virtual machine in
Google Cloud and is made in Python with the Discord.py library along with MongoDB Atlas for storage.
</div>
</div>
<div class="d-flex f6">
</div>
</div>
</div>
</div>
<br></br>
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href="https://github.com/Kironb/Subreddit-Scanner">
<svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img">
<path fill-rule="evenodd"
d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z" />
</svg> Subreddit-Scanner
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">
Scans a series of user-given subreddits in Python using Reddits praw API and displays a GUI to them using PyQt5's API.
Allows users to create multireddits with subreddits of their choice.
They can see these multireddits on their account and if they wish, back up their current subreddits
to one, mimic their current Reddit subscriptions to match one as well as save posts from them.
</div>
</div>
<div class="d-flex f6">
</div>
</div>
</div>
</div>
<br></br>
<div class="d-sm-flex flex-wrap gutter-condensed mb-4">
<div class="col-sm-6 col-md-12 col-lg-6 col-xl-4 mb-3">
<div class="github-component d-flex flex-column flex-justify-between height-full text-left box-shadow bg-white rounded-1 p-3">
<div>
<div class="d-flex flex-justify-between flex-items-start mb-1">
<h1 class="f4 lh-condensed mb-1">
<a href="https://github.com/Kironb/Kironb.github.io">
<svg height="20" class="octicon octicon-repo mr-1 v-align-middle" fill="#586069" aria-label="repo" viewBox="0 0 12 16" version="1.1" width="15" role="img">
<path fill-rule="evenodd"
d="M4 9H3V8h1v1zm0-3H3v1h1V6zm0-2H3v1h1V4zm0-2H3v1h1V2zm8-1v12c0 .55-.45 1-1 1H6v2l-1.5-1.5L3 16v-2H1c-.55 0-1-.45-1-1V1c0-.55.45-1 1-1h10c.55 0 1 .45 1 1zm-1 10H1v2h2v-1h3v1h5v-2zm0-10H2v9h9V1z" />
</svg> Personal Website
</a>
</h1>
</div>
<div class="text-gray mb-2 ws-normal">
With adjustments from HTML5 up's template, along with my knowledge of javascript, HTML, and CSS made this website!
The particles in the background are made using particles-js's library and are faded in with JQuery commands.
</div>
</div>
<div class="d-flex f6">
</div>
</div>
</div>
</div>
</article>
<!-- About -->
<article id="about">
<h2 class="major">About Me</h2>
<span class="image main"><img src="images/Shell STCH Picture Smaller2.jpg" alt="" /></span>
<p> I am a software engineer at Two Sigma! I work for Navigator, Two Sigma's first discretionary fund.
I provide fundamental statistics on trades such as profit and loss, variance, and exposures.
At the same time, I onboard new over-the-counter instruments this involves anything from
adding pricing for trade analysis to booking keeping for compliance.
Before Two Sigma, I worked at BlackRock both as a full-time employee and as an intern for their
trading core, quality engineering, and client reporting teams. For more information see my
<a href="Resume_Kirollos_Basta.pdf" target="_blank">resume!</a>.</p>
</p>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<form name="SendInfo">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" onclick="sendMail(document.SendInfo)" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li>
<a href="mailto:[email protected] class="tooltipped tooltipped-se" aria-label="[email protected]">
<img height='15' src="images/768px-High-contrast-mail-mark-unread.svg.png"> <span class="d-none"></span>
</a>
</li>
<li><a href="https://github.com/Kironb" class="icon brands fa-github"><span
class="label">GitHub</span></a></li>
<li>
<div class="mr-3 mb-3">
<a href="https://www.linkedin.com/in/kirollos-basta-203835128" class="tooltipped tooltipped-se" aria-label="LinkedIn: kirollos-basta-203835128">
<svg height="15" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 19 18">
<path
d="M3.94 2A2 2 0 1 1 2 0a2 2 0 0 1 1.94 2zM4 5.48H0V18h4zm6.32 0H6.34V18h3.94v-6.57c0-3.66 4.77-4 4.77 0V18H19v-7.93c0-6.17-7.06-5.94-8.72-2.91z"
fill="#959da5" /></svg><span class="d-none"></span>
</a>
</div>
</li>
<li>
<div class=" mb-3">
<a href="https://www.hackerrank.com/Knb93" class="tooltipped tooltipped-se" aria-label="HackerRank: Knb93">
<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" height="15" xml:space="preserve" viewBox="0 0 126 139">
<path xmlns="https://www.w3.org/2000/svg"
d="M125.9,62.4L125.9,62.4c-0.2-13-1.2-24.7-2.9-27.6c-1.4-2.4-8.5-7.5-17.3-13.1L82.1,8C73.2,3.3,65.7,0,63,0 c-3.3,0-14,5-25.4,11.4C28.9,16.2,19.8,21.7,13,26.3C7.8,29.9,3.9,33,2.9,34.8s-1.8,6.8-2.2,13.5l0,0c-0.6,8.4-0.8,19.3-0.6,29.3 c0.3,12.7,1.2,23.9,2.8,26.7C6.9,111.1,55.1,139,63,139c3.3,0,13.5-4.8,24.6-10.9c8.8-4.8,18.1-10.5,25.1-15.2l0,0 c5.4-3.7,9.3-6.8,10.4-8.6s1.8-6.7,2.2-13.2l0,0C125.9,82.9,126.1,72.2,125.9,62.4z M91.3,98.8l-9.7,8.8c-0.3,0.4-0.7,0.6-1.2,0.6 c-0.5,0-1-0.2-1.3-0.6L70,98.8c-0.7-0.4-0.9-1.3-0.5-2c0.3-0.5,0.8-0.7,1.3-0.7h2.6V76.4H52.7v21.7c0,0.8-0.7,1.5-1.5,1.5H39.6 c-0.8,0-1.5-0.7-1.5-1.5c0,0,0,0,0,0V42.9h-2.7c-0.8,0-1.5-0.7-1.5-1.5c0-0.5,0.3-1,0.7-1.3l9.7-8.8c0.3-0.4,0.7-0.6,1.2-0.6 c0.5,0,1,0.2,1.3,0.6l9.1,8.8c0.7,0.4,0.9,1.3,0.5,2c-0.3,0.5-0.8,0.7-1.3,0.7h-2.6v18.9h20.7v-21c0-0.8,0.7-1.5,1.5-1.5h11.6 c0.8,0,1.5,0.7,1.5,1.5c0,0,0,0,0,0v55.2h2.7c0.8,0,1.5,0.7,1.5,1.5C92,98.1,91.8,98.6,91.3,98.8z"
fill="#959DA5" />
</svg><span class="d-none"></span>
</a>
</div>
</li>
</ul>
</article>
<!-- Elements -->
<article id="elements">
<h2 class="major">Elements</h2>
<section>
<h4>Icons</h4>
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/Kironb" class="icon brands fa-github"><span
class="label">Github</span></a></li>
</ul>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions stacked">
<li><a href="#" class="button primary">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Kirollos Basta, Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- stats.js lib -->
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script>
particlesJS.load('particles-js',
'particles.json',
function() {
$('#particles-js').hide();
$('#particles-js').fadeIn(8500);
});
</script>
<Script Language=JavaScript>
function sendMail(isForm) {
isBody = "";
recipient = "[email protected]";
isSubject = "Hello from " + document.getElementById('name').value + ", my email is: " + document.getElementById('email').value;
isBody = document.getElementById('message').value;
window.open("mailto:" + recipient + "?subject=" + String(isSubject) + "&body=" + String(isBody) + " ");
}
</Script>
<script src="assets/js/jquery.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>