Skip to content

Commit d60e286

Browse files
committedJan 9, 2022
check
1 parent ceb3aa5 commit d60e286

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1 class="title">
1616
Hassan Farooq
1717
</h1>
18-
<a id="writings-link" class="subtitle button is-text" href="writings.html">writings</a>
18+
<a id="posts-link" class="subtitle button is-text" href="posts.html">posts</a>
1919
</div>
2020
</div>
2121
</section>

‎writings.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>typon's writings</title>
6+
<title>typon's posts</t>
77
<link rel="stylesheet" href="css/bulma.min.css">
88
<link rel="stylesheet" href="css/main.css">
99
</head>
@@ -13,11 +13,11 @@
1313
<div class="hero-body">
1414
<div class="container">
1515
<h1 class="title">
16-
Writings
16+
Posts
1717
</h1>
1818
<ul class="menu-list">
1919
<li>
20-
<a>Podcasts I listen to</a>
20+
<a>Solving Wordle using Z3</a>
2121
</li>
2222
</ul>
2323
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.