-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgirext.html
43 lines (38 loc) · 1.38 KB
/
girext.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" href="styles.css" />
<title>GirExt</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-wide card-header card-blue">
<h1 class="header-dark">GirExt</h1>
<img class="profile-picture" src="img/girext.svg" alt="GirExt's icon" />
</div>
<div class="card card-square card-info card-green">
<div class="card-social-row">
<a href="https://github.com/nickvisionapps/girext" target="_blank">
<img class="social-icon" src="img/icon-github.svg" alt="Github" />
</a>
</div>
<p class="info-text-bold">Extensions library for gir.core</p>
</div>
</div>
</div>
</body>
</html>