Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
213 changes: 109 additions & 104 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,114 +1,119 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Liam Jay</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/assets/site_icon.ico" type="image/x-icon">
</head>
<body>

<h1>Liam Jay</h1>
<h2>Saint Mary's University, Halifax, NS</h2>
<head>
<meta charset="UTF-8">
<title>Liam Jay</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/assets/site_icon.ico" type="image/x-icon">
</head>

<div class="portrait">
<img src="/assets/personalphoto.jpg" alt="portrait" width="225" height="300">
</div>
<body>

<h3 class="social-links">
Connect with me:
<a href="https://www.linkedin.com/in/liamjay05/">linkedin</a> →
<a href="https://github.com/liamslj13">github</a>
</h3>
<h4>
Check out my resume
<a href="assets/LiamJayResume.pdf">
here
</a>
</h4>
<h4>
I have also started a blog! You can check it out
<a href="/blog/blog.html">
here
</a>
</h4>
<h1>Liam Jay</h1>
<h2>Saint Mary's University, Halifax, NS</h2>

<div class="bio-text">
<p>
Hi, I'm Liam! I am a Canadian undergraduate student studying
mathematics and computer science at Saint Mary's University in
Nova Scotia, Canada.
</p>
<p>
Currently, I reside in Eastern Hiroshima City where I am completing
an exchange year at Hiroshima University.
</p>
<p>
I'm interested in systems programming and programming language theory.
More specifically, I enjoy learning about compilers, interpreters, and in
general making higher level abstractions a viable tool for writing software.
</p>
<p>
I have additional interests in combinatorics, and in my free time I have been
looking into some competitive programming and quantum computing. I also enjoy
the study of natural languages! I would love to hear from you in English, Japanese,
or Cantonese.
</p>
<p>
Feel free to reach out from my contacts above, or my email: <a href="mailto:liam.jay@smu.ca">liam.jay@smu.ca.</a>
</p>
</div>
<div class="bio-text">
<div class="resume-section">
<h2>Condensed Resume</h2>
<h3>Education</h3>
<ul>
<li>
<strong>Saint Mary’s University</strong>, Halifax, NS
<br>BSc. in Computer Science & Mathematics (2023 – Present)
</li>
<li>
<strong>Hiroshima University</strong>, Hiroshima, Japan
<br>Exchange, School of Informatics (2024 – 2025)
</li>
</ul>
<h3>Experience</h3>
<ul>
<li>
<strong>Frontend Developer</strong> — <a href="https://home.hiroshima-u.ac.jp/ntsunema/">ntsunema</a> (Apr – Aug 2025)
<br>Maintained a professor’s academic site using React + Cuttlebelle; worked in a multilingual environment.
</li>
<li>
<strong>Teaching Assistant</strong> — SMU (Jan – Apr 2024)
<br>Assisted in Python course; graded work, provided feedback, and supported 30+ students.
</li>
<li>
<strong>Team Lead</strong> — Service Learning Project (Jan – Apr 2024)
<br>Led development of accessible web pages using Tailwind CSS for a vision-impaired client.
</li>
</ul>
<h3>Projects</h3>
<ul>
<li>
<strong>Banter Compiler</strong> (C++, LLVM)
<br>Custom lexer, parser, AST; backend IR via LLVM.
[<a href="https://github.com/liamslj13/banter">GitHub</a>]
</li>
<li>
<strong>25lang Interpreter</strong> (Java)
<br>REPL, type inference, evaluator, and variable support.
[<a href="https://github.com/liamslj13/25">GitHub</a>]
</li>
</ul>
<h3>Languages & Tools</h3>
<div class="portrait">
<img src="/assets/personalphoto.jpg" alt="portrait" width="225" height="300">
</div>

<h3 class="social-links">
Connect with me:
<a href="https://www.linkedin.com/in/liamjay05/">linkedin</a> →
<a href="https://github.com/liamslj13">github</a>
</h3>
<h4>
Check out my resume (Out of date, updated version coming soon!)
<a href="assets/LiamJayResume.pdf">
here
</a>
</h4>
<h4>
I have also started a blog! You can check it out
<a href="/blog/blog.html">
here
</a>
</h4>

<div class="bio-text">
<p>
Hi, I'm Liam! I am a Canadian undergraduate student studying
mathematics and computer science at Saint Mary's University in
Nova Scotia, Canada.
</p>
<p>
Currently, I am completing my CS & Math degree in SMU, NS, Canada.
</p>
<p>
<strong>Languages:</strong> Java, Python, C++, Go, GD Script<br>
<strong>Frameworks:</strong> TailWindCSS, React<br>
<strong>Developer Tools:</strong> Git, LLVM, VS Code, Visual Studio, PyCharm, IntelliJ, Atom, GoLand, CLion<br>
<strong>AI Tools:</strong> ChatGPT, Claude 3.7 Sonnet, Cursor, Deepseek-R1, ollama, v0
I'm interested in systems programming and programming language theory.
More specifically, I enjoy learning about compilers, interpreters, and in
general making higher level abstractions a viable tool for writing software.
</p>
<p>
I have additional interests in combinatorics, and in my free time I have been
looking into some competitive programming and quantum computing. I also enjoy
the study of natural languages! I would love to hear from you in English, Japanese,
or Cantonese.
</p>
<p>
The best way to reach out is through my school email: liam [dot] jay [at] smu [dot] ca
</p>
</div>
<div class="bio-text">
<div class="resume-section">
<h2>Condensed Resume</h2>
<h3>Education</h3>
<ul>
<li>
<strong>Saint Mary’s University</strong>, Halifax, NS
<br>BSc. in Computer Science & Mathematics (2023 – Present)
</li>
<li>
<strong>Hiroshima University</strong>, Hiroshima, Japan
<br>Exchange, School of Informatics (2024 – 2025)
</li>
</ul>
<h3>Experience</h3>
<ul>
<li>
<strong>Frontend Developer</strong> — <a
href="https://home.hiroshima-u.ac.jp/ntsunema/">ntsunema</a> (Apr.2025 – Aug.2025)
<br>Maintained a professor’s academic site using React + Cuttlebelle; worked in a multilingual
environment.
</li>
<li>
<strong>Teaching Assistant</strong> — SMU (Jan – Apr 2024)
<br>Assisted in Python course; graded work, provided feedback, and supported 30+ students.
</li>
<li>
<strong>Team Lead</strong> — Service Learning Project (Jan – Apr 2024)
<br>Led development of accessible web pages using Tailwind CSS for a vision-impaired client.
</li>
</ul>
<h3>Projects</h3>
<ul>
<li>
<strong>Banter Compiler</strong> (C++, LLVM)
<br>Custom lexer, parser, AST; backend IR via LLVM.
[<a href="https://github.com/liamslj13/banter">GitHub</a>]
</li>
<li>
<strong>25lang Interpreter</strong> (Java)
<br>REPL, type inference, evaluator, and variable support.
[<a href="https://github.com/liamslj13/25">GitHub</a>]
</li>
</ul>
<h3>Languages & Tools</h3>
<p>
<strong>Languages:</strong> Python, C++, Go, GD Script<br>
<strong>Frameworks:</strong> TailWindCSS, React<br>
<strong>Developer Tools:</strong> Git, LLVM, VS Code, Visual Studio, PyCharm, IntelliJ, Atom,
GoLand, CLion<br>
<strong>AI Tools:</strong> Cursor, Cline
</p>
</div>
</div>
</div>

</body>
</html>
</body>

</html>