mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-13 02:15:21 -04:00
28 lines
No EOL
1.1 KiB
HTML
28 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<meta name="description" content="Hamza Nasher-Alneam's developer profile website!">
|
|
<meta name="theme-color" content="#f69b46">
|
|
<link rel="shortcut icon" type="image/x-icon" href="icons/phil.png">
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet">
|
|
<link rel="stylesheet" href="styles/styles.css">
|
|
<link rel="stylesheet" href="styles/projects.css">
|
|
<title>Projects | Hamza Nasher-Alneam</title>
|
|
</head>
|
|
<body>
|
|
<div class="carousel">
|
|
<h2 class="title">My Projects</h2>
|
|
<div class="carousel-inner"></div>
|
|
</div>
|
|
<div w3-include-html="partials/footer.html"></div>
|
|
<div w3-include-html="partials/menu.html"></div>
|
|
</body>
|
|
<script src="scripts/include-html.js"></script>
|
|
<script src="scripts/script.js"></script>
|
|
<script src="scripts/projects.js"></script>
|
|
<script defer src="https://umami.hnasheralneam.dev/script.js"
|
|
data-website-id="22e45953-378d-4e42-afe7-b31c197d3105"></script>
|
|
</html> |