Skip to content

Commit

Permalink
graduation revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
tsedan committed Jan 1, 2025
1 parent d1209a4 commit 3bc86fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
Binary file modified assets/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/resume_tsedan.pdf
Binary file not shown.
Binary file modified assets/transcript_tsedan.pdf
Binary file not shown.
24 changes: 8 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@

<head>
<meta name="theme-color" content="#0f0f0f" />
<meta name="description"
content="Tomer Sedan is an undergraduate studying Computer Science at the Schreyer Honors College." />
<meta name="description" content="Tomer Sedan is a Software Engineer Intern at Snowflake." />

<meta property="og:type" content="website" />
<meta property="og:title" content="Tomer Sedan" />
<meta property="og:description"
content="Tomer Sedan is an undergraduate studying Computer Science at the Schreyer Honors College." />
<meta property="og:description" content="Tomer Sedan is a Software Engineer Intern at Snowflake." />
<meta property="og:image" content="https://tsedan.github.io/assets/profile.jpg" />
<meta property="og:url" content="https://tsedan.github.io/" />

Expand All @@ -26,22 +24,22 @@
</head>

<body>
<!--<div class="nav pad-third">
<!-- <div class="nav pad-third">
<div class="nav-item card pad-third left">
<p>Tomer Sedan</p>
</div>
<a class="nav-item card pad-third right" href="https://tsedan.github.io">
<p>Home</p>
</a>
</div>-->
</div> -->
<div class="main">
<div class="card drop pad wide">
<image src="assets/profile.jpg" alt="Tomer Sedan" class="profile"></image>
<div class="center-right align-right">
<h1>Tomer Sedan</h1>
<br>
<p>Metadata @ Snowflake</p>
<p>B.S. in CS @ PSU</p>
<p>PM Lead @ AVT</p>
</div>
</div>
<div class="card drop pad wide">
Expand All @@ -56,18 +54,12 @@ <h2>Contact</h2>
<h2>About</h2>
<br>
<p>
I am a Senior studying Computer Science (minoring in Computer Engineering and Statistics) at the
Schreyer Honors College, with focus on compilers and robotics.
I am an incoming Software Engineer Intern at Snowflake, joining the Metadata team.
</p>
<br>
<p>
When not working on autonomous vehicles at the Penn State Advanced Vehicle Team, you can often find me
in the local climbing gym.
</p>
<br>
<p>
This semester, I am submitting my honors thesis in graph compiler optimizations for object detection
models.
I graduated summa cum laude from the Schreyer Honors College in December 2024.
My undergraduate thesis will be made publicly available a few months from the degree conferral date.
</p>
</div>
<a class="card drop pad" href="https://www.linkedin.com/in/tsedan/">
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ body::before {
left: 0;

background: no-repeat center/cover url("assets/bg.jpg");
filter: blur(8px);
}

.pad {
Expand Down

0 comments on commit 3bc86fb

Please sign in to comment.