Skip to content

Commit 74a0bd7

Browse files
committed
changed website urls
1 parent 4785e5d commit 74a0bd7

File tree

4 files changed

+140
-2
lines changed

4 files changed

+140
-2
lines changed
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Joseph Lavoie - Portfolio</title>
7-
<link rel="stylesheet" href="styles.css">
7+
<link rel="stylesheet" href="home.css">
88
</head>
99
<body>
1010
<header>
@@ -15,7 +15,7 @@
1515
<li><a href="#skills"><img src="../images/skills.png" alt="Skills Icon"> Skills</a></li>
1616
<li><a href="#education"><img src="../images/education.png" alt="Education Icon"> Education</a></li>
1717
<li><a href="#contact"><img src="../images/contact.png" alt="Contact Icon"> Contact</a></li>
18-
<li><a href="../files/Resume%20-%20Joseph%20Lavoie.pdf" download class="download-btn"><img src="../images/download.png" alt="Download Icon"> Download Resume</a></li>
18+
<li><a href="resume.html"><img src="../images/skills.png" alt="Contact Icon">Resume</a></li>
1919
</ul>
2020
</nav>
2121
</header>

assets/resume.css

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
line-height: 1.6;
4+
margin: 0;
5+
padding: 0;
6+
background-color: #f8f9fa;
7+
}
8+
9+
.container {
10+
max-width: 800px;
11+
margin: 20px auto;
12+
padding: 20px;
13+
background: white;
14+
border-radius: 8px;
15+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
16+
}
17+
18+
header {
19+
text-align: center;
20+
margin-bottom: 20px;
21+
}
22+
23+
header h1 {
24+
margin: 0;
25+
font-size: 2em;
26+
color: #333;
27+
}
28+
29+
header p {
30+
margin: 5px 0;
31+
color: #555;
32+
}
33+
34+
section {
35+
margin-bottom: 20px;
36+
}
37+
38+
section h2 {
39+
margin-bottom: 10px;
40+
color: #007bff;
41+
}
42+
43+
ul {
44+
margin: 0;
45+
padding-left: 20px;
46+
}
47+
48+
footer {
49+
text-align: center;
50+
margin-top: 20px;
51+
}
52+
53+
button {
54+
background-color: #007bff;
55+
color: white;
56+
border: none;
57+
padding: 10px 20px;
58+
border-radius: 5px;
59+
cursor: pointer;
60+
font-size: 1em;
61+
}
62+
63+
button:hover {
64+
background-color: #0056b3;
65+
}
66+

assets/resume.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Joseph JP Lavoie</title>
7+
<link rel="stylesheet" href="resume.css">
8+
</head>
9+
<body>
10+
<div class="container">
11+
<header>
12+
<h1>Joseph JP Lavoie</h1>
13+
<p>Fredericton, New Brunswick, Canada</p>
14+
<p>Email: <a href="mailto:[email protected]">[email protected]</a> | Phone: (319) 280-2100</p>
15+
<p>
16+
GitHub: <a href="https://github.com/Code-JL" target="_blank">github.com/Code-JL</a> |
17+
LinkedIn: <a href="https://linkedin.com/in/joseph-lavoie-803470260/" target="_blank">linkedin.com/in/joseph-lavoie</a>
18+
</p>
19+
</header>
20+
21+
<section>
22+
<h2>Professional Summary</h2>
23+
<p>
24+
Aspiring Software Developer with a strong foundation in computer science, a 3.63 GPA, and proven success in coursework such as Algorithms and Systems Software. Proficient in Python, C++, and Java, with hands-on experience developing web applications and solving complex problems through GitHub projects. Passionate about creating innovative solutions and driving continuous improvement in software design and development.
25+
</p>
26+
</section>
27+
28+
<section>
29+
<h2>Experience</h2>
30+
<ul>
31+
<li>GitHub Projects (<a href="https://github.com/Code-JL" target="_blank">github.com/Code-JL</a>)</li>
32+
<ul>
33+
<li>Designed a bioinformatics tool to analyze genetic data using Python.</li>
34+
<li>Built a personal portfolio site using HTML, CSS, and JavaScript.</li>
35+
</ul>
36+
</ul>
37+
</section>
38+
39+
<section>
40+
<h2>Relevant Skills</h2>
41+
<p><strong>Programming Languages:</strong> Python, C++, Java, C#, HTML & CSS</p>
42+
<p><strong>Software Development:</strong> Object-Oriented Programming, Systems Design, Algorithms</p>
43+
<p><strong>Other Skills:</strong> Communication, Problem Solving, Teamwork, Critical Thinking</p>
44+
</section>
45+
46+
<section>
47+
<h2>Education</h2>
48+
<p><strong>St. Francis Xavier High School, Edmonton</strong> — High School Diploma</p>
49+
<p>January 2019 - June 2021, Edmonton, Alberta</p>
50+
<p><strong>Cornell College, Mount Vernon</strong> — GPA: 3.63</p>
51+
<p>August 2021 - May 2024, Mount Vernon, Iowa</p>
52+
<p>
53+
Relevant classes and grades: Foundations to Computer Science: A | Discrete Mathematics: A | Object-Oriented Programming: A | Computer Organization: A | Algorithms & Data Structures: A | Applications For The Web: A- | Systems Software: A- | Programming Language Concepts: A | Bioinformatics: B
54+
</p>
55+
</section>
56+
57+
<section>
58+
<h2>Reference</h2>
59+
<p><strong>Leon Tabak</strong> — Professor of Computer Science at Cornell College, <a href="mailto:[email protected]">[email protected]</a></p>
60+
</section>
61+
62+
<section>
63+
<h2>About Me</h2>
64+
<p>Passionate coder with a love for problem-solving and continuous learning. Active in sports and personal fitness, fostering teamwork and discipline.</p>
65+
</section>
66+
67+
<footer>
68+
<a href="../files/Resume%20-%20Joseph%20Lavoie.pdf" download class="download-btn"><img src="../images/download.png" alt="Download Icon"> Download Resume!</a>
69+
</footer>
70+
</div>
71+
</body>
72+
</html>

0 commit comments

Comments
 (0)