Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 2, 2024
0 parents commit c053fd5
Show file tree
Hide file tree
Showing 13 changed files with 285 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/bundle.js.map

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions education.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"school": "University of Windsor",
"degree": "Bachelors of Computer Science (Honours)",
"duration": "September 2019 - October 2023",
"points": [
{
"text": "<b>97.40%</b> Major Average, <b>97.25%</b> Cumulative Average"
},
{
"text": "Recipient of the President's Scholarship, Eleanor Catherine Wallace Memorial Scholarship, and Foresters Scholarship"
}
]
},
{
"school": "Business Career College",
"degree": "Life License Qualification Program (LLQP)",
"duration": "August 2023 - October 2023",
"points": [
{
"text": "Completed the LLQP program to obtain my Ontario Life Insurance and Accident & Sickness Insurance licenses"
}
]
}
]
72 changes: 72 additions & 0 deletions experience.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"title": "Software Engineer Intern",
"company": "Publicis Sapient",
"time": "June 2022 - August 2022",
"location": "Toronto, ON",
"points": [
{
"text": "Created and deployed a <b>GraphQL</b> API using <b>Java, Spring Boot, and PostgreSQL</b> for a personal budgeting mobile app."
},
{
"text": "Used <b>GitHub Actions</b> to set up automated <b>CI/CD</b> workflows."
}
]
},
{
"title": "Software Developer Intern",
"company": "Assent Inc.",
"time": "January 2022 - April 2022",
"location": "Ottawa, ON",
"points": [
{
"text": "Used <b>Angular and SCSS</b> to create and update front-end components, adhering to strict styling standards."
},
{
"text": "Used <b>C# and .NET Core</b> to create API endpoints, unit tests, component tests, and integration tests."
}
]
},
{
"title": "Software Developer Intern",
"company": "Green Shield Canada",
"time": "May 2021 - August 2021",
"location": "Windsor, ON",
"points": [
{
"text": "Used <b>Oracle PL/SQL</b> to create Data Reports and Extracts"
}
]
},
{
"title": "Research Software Developer",
"company": "University of Windsor",
"time": "June 2020 - April 2023",
"location": "Windsor, ON",
"points": [
{
"text": "Developed a <b>web application</b> for the analysis and presentation of experimental SAS data"
},
{
"text": "Achieved <b>100X faster compute time</b> of select elements"
},
{
"text": "Using <b>Flask, Bootstrap, NumPy, SciPy, and Matplotlib</b>"
}
]
},
{
"title": "Teaching Assistant",
"company": "University of Windsor",
"time": "September 2020 - June 2023",
"location": "Windsor, ON",
"points": [
{
"text": "Responsible for lab instruction, marking, and holding office hours for <b>4 core undergraduate courses</b>"
},
{
"text": "<b>Built and deployed a web application</b> that grades assignments</b>"
}
]
}
]
14 changes: 14 additions & 0 deletions extracurricular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"title": "President | Computer Science Society",
"description": "Led a team of 20 volunteers to create applications, organize events, and represent over 900 undergraduate students (2021-2023)"
},
{
"title": "Co-Founder and Technical Lead | WinHacks",
"description": "MLH Hackathon (winhacks.ca) (2020-2022)"
},
{
"title": "Co-Founder and Technical Lead | BorderHacks",
"description": "MLH Hackathon (borderhacks.com) (2020-2021)"
}
]
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
html, body {
margin: 0;
padding: 0;
position: relative;
}

body {
color: #000;
margin: 0.25in 0.5in;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h1 {
margin: 0;
padding: 0;
}

hr {
border-top: solid 4px #000 !important;
margin: 4px;
}

a{
text-decoration: none;
color: #000;
}

h3.primary-heading {
font-size: 16px;
font-weight: 400;
margin: 5px 0px;
}

h4.secondary-heading {
font-size: 14px;
font-weight: 600;
margin: 5px 0px;
}

.icon-row{
display: flex;
justify-content: space-between;
}

.icon-row > span{
font-size: 12px;
padding-right: 20px;
}

.point-text {
font-size: 12px;
}

.dotted-separator {
border:none;
border-top: 1px dashed #888;
margin: 10px 0px;
}

i {
margin-right: 3px;
}

ul {
padding-left: 0;
margin: 5px 0px;
list-style-type: none;
}

.tiny-adjust{
margin-top: 3px;
}
8 changes: 8 additions & 0 deletions header.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Jeremie Bornais",
"email": "[email protected]",
"phone": "(226) 350-2944",
"website": "jeremie.bornais.ca",
"github": "jere-mie",
"linkedin": "jeremie-bornais"
}
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>

<title>Bornais_Jeremie_Resume</title>

<link rel='icon' type='image/png' href='https://f.m.bornais.ca/logo.png'>
<link rel='stylesheet' href='./global.css'>
<link rel='stylesheet' href='./build/bundle.css'>
<script src="https://kit.fontawesome.com/22fc08ce26.js" crossorigin="anonymous"></script>
<script defer src='./build/bundle.js'></script>
</head>

<body>
</body>
</html>
47 changes: 47 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"title": "Automagic Websites",
"link": "https://github.com/jere-mie/automagic-websites",
"points": [
{
"text": "Full stack web application featuring <b>user authentication</b>"
},
{
"text": "Allows users to <b>create, host, and export</b> their own personal website"
},
{
"text": "Made with <b>Python, Flask, SQLAlchemy, Bootstrap</b>"
}
]
},
{
"title": "UWindsor API",
"link": "https://github.com/jere-mie/uwindsor-api",
"points": [
{
"text": "<b>REST API</b> created to enable developers to create applications for the UWindsor community"
},
{
"text": "Serves course, staff and building data related to the University of Windsor"
},
{
"text": "Made with <b>Go, Gin, and SQLX</b>"
}
]
},
{
"title": "Easy-MASM",
"link": "https://github.com/jere-mie/easy-masm",
"points": [
{
"text": "Automated system for assembling, linking, and executing <b>MASM32</b> programs"
},
{
"text": "Used by over <b>500 students</b>"
},
{
"text": "Made with <b>Docker, bash and batch</b>"
}
]
}
]
18 changes: 18 additions & 0 deletions skills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"type": "PROGRAMMING",
"list": "Python, JavaScript, Go, Java, C#, HTML, CSS, SCSS, C++, SQL, C, Ruby"
},
{
"type": "FRAMEWORKS",
"list": "Flask, React Native, Svelte, Angular, React.js, Gin, .NET Core, Spring Boot, Bootstrap, Ruby on Rails"
},
{
"type": "TECHNOLOGIES",
"list": "Git, Linux, Docker, Caddy Server, GraphQL, REST API, OAuth2, CI/CD, GitHub Actions"
},
{
"type": "CLOUD",
"list": "Google Cloud Platform, Microsoft Azure, DigitalOcean, Heroku"
}
]
3 changes: 3 additions & 0 deletions text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"text":"Bachelors of Computer Science (Honours), University of Windsor, September 2019 - October 2023, 97.25% GPA"
}

0 comments on commit c053fd5

Please sign in to comment.