Profile-Page/index.html

47 lines
2 KiB
HTML
Raw Permalink Normal View History

2024-06-08 15:02:26 -05:00
<!DOCTYPE html>
<html lang="en-US">
<head>
2024-06-08 17:32:28 -05:00
<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">
2024-06-08 15:02:26 -05:00
2024-06-08 17:32:28 -05:00
<title>Nathan Peckham</title>
2024-06-08 15:02:26 -05:00
2024-06-08 17:32:28 -05:00
<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">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/font-styles.css">
<!-- Google WebFont library for loading custom fonts. Helps to avoid FOUT, among other things. -->
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script src="scripts/font-scripts.js"></script>
2024-06-08 15:02:26 -05:00
<script src="scripts/scripts.js"></script>
2024-06-08 15:02:26 -05:00
</head>
<body>
2024-06-08 17:32:28 -05:00
<div id="page-content">
<div id="hero-section">
<div id="hero" class="playfair-display-700">Nathan Peckham</div>
<div id="hero-titles" class="playfair-display-400">&nbsp;</div>
<div id="arrow-hint" class="material-symbols-outlined">expand_circle_down</div>
2024-06-08 17:32:28 -05:00
</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>
2024-06-08 15:02:26 -05:00
</body>
</html>