saving my current site

This commit is contained in:
2026-03-23 14:41:28 +00:00
parent 346f868784
commit 09e957cec5

View File

@@ -1,18 +1,21 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Fonts-->
<!--Begin: Fonts-->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Quicksand:wght@300..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
<!--End: Fonts-->
<!--End Fonts-->
<link rel="stylesheet" href="css/projectStyle.css"> <link rel="stylesheet" href="css/projectStyle.css">
<title>Lew's Portfolio</title> <title>Lew's Portfolio</title>
</head>
<body> </head>
<body>
<header> <header>
<div class="nav-bar"> <div class="nav-bar">
<a href="index.html"><img class ="nav-logo" src="./images/icons/logo.svg" alt="lew's logo" width="180" height="auto"></a> <a href="index.html"><img class ="nav-logo" src="./images/icons/logo.svg" alt="lew's logo" width="180" height="auto"></a>
@@ -108,5 +111,5 @@
</a> </a>
</div> </div>
</footer> </footer>
</body> </body>
</html> </html>