|
| 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