-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogs.html
More file actions
42 lines (38 loc) · 2.18 KB
/
blogs.html
File metadata and controls
42 lines (38 loc) · 2.18 KB
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
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Repository of Blogs - Hemant @ Temple</title>
<link rel="icon" type="image/png" href="faviconV2.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400&family=Inter:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1 class="main-title"><a href="index.html">HEMANT @ TEMPLE</a></h1>
<nav class="menu">
<a href="index.html">Home</a>
<a href="understanding.html">My Understanding of Temple</a>
<a href="competitive.html">Competitive Analysis</a>
<a href="gtm.html">Go-To-Market</a>
<a href="approvals.html">Approvals Needed</a>
<a href="about.html">About Me</a>
</nav>
<div class="my-8 flex w-full items-center justify-center md:my-12"><div class="bg-gradient-fade h-[1px] w-[180px] md:w-[292px]"></div></div>
<h2 class="page-title">Repository of Blogs</h2>
<div class="content">
<ol class="link-list">
<li><a href="https://www.garagegymreviews.com/" target="_blank" class="external-link">Garage Gym Reviews</a></li>
<li><a href="https://michaelkummer.com/" target="_blank" class="external-link">Michael Kummer</a></li>
<li><a href="https://the5krunner.com/" target="_blank" class="external-link">The 5K Runner</a></li>
<li><a href="https://www.runnersworld.com/" target="_blank" class="external-link">Runner's World</a></li>
<li><a href="https://trailandkale.com/" target="_blank" class="external-link">Trail and Kale</a></li>
<li><a href="https://outliyr.com/" target="_blank" class="external-link">Outliyr</a></li>
<li><a href="https://believeintherun.com/" target="_blank" class="external-link">Believe in the Run</a></li>
<li><a href="https://www.wareable.com/" target="_blank" class="external-link">Wareable</a></li>
</ol>
</div>
</div>
</body>
</html>