Files
portfolio/resume.html
2023-01-06 03:57:38 -05:00

178 lines
6.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Resume of Maxim Voldman Hutz</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A preview of the resume of Maxim Voldman Hutz.">
<!-- Header metadata. -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self' 'unsafe-inline';
style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net;
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
connect-src 'self' ws:;
">
<!-- Resume styling. -->
<link rel="preload stylesheet" as="style" href="/styles/global.css">
<link rel="preload stylesheet" as="style" href="/styles/resume.css">
<!-- Site's Icon -->
<link rel="icon" type="image/png" href="/res/favicon.ico">
<!-- Site manifest. -->
<link rel="manifest" href="/manifest.json">
<!-- Preconnect with the web-font services. -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<!-- The font and icons. -->
<link rel="preload stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,800&display=swap">
<link rel="preload stylesheet" as="style" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
</head>
<body>
<i>&nbsp;</i>
<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" href="https://en.wikipedia.org/wiki/Tri-state_area">
<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">
<p class="place">Tightrope Interactive, <i>Cold Spring, NY</i></p>
<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">
<p class="place">Tightrope Interactive, <i>Cold Spring, NY</i></p>
<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">
<p class="place">Rensselaer Polytehnic Institute, <i>Troy, NY</i></p>
<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>Physics I</li>
<li>Calculus I</li>
<li>Calculus II</li>
<li>Introduction to Logic</li>
<li>Language and Power</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>
GitHub
</a>
<a href="https://www.linkedin.com/in/maximhutz" class="footer-icon" target="_blank">
<i class="bi bi-linkedin footer-img"></i>
LinkedIn
</a>
</address>
</footer>
</body>
</html>