Added content-security-policy

This commit is contained in:
MajorDroolz
2022-12-18 00:03:49 -05:00
parent f64603710d
commit 3c3c02e08a
2 changed files with 42 additions and 21 deletions

View File

@@ -2,14 +2,27 @@
<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="This page holds a preview of the resume of Maxim Voldman Hutz.">
<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';
style-src 'self' https://fonts.googleapis.com https://cdn.jsdelivr.net;
font-src 'self' https://cdn.jsdelivr.net https://fonts.gstatic.com;
connect-src ws:;
">
<!-- Preconnect with the web-font services. -->
<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">
<!-- The font and icons. -->
<link rel="stylesheet" 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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<!-- Resume styling. -->
<link rel="stylesheet" type="text/css" href="index.css">
</head>
@@ -29,7 +42,7 @@
<i class="bi bi-telephone-fill icon"></i>
914.216.5972
</a>
<a class="contact-detail location">
<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>
@@ -43,7 +56,7 @@
<section>
<header class="experience">
<div class="hflex">
<h4 class="place">Tightrope Interactive, <i>Cold Spring, NY</i></h4>
<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>
@@ -61,7 +74,7 @@
<section>
<header class="experience">
<div class="hflex">
<h4 class="place">Tightrope Interactive, <i>Cold Spring, NY</i></h4>
<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>
@@ -103,7 +116,7 @@
</h2>
<header class="experience">
<div class="hflex">
<h4 class="place">Rensselaer Polytehnic Institute, <i>Troy, NY</i></h4>
<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>
@@ -143,13 +156,13 @@
<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>
</html>