-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Cross-platform IRC client written in Rust">
<meta name="keywords" content="Rust, IRC, Iced">
<meta name="author" content="Halloy">
<meta property="og:title" content="Halloy">
<meta property="og:site_name" content="https://squidowl.org">
<meta property="og:url" content="https://squidowl.org">
<meta property="og:description" content="Cross-platform IRC client written in Rust">
<meta property="og:type" content="website">
<meta property="og:image" content="https://github.com/squidowl/website/blob/50cf704b73df45f089ce3d521a2a17288e827fbd/assets/og.png?raw=true">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🦑</text></svg>">
<link href='https://fonts.googleapis.com/css?family=Rubik' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<title>Squidowl</title>
</head>
<body>
<div>
<p class="title">Projects</p>
</div>
<a href="https://halloy.squidowl.org" target="_blank">
<div class="rounded-project-container">
<img width="160px" src="./assets/logo.png" alt="Halloy logo">
<p class="project-title">Halloy</p>
<p>Cross-platform IRC client</p>
</div>
</a>
<div>
<p class="authors">by Casper Rogild Storm & Cory Forsstrom</p>
</div>
</body>
</html>