adding main

This commit is contained in:
2025-11-25 23:06:54 +00:00
parent 3c4ba71b96
commit b69d6414a1
4 changed files with 434 additions and 421 deletions

View File

@@ -1,5 +1,7 @@
<template>
<main>
<h1>404 not found lol</h1>
<img href="/img/Untitled.png" ) />
<RouterLink to="/">Take me home!</RouterLink>
</main>
</template>

View File

@@ -1,4 +1,5 @@
<template>
<main>
<div>
<h1>Cyber Security</h1>
<a href="https://pwn.college/">pwn.college</a>
@@ -21,4 +22,5 @@
<a href="https://www.fridakahlo.org/">Frida Kahlo</a>
<a href="https://www.cameronsworld.net/">Cameron's world</a>
</div>
</main>
</template>

View File

@@ -1,4 +1,5 @@
<template>
<main>
<div>
<RouterLink class="no-print" to="/">Home</RouterLink>
@@ -21,17 +22,18 @@
<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>
@@ -65,12 +67,13 @@
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>
@@ -111,10 +114,11 @@
<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>
@@ -123,7 +127,8 @@
<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>
@@ -131,8 +136,9 @@
<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>
@@ -141,8 +147,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>
@@ -173,11 +179,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>
@@ -185,10 +191,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>
@@ -197,8 +203,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>
@@ -206,10 +212,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>
@@ -217,10 +223,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>
@@ -228,9 +234,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>
@@ -346,6 +352,7 @@
<h1>END</h1>
</div>
</div>
</main>
</template>
<style scoped>

View File

@@ -1,4 +1,5 @@
<template>
<main>
<table id="cover-nav" class="cover-nav no-print">
<thead>
<tr>
@@ -30,36 +31,37 @@
<h2>BAE graduate digital intelligence software engineer</h2>
<p>
I am writing to express my interest in your software engineering
position. BAE Systems has hosted multiple stools at the University
of Leeds and have always exhibited their development of leading-edge
software and technology. This is where the origin of my interest in
BAE systems emerged and I'm hopeful that this interest shall
continue.
position. BAE Systems has hosted multiple stools at the
University of Leeds and have always exhibited their development
of leading-edge software and technology. This is where the
origin of my interest in BAE systems emerged and I'm hopeful
that this interest shall continue.
</p>
<p>
I'm confidient im a strong fit for this role. My technical
background includes extensive experience with frontend frameworks
such as React. My devotion however lies more in backend development
as has more potential to graple problems related to optimisation and
designing coherent interfaces.
background includes extensive experience with frontend
frameworks such as React. My devotion however lies more in
backend development as has more potential to graple problems
related to optimisation and designing coherent interfaces.
</p>
<p>
<em> The C# Programming Yellow Book </em> was my first introduction
to C# during A-Level, Java was our vessel for teaching
object-orientated programming at university. I am confident I have
the relevant experience to grasp the languages stated for the role I
am applying for.
<em> The C# Programming Yellow Book </em> was my first
introduction to C# during A-Level, Java was our vessel for
teaching object-orientated programming at university. I am
confident I have the relevant experience to grasp the languages
stated for the role I am applying for.
</p>
<p>
My academic background in Computer Science and Mathematics has honed
my ability to translate abstract concepts into structured, logical
solutions. Just as I have transformed theoretical hypotheses into
formal proofs, I aim to transform business requirements into robust,
maintainable software systems through collaboration and rigorous
reasoning.
My academic background in Computer Science and Mathematics has
honed my ability to translate abstract concepts into structured,
logical solutions. Just as I have transformed theoretical
hypotheses into formal proofs, I aim to transform business
requirements into robust, maintainable software systems through
collaboration and rigorous reasoning.
</p>
<p>Thank you for reading - Adam F</p>
</div>
</main>
</template>
<style scoped>