-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (146 loc) · 6.86 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="X-UA-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale = 1.0">
<meta name="description" content="The fastest blog">
<title>Blog</title>
<meta property="og:image" content="/MyBlog/" />
<link rel="stylesheet" href="https://moditham.github.io/MyBlog//styles/stylebg.css">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
</head>
<body>
<div class="navigationheader">
<nav>
<a href="https://moditham.github.io/MyBlog/"><img src="https://moditham.github.io/MyBlog//images/logo.png" alt="Logo" width="200px"></a>
<ul class="sidebar">
<li onclick=hideSidebar()><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 96 960 960" width="26"><path d="m249 849-42-42 231-231-231-231 42-42 231 231 231-231 42 42-231 231 231 231-42 42-231-231-231 231Z"/></svg></a></li>
<li><a href="https://moditham.github.io/MyBlog/">Home</a></li>
<li><a href="https://moditham.github.io/">Portfolio</a></li>
<li><a href="https://moditham.github.io/contact.html">Contact Me</a></li>
</ul>
<ul>
<li class="hideOnMobile"><a href="https://moditham.github.io/MyBlog/">Home</a></li>
<li class="hideOnMobile"><a href="https://moditham.github.io/">Portfolio</a></li>
<li class="hideOnMobile"><button class="button-79" role="button" onclick="window.location.href='https://moditham.github.io/contact.html';">Contact Me</button></li>
<li class="menu-button" onclick=showSidebar()><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 96 960 960" width="26"><path d="M120 816v-60h720v60H120Zm0-210v-60h720v60H120Zm0-210v-60h720v60H120Z"/></svg></a></li>
</ul>
</nav>
</div>
<div class="maincontainer">
<div class="list">
<div class="listItem">
<img
src="/MyBlog/images/githubS.webp"
alt="Unlock Your GitHub Potential with the GitHub Foundation Certification"
class="listItemImage"
loading="lazy"
/>
<div class="listItemTexts">
<h1 class="listItemTitle">
<a href="https://moditham.github.io/MyBlog/posts/github-foundation-certificatio/">Unlock Your GitHub Potential with the GitHub Foundation Certification</a>
</h1>
<p class="listItemDesc">The GitHub Foundation Certification is designed to test your knowledge of Git and GitHub. It focuses on key areas like...</p>
<div class="listItemDetail">
<img src="/MyBlog/images/me.jpeg" loading="lazy" alt="" class="listItemAvatar"/>
<span>
<a href=https://moditham.github.io/MyBlog/authors/moditha-marasingha/>Moditha Marasingha</a>
</span>
<time>Dec 4, 2024</time>
</div>
<div class="listItemCategories">
<a class="listItemCategory" href=https://moditham.github.io/MyBlog/categories/general/>general</a>
</div>
</div>
</div>
<div class="listItem">
<img
src="/MyBlog/images/FormS.webp"
alt="How to Easily Add a Contact Form to Your HTML/CSS Static Portfolio Website"
class="listItemImage"
loading="lazy"
/>
<div class="listItemTexts">
<h1 class="listItemTitle">
<a href="https://moditham.github.io/MyBlog/posts/contact-form-using-the-web3forms-api/">How to Easily Add a Contact Form to Your HTML/CSS Static Portfolio Website</a>
</h1>
<p class="listItemDesc">In this post, I'll walk you through the steps I took to integrate Web3Forms into my HTML/CSS portfolio.</p>
<div class="listItemDetail">
<img src="/MyBlog/images/me.jpeg" loading="lazy" alt="" class="listItemAvatar"/>
<span>
<a href=https://moditham.github.io/MyBlog/authors/moditha-marasingha/>Moditha Marasingha</a>
</span>
<time>Jul 11, 2024</time>
</div>
<div class="listItemCategories">
<a class="listItemCategory" href=https://moditham.github.io/MyBlog/categories/webdevelopment/>WebDevelopment</a>
</div>
</div>
</div>
<div class="listItem">
<img
src="/MyBlog/images/PortfolioS.webp"
alt="How I Made My Portfolio Website"
class="listItemImage"
loading="lazy"
/>
<div class="listItemTexts">
<h1 class="listItemTitle">
<a href="https://moditham.github.io/MyBlog/posts/how-i-made-my-portfolio-website/">How I Made My Portfolio Website</a>
</h1>
<p class="listItemDesc">In this blog post, I'll walk you through the process of how I created my portfolio website.</p>
<div class="listItemDetail">
<img src="/MyBlog/images/me.jpeg" loading="lazy" alt="" class="listItemAvatar"/>
<span>
<a href=https://moditham.github.io/MyBlog/authors/moditha-marasingha/>Moditha Marasingha</a>
</span>
<time>Jun 20, 2024</time>
</div>
<div class="listItemCategories">
<a class="listItemCategory" href=https://moditham.github.io/MyBlog/categories/webdevelopment/>WebDevelopment</a>
</div>
</div>
</div>
<div class="listItem">
<img
src="/MyBlog/images/5s.webp"
alt="My First Post"
class="listItemImage"
loading="lazy"
/>
<div class="listItemTexts">
<h1 class="listItemTitle">
<a href="https://moditham.github.io/MyBlog/posts/my-first-post-copy-3/">My First Post</a>
</h1>
<p class="listItemDesc">for test purpose</p>
<div class="listItemDetail">
<img src="/MyBlog/images/me.jpeg" loading="lazy" alt="" class="listItemAvatar"/>
<span>
<a href=https://moditham.github.io/MyBlog/authors/moditha-marasingha/>Moditha Marasingha</a>
</span>
<time>Jun 4, 2024</time>
</div>
<div class="listItemCategories">
<a class="listItemCategory" href=https://moditham.github.io/MyBlog/categories/general/>general</a>
</div>
</div>
</div>
</div>
<hr>
<footer class="footer">
<div class="footerlinks">
<a href="https://moditham.github.io/MyBlog//categories">categories</a> |
<a href="https://moditham.github.io/MyBlog//sitemap.xml">sitemap</a>
</div>
<div class="copyright">
<p>© <span class="displayYear"></span> Moditha | All rights reserved.</p>
</div>
</footer>
<script src="https://moditham.github.io/MyBlog/js/script.js"></script>
</div>
<script src="https://moditham.github.io/MyBlog/js/script.js"></script>
</body>
</html>