-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (49 loc) · 3.39 KB
/
Copy pathindex.html
File metadata and controls
53 lines (49 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Title</title>
</head>
<body>
<div class = "headerbar">
<div class = "headercolumn">
<h1>Matthew Epshtein</h1>
<h2>...wants to see Dan Wilson fired</h2>
</div>
<div class = "headercolumn, headernavbar">
<a class = "header" href="https://www.github.com/epshteinmatthew">Github</a>
<a class = "header" href="https://www.linkedin.com/in/matthew-epshtein-5b6073197/">LinkedIn</a>
<a class = "header" href="mailto:epshteinmatthew@gmail.com">Email</a>
<a class = "header" href="https://epshteinmatthew.github.io/resume.pdf">Resume</a>
</div>
<div class ="headercolumn">
<a href="index.html"><img src="image.png" height="75"></a>
</div>
</div>
<hr>
<div class = "body-content">
<h3>profile:</h3>
<p>
Hello! I'm Matthew Epshtein, a Sophomore (Junior Standing, 3.8/4.0 GPA) at the UW in Seattle, Washington, majoring in Computer Science. I went to Inglemoor High School in Kenmore from 2021 to 2025, graduating with a 3.98 GPA, a 1540 SAT score, and a 37/45 on my IB Diploma. I like to code, write, read, and play basketball.
</p>
<h3>projects:</h3>
<ul>
<li><a href = "https://github.com/epshteinmatthew/Circle"> Circle</a>: An in-development app to help small groups plan spontaneous stuff seamlessly. More info <a href = "https://epshteinmatthew.github.io/circle-web/">here</a>.</li>
<li><a href = "https://github.com/epshteinmatthew/PitchPredict">PitchPredict</a>: An ML model which tries to predict the next pitch in an at-bat, trained from all pitches since the start of the 2025 MLB season. See it in action <a href = "https://epshteinmatthew.github.io/PitchPredictWeb/">here</a>.</li>
<li><a href = "https://github.com/epshteinmatthew/StandUpAI">StandUp</a>: A 100% vibecoded application to automate daily syncs for teams. Mostly a joke. See why <a href = "https://stand-alpha.vercel.app/">here</a>. </li>
<li><a href = "https://github.com/lightningbolts/click">Click</a>: A social media app that's actually social. Sign up <a href = "https://click-us.vercel.app/">here</a></li>
<li><a href = "https://github.com/epshteinmatthew/bsrs">BSRS</a>: Implementation of the card game "Bull****"(Also known as "Cheat") in Rust.</li>
<li><a href="https://github.com/epshteinmatthew/phonebook">Phonebook</a>: A very simple key value database in c. Built with blood, sweat, tears, and malloc's.</li>
<li><a href="https://epshteinmatthew.github.io/OscillatorDatabase/">OscillatorDatabase</a>: an in development database of biological networks dyncamically modeled using Tellurium. Also availible as a <a href = "https://pypi.org/project/oscillatorlookups/">python package</a>.</li>
<li><a href="https://github.com/frc3268/Reefscape2025">Reefscape2025 </a>: The code for IHS Robotics in the year 2024-2025. Made to play the "Reefscape" game with as much autonomous capability as possible.</li>
</ul>
<h3>posts:</h3>
<ul>
<li><a href="posts/shutdown.html">the government shutdown is republicans' fault</a></li>
<li><a href="posts/reality.html">reality is not optional</a></li>
</ul>
<i>you can find the above listed projects, as well as some others, on my <a href = "https://github.com/epshteinmatthew">github</a>.</i>
</div>
</body>
</html>