-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
49 lines (40 loc) · 1.63 KB
/
blog.html
File metadata and controls
49 lines (40 loc) · 1.63 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
43
44
45
46
47
48
49
<html>
<title>byron's blog</title>
<meta content="byron's blog" property="og:title" />
<meta content="my blog for any upcoming announcements and life stuff." property="og:description" />
<meta content="https://byron.lol" property="og:url" />
<meta content="https://byron.lol/img/53088136.jpg" property="og:image" />
<meta content="#1F2694" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="/img/53088136.jpg">
<!--<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/brands.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="style.css">
<div class="bg-image"></div>
<div class="bg-text">
<div class="animate__animated animate__fadeInUp animate__delay-0.5s">
<h1>byron's blog</h1>
<h3>Where I post updates and more.</h3>
| <a href="https://byron.lol">Home</a> |
</div>
<section>
<div class="module-border-wrap">
<h2>LiteTools End Of Life</h2>
<h3>10/21/22</h3>
<p>LiteTools is going to be end of life soon. Here's my final words on it. </p>
<a href="/blog/2022/10/21.html">Read more...</a>
</div>
</section>
<section>
<div class="module-border-wrap">
<h2>Don't "Longhorn" yourself on projects</h2>
<h3>05/12/23</h3>
<p>A blog post about keeping a consistent update schedule. STILL WIP</p>
<a href="/blog/2023/05/12.html">Read more...</a>
</div>
</section>
</div>
</div>
</div>
</html>