FEAT: New 404 page, pages now use jekyll for componentalization.
This commit is contained in:
59
index.html
59
index.html
@@ -1,7 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Refresh" content="0; url=resume">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
</head>
|
||||
</html>
|
||||
---
|
||||
title: Home
|
||||
description: This is the home page of Maxim Voldman Hutz's personal website.
|
||||
layout: default
|
||||
---
|
||||
|
||||
<section id="about" class="light back">
|
||||
<div class="flex"></div>
|
||||
<div class="flex"></div>
|
||||
<div>
|
||||
<h1>Hey! 👋 <span class="pre">I'm Max Hutz.</span></h1>
|
||||
<i>Software engineer in New York.</i>
|
||||
</div>
|
||||
<p id="about-me">
|
||||
I’m a passionate computer science student skilled in building responsive,
|
||||
full-stack applications. I love learning from colleagues and teaching future
|
||||
developers. I thrive where teamwork and creativity are key.
|
||||
</p>
|
||||
<hr class="darker">
|
||||
<nav>
|
||||
<div id="inner-nav">
|
||||
<a href="mailto:maximhutz@gmail.com" class="nav-link blue button flex">maximhutz@gmail.com</a>
|
||||
<a href="/resume" class="nav-link red button r-icon flex" data-i="arrow_right" target="_blank">View Resume</a>
|
||||
</div>
|
||||
<div class="space"></div>
|
||||
</nav>
|
||||
<div class="flex"></div>
|
||||
</section>
|
||||
|
||||
<section id="projects" class="dark back">
|
||||
<h2>Worked on:</h2>
|
||||
<div id="project-list">
|
||||
<a class="yellow project-item shadow" href="/experience/malung">
|
||||
<div class="space"></div>
|
||||
<div class="nav-link project-link r-icon" data-i="arrow_right">Malung: COVID-19 Classifier</div>
|
||||
</a>
|
||||
<a class="blue project-item shadow" href="/experience/freshmanual">
|
||||
<div class="space"></div>
|
||||
<div class="nav-link project-link r-icon" data-i="arrow_right">Freshmanual: Mobile App</div>
|
||||
</a>
|
||||
<a class="green project-item shadow" href="/experience/pollbuddy">
|
||||
<div class="space"></div>
|
||||
<div class="nav-link project-link r-icon" data-i="arrow_right">Poll Buddy</div>
|
||||
</a>
|
||||
<a class="red project-item shadow" href="/experience/rpi-crisis">
|
||||
<div class="space"></div>
|
||||
<div class="nav-link project-link r-icon" data-i="arrow_right">CRISIS</div>
|
||||
</a>
|
||||
</div>
|
||||
<hr class="lighter">
|
||||
<a href="/experience" id="experience-button" class="nav-link white button">View all experiences.</a>
|
||||
</section>
|
||||
Reference in New Issue
Block a user