-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (78 loc) · 2.29 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<html>
<head>
<link rel="stylesheet" type = "text/css" href="assets/style.css" />
<title>
Joraaver Chahal
</title>
</head>
<body>
<header>
<h1 class="title">
Joraaver Chahal
</h1> <nav>
<div class="nav_link"><a href="/about.html">About Me</a></div>
<div class="nav_link"><a href="/">Musings</a></div>
</nav>
</header>
<main>
<!--
Every next entry goes right below this line
Just copy title through summary, and add link for title
Example below
<article>
<div class="article_title">
<a href="/test_post.html">This is a test</a>
</div>
<div class="article_date">
23 August 2020
</div>
<div class="article_summary">
Summarizing everything about this post in one fell swoop
</div>
</article>
-->
<article>
<div class="article_title">
<a href="/musings/playing_the_sax.html">Playing the Saxophone</a>
</div>
<div class="article_date">
21 November 2020 0253 GMT
</div>
<div class="article_summary">
Visiting my past self and attempting to not be tone deaf
</div>
<div class="tags">
music
</div>
</article>
<article>
<div class="article_title">
<a href="/musings/lazy_engineer.html">Why do we say good engineers are lazy?</a>
</div>
<div class="article_summary">
Because I'd never want my engineers to profess how they get away with being truly lazy
</div>
<div class="article_date">
15 September 2020 0400 GMT
</div>
<div class="tags">
software engineering
</div>
</article>
<article>
<div class="article_title">
<a href="/musings/my_font_my_way.html">I like this font. Do you?</a>
</div>
<div class="article_summary">
A personal take on cursive, handwriting, fonts, and why I like the way my name looks
</div>
<div class="article_date">
24 August 2020 1543 GMT
</div>
<div class="tags">
handwriting | minimalism
</div>
</article>
</main>
</body>
</html>