Profile-Page/index.html
2024-06-08 17:32:28 -05:00

47 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<title>Nathan Peckham</title>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="profile">
<meta property="og:title" content="Nathan Peckham">
<meta property="og:description" content="Profile page of Nathan Peckham">
<meta property="og:url" content="https://profile.kn8design.com">
<meta property="og:site_name" content="Nathan Peckham">
<!-- Google WebFont library for loading custom fonts. Helps to avoid FOUT. -->
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['Oswald', 'Josefin Slab', 'Playfair Display', 'Sedan SC', 'Material Symbols Outlined']
}
});
</script>
<script src="scripts/scripts.js"></script>
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="body-class">
<div id="page-content">
<div id="viewport-portal" data-hover-only="true" data-relative-input="true" pointer-events="true">
<div id="hero" class="josefin-slab-500">Nathan Peckham</div>
<div id="hero-titles" class="oswald-display-400">&nbsp;</div>
<div id="arrow-hint" class="material-symbols-outlined">arrow_downward</div>
</div>
<div id="certifications-page">
<div id="certifications-title" class="josefin-slab-500">Certifications</div>
<div class="certification playfair-display-400">Google Professional Certificate</div>
</div>
</div>
</body>
</html>