-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (131 loc) · 6.07 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<title>Wei Yi's Blog</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
</style>
</head>
<body class="w3-light-grey">
<!-- w3-content defines a container for fixed size centered content,
and is wrapped around the whole page content, except for the footer in this example -->
<div class="w3-content" style="max-width:1400px">
<!-- Header -->
<header class="w3-container w3-center w3-padding-32">
<h1><b>MY BLOG</b></h1>
<p>Welcome to <span class="w3-tag">my</span> blog</p>
</header>
<!-- Grid -->
<div class="w3-row">
<!-- Blog entries -->
<div class="w3-col l8 s12">
<!-- Blog entry -->
<div class="w3-card-4 w3-margin w3-white">
<img src="./images/first_post_coffee.jpeg" alt="Nature" style="width:100%">
<div class="w3-container">
<h3><b>MY VERY FIRST POST</b></h3>
<h5>Why blog, <span class="w3-opacity">June 5, 2024</span></h5>
</div>
<div class="w3-container">
<p>In this post, I will tell you why I am starting this blog. Also, do take note on the update frequency mentioned in this post if you wish to continue reading new posts.</p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="w3-button w3-padding-large w3-white w3-border" href="/blog/my_very_first_blog.html"><b>READ MORE »</b></a></p>
</div>
</div>
</div>
</div>
<hr>
<!-- Blog entry -->
<div class="w3-card-4 w3-margin w3-white">
<img src="./images/ginger_fried_egg.jpeg" alt="Norway" style="width:100%">
<div class="w3-container">
<h3><b>LAST-MINUTE HEALTH-SAVING FOOD</b></h3>
<h5>The ginger-related food, <span class="w3-opacity">June 4, 2024</span></h5>
</div>
<div class="w3-container">
<p>Why do I say so that ginger is health-saving food? "Someone" experienced before and told me this 🤣.</p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="w3-button w3-padding-large w3-white w3-border" href="/blog/last_minute_health_saving_food.html"><b>READ MORE »</b></a></p>
</div>
</div>
</div>
</div>
<!-- END BLOG ENTRIES -->
</div>
<!-- Introduction menu -->
<div class="w3-col l4">
<!-- About Card -->
<div class="w3-card w3-margin w3-margin-top">
<img src="/w3images/avatar_g.jpg" style="width:100%">
<div class="w3-container w3-white">
<h4><b>Wei Yi Wong</b></h4>
<p>Just me, myself and I, exploring the universe of emotions and human potentials. I have a heart of love(?) and a interest of adventures. I want to share my world with you.</p>
</div>
</div><hr>
<!-- Posts -->
<div class="w3-card w3-margin">
<div class="w3-container w3-padding">
<h4>Popular Posts</h4>
</div>
<ul class="w3-ul w3-hoverable w3-white">
<a href="/blog/disrespect_the_disrespectful.html" style="text-decoration:none;">
<li class="w3-padding-16">
<img src="./images/disrespect_the_disrespectful_midfinger.jpeg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Disrespect the Disrespectful</span><br>
<span>Treat others how you want to be treated. And I am not responsible for your silliness.</span>
</li>
</a>
<a href="/blog/life_update_june_2024.html" style="text-decoration:none;">
<li class="w3-padding-16">
<img src="./images/harvest.jpeg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Life Update June 2024</span><br>
<span>Thank you for your patience! Here comes my life update!</span>
</li>
</a>
<li class="w3-padding-16">
<img src="/w3images/skies.jpg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Dorum</span><br>
<span>Ultricies congue</span>
</li>
<li class="w3-padding-16 w3-hide-medium w3-hide-small">
<img src="/w3images/rock.jpg" alt="Image" class="w3-left w3-margin-right" style="width:50px">
<span class="w3-large">Mingsum</span><br>
<span>Lorem ipsum dipsum</span>
</li>
</ul>
</div>
<hr>
<!-- Labels / tags -->
<div class="w3-card w3-margin">
<div class="w3-container w3-padding">
<h4>Tags</h4>
</div>
<div class="w3-container w3-white">
<p><span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Travel</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">New York</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">London</span>
<span class="w3-tag w3-black w3-margin-bottom">Life</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">NORWAY</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">DIY</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Ideas</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Baby</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Family</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">News</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Clothing</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Shopping</span>
<span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Sports</span> <span class="w3-tag w3-light-grey w3-small w3-margin-bottom">Games</span>
</p>
</div>
</div>
<!-- END Introduction Menu -->
</div>
<!-- END GRID -->
</div><br>
<!-- END w3-content -->
</div>
<!-- Footer -->
<footer class="w3-container w3-dark-grey w3-padding-32 w3-margin-top">
<button class="w3-button w3-black w3-disabled w3-padding-large w3-margin-bottom">Previous</button>
<button class="w3-button w3-black w3-padding-large w3-margin-bottom">Next »</button>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
</body>
</html>