removing unnecessary div

This commit is contained in:
2025-11-25 23:10:32 +00:00
parent 87be9b8c48
commit f1caba16e9

View File

@@ -1,6 +1,5 @@
<template>
<main>
<div>
<RouterLink class="no-print" to="/">Home</RouterLink>
<div
@@ -22,18 +21,17 @@
<h2>Profile</h2>
<p>
Passionate about developing robust, efficient software with
a strong focus on maintainability, scalability, and
long-term performance. I take pride in my ability to perform
under pressure, adapt quickly, and contribute effectively in
Passionate about developing robust, efficient software with a
strong focus on maintainability, scalability, and long-term
performance. I take pride in my ability to perform under
pressure, adapt quickly, and contribute effectively in
collaborative, fast-paced environments.
</p>
<p>
My ideal role involves designing and building scalable
systems that balance creativity with problem-solving. I aim
to cultivate meaningful professional connections and
contribute to projects that deliver a clear altruistic
impact.
My ideal role involves designing and building scalable systems
that balance creativity with problem-solving. I aim to cultivate
meaningful professional connections and contribute to projects
that deliver a clear altruistic impact.
</p>
<h2>Education</h2>
@@ -67,13 +65,12 @@
Class Honours) </strong
><br />
<strong>Relevant Courses: </strong>
Procedural Programming, Object Oriented
Programming, Algorithms and Data Structures I &
II, Databases, Computer Processors, Compiler
Design and Construction, Formal Languages and
Finite Automata, Probability and Statistics I,
Machine Learning, Graph Algorithms & Complexity
Theory
Procedural Programming, Object Oriented Programming,
Algorithms and Data Structures I & II, Databases,
Computer Processors, Compiler Design and
Construction, Formal Languages and Finite Automata,
Probability and Statistics I, Machine Learning,
Graph Algorithms & Complexity Theory
</td>
</tr>
<tr>
@@ -114,11 +111,10 @@
<td>Wolfram Summer School</td>
<td>2024</td>
<td class="row-leftalign">
Designed and completed a time-constrained
research project exploring Mobile Automata and
conditions for computational reversibility.
Communicated findings through visualizations and
presentations.
Designed and completed a time-constrained research
project exploring Mobile Automata and conditions for
computational reversibility. Communicated findings
through visualizations and presentations.
</td>
</tr>
<tr>
@@ -127,8 +123,7 @@
<td>2022-2025</td>
<td class="row-leftalign">
Delivered heartfelt customer service in various
fast-paced, high-pressure hospitality
environments.
fast-paced, high-pressure hospitality environments.
</td>
</tr>
<tr>
@@ -136,9 +131,8 @@
<td>To The Rise Bakery</td>
<td>Summer 2022</td>
<td class="row-leftalign">
Prepared coffee, served customers, presented
goods, cleaned bakery equipment, and made
toasties.
Prepared coffee, served customers, presented goods,
cleaned bakery equipment, and made toasties.
</td>
</tr>
<tr>
@@ -147,8 +141,8 @@
<td>Summer 2020</td>
<td class="row-leftalign">
Managed bookings, allocated tables, handled
complaints, ran food and drinks, and maintained
BOH cleanliness.
complaints, ran food and drinks, and maintained BOH
cleanliness.
</td>
</tr>
</tbody>
@@ -179,11 +173,11 @@
<td>Mathematica, JS, Logic, Analysis</td>
<td>2024</td>
<td class="row-leftalign">
Designed experiments and analysis tools to
identify pattern similarities among automata.
Investigated computational properties by
defining specific phenomena and observing
emergent behaviors through custom simulations.
Designed experiments and analysis tools to identify
pattern similarities among automata. Investigated
computational properties by defining specific
phenomena and observing emergent behaviors through
custom simulations.
</td>
</tr>
<tr>
@@ -191,10 +185,10 @@
<td>Rust, Linear Algebra, Multi-threading</td>
<td>2023</td>
<td class="row-leftalign">
Developed a multi-threaded, recursive ray tracer
as part of a University of Waterloo project.
Explored advanced ray-surface intersection
techniques, including experimental rendering of
Developed a multi-threaded, recursive ray tracer as
part of a University of Waterloo project. Explored
advanced ray-surface intersection techniques,
including experimental rendering of
higher-dimensional geometries.
</td>
</tr>
@@ -203,8 +197,8 @@
<td>C++, Soldering, Embedded Systems</td>
<td>2022 - 2025</td>
<td class="row-leftalign">
Created room decorations using salvaged
components from discarded electronics.
Created room decorations using salvaged components
from discarded electronics.
</td>
</tr>
<tr>
@@ -212,10 +206,10 @@
<td>TS, Rust, React, Redux, SQLite</td>
<td>2025</td>
<td class="row-leftalign">
Full-stack web application implementing the
memory palace memorization technique. Built
with a React/Redux frontend, Rust-based Actix
backend, and SQLite database.
Full-stack web application implementing the memory
palace memorization technique. Built with a
React/Redux frontend, Rust-based Actix backend, and
SQLite database.
</td>
</tr>
<tr>
@@ -223,10 +217,10 @@
<td>HTML, JS, Design, UI/UX</td>
<td>Ongoing</td>
<td class="row-leftalign">
Continuously evolving my personal site and
designing other creative websites. Experimented
with Svelte, Vue, and React/Redux using
libraries such as P5 and Three.js.
Continuously evolving my personal site and designing
other creative websites. Experimented with Svelte,
Vue, and React/Redux using libraries such as P5 and
Three.js.
</td>
</tr>
<tr>
@@ -234,9 +228,9 @@
<td>FreeCAD</td>
<td>Ongoing</td>
<td class="row-leftalign">
Designing and manufacturing household objects
and repairs, including replacement window
handles, desk organizers, and 3D scans.
Designing and manufacturing household objects and
repairs, including replacement window handles, desk
organizers, and 3D scans.
</td>
</tr>
</tbody>
@@ -351,7 +345,6 @@
>
<h1>END</h1>
</div>
</div>
</main>
</template>