-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathblog.html
41 lines (36 loc) · 1.33 KB
/
blog.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" href="styles.css" />
<title>Blog</title>
<link rel="icon" href="favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Nickvision" />
<meta name="Description" content="Developing quality software for all" />
<meta name="keywords" content="developer, software, GNOME, Nickvision" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Nickvision" />
<meta property="og:description" content="Developing quality software for all." />
</head>
<body>
<div class="container">
<div class="main">
<div class="heading">
<a class="project-title" href="index.html">
< Back</a>
</div>
<div class="card card-super-wide card-header card-orange">
<h1 class="header">Developer Blog</h1>
<img class="profile-picture" src="img/chat-symbolic.svg" alt="Chat Bubbles" />
</div>
<a class="card card-square card-project" href="posts/0123/addressingMemoryIssuesInDenaro.html">
<div class="project-about">
<h2 class="project-title">Addressing Memory Issues In Denaro</h2>
<p class="project-description">Jan 16, 2023</p>
</div>
</a>
</div>
</div>
</body>
</html>