-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (108 loc) · 9.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jon Pillay</title>
<link href="styles.css" rel="stylesheet">
</head>
<body>
<div class="container" id="web-container">
<div class="web-header">
<div>
<img class="web-head" src="images/profile.jpg">
</div>
<div class="web-bio">
<div class="info-box">
<text class="name">Jon Pillay</text>
<div class="info-rows">
<div class="info-col">
<div>📧 <a href="mailto:[email protected]">[email protected]</a></div>
<div><a href="https://github.com/jonpillay" target="_blank" rel="noopener noreferrer"><img class="github-icon" src="images/GitHub_Logo.png" alt="Nope"></a></div>
<div><a href="https://www.instagram.com/jonpillay/" target="_blank" rel="noopener noreferrer"><img class="insta-icon" src="images/insta_logo.png" alt="missing"></a></div>
</div>
<div class="info-col">
<div>🖼️ CV PDF <a href="https://frooglebucket.s3.eu-west-2.amazonaws.com/static/auctions/downloads/Pillay_J_CV.pdf" target="_blank" rel="noopener noreferrer" download><img class="pdf-icon" src="images/PDF_file_.png"></a></div>
<div><a href="https://www.linkedin.com/in/jonpillay/" target="_blank" rel="noopener noreferrer"><img class="li-icon" src="images/LI-In-Bug.png" alt="missing"></a></div>
<div class="location-text">🏠 London</div>
</div>
</div>
</div>
<div class="landing-box">
<text class="landing-text">Welcome to my portfolio! Please take a look around. Below are some examples of my most recent code covering Python, Django, HTML, CSS and JavaScript, and there's a bit about me and my professional history.
I've just deployed my first web app on AWS using Docker and I'm now strengthening my JavaScript and learning React with the plan of building an optimisation web app for crafting and inventory management in a popular space
exploration simulator. I feel at the right point to apply and build upon my skills in a professional role and I am excited about the prospect. It would be great to talk about any opportunities you have or to get some feedback, you can contact me by any of the ways listed.
</text>
</div>
<div class="icon-cont">
<div class="froogle-link">
<a>Check out my Django web app</a><strong><span class='title'><span id="g-blue"> F</span><span id="g-red">r</span><span id="g-yellow">o</span><span id="g-green">o</span><span id="g-blue">g</span><span id="g-red">l</span><span id="g-yellow">e </span></strong><a href="http://frooglelb-1233891907.eu-west-2.elb.amazonaws.com/" target="_blank" rel="noopener noreferrer">here</a>!
</div>
</div>
</div>
<div class="header-skills">
<text class="skills-title">Skills</text>
<text class="skills-content">Python, Django, HTML, CSS, JavaScript, GiT, AWS, Docker, Data-Science/Statistics, Jupyter Notebook, Excel, Adobe Suites, Research (Social Sciences MSc Graduate), Lots of Professional Experience, Thrives in a Team, Excellent Communicator</text>
</div>
</div>
<div class="web-body">
<div class="about-me-cont">
<h1 class="body-title">👋 About Me</h1>
<div>
<div class="body-bio"><p>I have a background in the social sciences, with a Politics and Economics BSc and an MSc in International Politics.</p>
<p>During my master's degree I studied code and its ever growing effect upon all aspects of our lives, its transformtive potential becoming the driver for me learning computer science.
I’ve always enjoyed maths and problem solving and coding has come naturally. The continual problem solving and lateral thinking that is required to be a
good developer engages all my skills and I enjoy it - I am looking forward to developing myself and my career in the industry.</p>
<p>After completing me MSc my focus turned to caring for my father who passed during the pandemic. I've been methodical in my learning and have well developed and
<span style="font-style:italic;">usable</span> knowledge. It would be great for me to continue progressing along my path in a professional role within a team. I am incredibly eager to
apply myself to my next challenge and it would be great to talk about any opportunities that we could work on together.</p>
</div>
</div>
</div>
<div class="code-container">
<div>
<h1 class="body-title">🤓 The Code</h1>
<ul class="code-list">
<li>
<div>
<div class="code-title">💻 Introduction to Computer Science and Programming in Python // MiT OpenCourseWare 6.0001 <a href="https://github.com/jonpillay/6.0001" target="_blank" rel="noopener noreferrer" alt="missing"><img class="git-icon" src="images/GitHub-Mark-120px-plus.png"></a></div>
<div class="code-descipt">Covering the fundamentals of programming and computer science: best practice, OOP, computational
complexity and ‘Big O’ using Python.</div>
</div>
</li>
<li>
<div>
<div class="code-title">🧮 Computational Thinking and Data Science // MiT OpenCourseWare 6.0002 <a href="https://github.com/jonpillay/6.0002" target="_blank" rel="noopener noreferrer"><img class="git-icon" src="images/GitHub-Mark-120px-plus.png" alt="missing"></a></div>
<div class="code-descipt">Solving optimisation problems, stochastic thinking and simulations, and analysing experimental data,
with an introduction to machine learning. Using the matplotlib and NumPy throughout.</div>
</div>
</li>
<li>
<div class="code-listing">
<div class="code-title">🌍 Web Programming with Python and Javascript // Harvard OpenCourseWare CS50W <a href="https://github.com/jonpillay/cs50Commerce" target="_blank" rel="noopener noreferrer"><img class="git-icon" src="images/GitHub-Mark-120px-plus.png" alt="missing"></a></div>
<div class="code-descipt">Web programming centred around Django, HTML, Javascript, CSS, and SQL. Using Git and GitHub for version
control. Culminated in building a Django auctions web app which I have deployed on AWS Fargate using Docker and joined with an RDS database and S3 bucket. You can see it <a href="http://frooglelb-1233891907.eu-west-2.elb.amazonaws.com/" target="_blank" rel="noopener noreferrer">here</a> (optimised for desktop browsers).</div>
</div>
</li>
<li>
<div class="code-listing">
<div class="code-title">♾️ This Website <a href="https://github.com/jonpillay/portfolio" target="_blank" rel="noopener noreferrer"><img class="git-icon" src="images/GitHub-Mark-120px-plus.png"></a></div>
<div class="code-description">HTML and CSS for this static website.</div>
</div>
</li>
</ul>
</div>
<div class="about-me-cont">
<h1 class="body-title">📖 Background Summary</h1>
<div>
<div class="body-bio" id="summary">
Professional history working as a chef, in and leading, tight and well organised teams in high pressure, short deadline environments - I like the heat. I’ve worked as a data analyst for the ‘Solicitor Regulation Authority’ looking
into descrimination based on race with Prof. Gus John - I like numbers. I’ve worked as a student journalist and then led the team as the Editor-In-Chief - I'm a great communicator. I enjoy swimming, surfing, hiking, music, reading, computer
games, and growingly VR (random fact and geek confession: I used to dream about strapping CRTs to my face whilst my C64 loaded) - I'm a bit of a nerd.
</div>
<br>
<br>
</div>
</div>
</div>
</div>
</div>
</body>