ADD: Added resume tab.
This commit is contained in:
155
resume/index.html
Normal file
155
resume/index.html
Normal file
@@ -0,0 +1,155 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Resume of Maxim Voldman Hutz</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,500;0,800;0,900;1,100;1,500;1,800;1,900&display=swap" rel="stylesheet"/>
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"/>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="index.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<header class="resume-header">Resume</header>
|
||||
</nav>
|
||||
<article class="container">
|
||||
<header>
|
||||
<h1 class="topic-title">Maxim Voldman Hutz</h1>
|
||||
<address class="contact-details">
|
||||
<a href="mailto:maximhutz@gmail.com" class="contact-detail email">
|
||||
<i class="bi bi-envelope-fill icon"></i>
|
||||
maximhutz@gmail.com
|
||||
</a>
|
||||
<a href="tel:+19142165972" class="contact-detail phone">
|
||||
<i class="bi bi-telephone-fill icon"></i>
|
||||
914.216.5972
|
||||
</a>
|
||||
<a class="contact-detail location">
|
||||
<i class="bi bi-geo-fill icon"></i>
|
||||
New York City or Tri-State Area Preferred
|
||||
</a>
|
||||
</address>
|
||||
</header>
|
||||
<section class="topic">
|
||||
<h2 class="topic-title">
|
||||
<i class="bi bi-briefcase-fill topic-icon"></i>
|
||||
Experience
|
||||
</h2>
|
||||
<section>
|
||||
<header class="experience">
|
||||
<div class="hflex">
|
||||
<h4 class="place">Tightrope Interactive, <i>Cold Spring, NY</i></h4>
|
||||
<aside class="date">05/2022 - 08/2022</aside>
|
||||
</div>
|
||||
<h3 class="title">Software Engineer Internship</h3>
|
||||
</header>
|
||||
<p>Created mobile companion to
|
||||
<a href="https://freshmanuals.com" target="_blank" class="freshmanuals">Fresh Manuals</a>
|
||||
website.</p>
|
||||
<ul>
|
||||
<li>Built user interface using React/React-Native</li>
|
||||
<li>Used Firestore/Firebase to store and access user account data</li>
|
||||
<li>Used Fetch API to request user manual data from website API endpoints</li>
|
||||
<li>Integrated paid yahoo search results into mobile search results</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<header class="experience">
|
||||
<div class="hflex">
|
||||
<h4 class="place">Tightrope Interactive, <i>Cold Spring, NY</i></h4>
|
||||
<aside class="date">05/2021 - 8/2021</aside>
|
||||
</div>
|
||||
<h3 class="title">Junior Software Engineer Internship</h3>
|
||||
</header>
|
||||
<p>Software developer in project team developing a user manual aggregator site
|
||||
<a href="https://freshmanuals.com" target="_blank" class="freshmanuals">Fresh Manuals</a>.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Used PHP to extract data on user manuals from individual websites and aggregators</li>
|
||||
<li>Over 20 individual web scrapers developed and customized to individual websites</li>
|
||||
<li>Created PDF viewer using Javascript, HTML, and CSS to upload/print files</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
<section class="topic">
|
||||
<h2 class="topic-title">
|
||||
<i class="bi bi-tools topic-icon"></i>
|
||||
Skills
|
||||
</h2>
|
||||
<ul class="skill-list">
|
||||
<li>JAVASCRIPT</li>
|
||||
<li>TYPESCRIPT</li>
|
||||
<li>PYTHON</li>
|
||||
<li>JAVA</li>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>C</li>
|
||||
<li>C++</li>
|
||||
<li>PHP</li>
|
||||
<li>OBJECTIVE-C</li>
|
||||
<li>REACT</li>
|
||||
<li>REACT-NATIVE</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="topic">
|
||||
<h2 class="topic-title">
|
||||
<i class="bi bi-book-half topic-icon"></i>
|
||||
Education
|
||||
</h2>
|
||||
<header class="experience">
|
||||
<div class="hflex">
|
||||
<h4 class="place">Rensselaer Polytehnic Institute, <i>Troy, NY</i></h4>
|
||||
<aside class="date">Expected Graduation 05/2025</aside>
|
||||
</div>
|
||||
<h3 class="title">BS Computer Science, BS Information Technology & Web Science</h3>
|
||||
</header>
|
||||
<section>
|
||||
<header class="experience hflex">
|
||||
<h4 class="title">Sophomore Year</h4>
|
||||
<aside class="date">08/2022 - Present</aside>
|
||||
</header>
|
||||
<ul class="classes-list">
|
||||
<li>Introduction to Information Technology & Web Science</li>
|
||||
<li>Foundations of Human Computer Interactions</li>
|
||||
<li>Rensselaer Center for Open Source</li>
|
||||
<li>Multivariate Calculus and Matrix Algebra</li>
|
||||
<li>Introductions to Algorithms</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<header class="experience hflex">
|
||||
<h4 class="title">Freshman Year (4.0 GPA, Dean's List Fall & Spring)</h4>
|
||||
<aside class="date">08/2021 - 05/2022</aside>
|
||||
</header>
|
||||
<ul class="classes-list">
|
||||
<li>Foundations of Computer Science</li>
|
||||
<li>Rensselaer Center for Open Source</li>
|
||||
<li>Calculus II</li>
|
||||
<li>Introduction to Logic</li>
|
||||
<li>Language and Power</li>
|
||||
<li>Calculus I</li>
|
||||
<li>Physics I</li>
|
||||
<li>Data Structures</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
</article>
|
||||
<footer class="navbar">
|
||||
<address class="resume-footer">
|
||||
<a href="https://github.com/MajorDroolz" class="footer-icon" target="_blank">
|
||||
<i class="bi bi-github footer-img"></i>
|
||||
</a>
|
||||
<a href="https://www.linkedin.com/in/maximhutz" class="footer-icon" target="_blank">
|
||||
<i class="bi bi-linkedin footer-img"></i>
|
||||
</a>
|
||||
</address>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user