-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
35 lines (31 loc) · 1.14 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light">
<title>Blog</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="dot.png" type="image/png">
<script src="scripts.js" defer></script>
<!-- Cache Control -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<div class="wrap">
<div class="header">
<button id="darkModeToggle" class="home-icon-circle"></button>
<div class="links">
<a href="index.html">Home</a>
<a href="ResumeMigv7.pdf" target="_blank">Résumé</a>
<a href="https://calendly.com/chatwithmig/30" target="_blank">Contact</a>
</div>
</div>
<p class="section">Blog Pages </p>
<p><p><a href="pages/mentors.html">Mentors</a>
<br> <a href="pages/tools.html">Tools</a>
<br> <a href="pages/muscleups.html">Muscle-Ups</a>
<br> <a href="pages/food.html">Food</a>
</p></p>
</html>