-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (55 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cablepunk Press is an independent publishing studio founded by Stephen Oravec in 2015.">
<meta name="author" content="Stephen Oravec">
<title>Cablepunk Press | Independent Publishing Studio</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/css/styles.css">
<meta property="og:title" content="Cablepunk Press | Independent Publishing Studio">
<meta property="og:description" content="Cablepunk Press is an independent publishing studio founded by Stephen Oravec in 2015.">
<meta property="og:image" content="https://cablepunk.press/images/og-image.jpg">
<meta property="og:url" content="https://cablepunk.press/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Cablepunk Press">
</head>
<body>
<header class="header">
<h2><a href="/">Cablepunk Press</a></h2>
</header>
<div class="wrapper">
<main>
<h1 class="home-title">explore</h1>
<div class="card-container">
<div class="grimm-card">
<a href="/">
<h2>Grimm by Oravec</h2>
</a>
</div>
<div class="quartier-card">
<a href="/">
<h2>CablepunkQuartier</h2>
</a>
</div>
</div>
</main>
</div>
<footer class="footer">
<!-- external link icon from Ionic https://ionic.io/ionicons -->
<div class="social">
<ul>
<li><a href="https://bsky.app/" class="external-link" target="_blank" rel="noopener noreferrer" aria-label="Open BlueSky profile in new tab">
<span>BlueSky</span>
<img src="open-outline.svg" class="external-link-icon" alt="External link icon"></a>
</li>
<li><a href="https://github.com/" class="external-link" target="_blank" rel="noopener noreferrer" aria-label="Open Github profile in new tab">
<span>GitHub</span>
<img src="open-outline.svg" class="external-link-icon" alt="External link icon"></a>
</li>
</ul>
</div>
</footer>
</body>
</html>