-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (79 loc) · 3.53 KB
/
index.html
File metadata and controls
87 lines (79 loc) · 3.53 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>No Time to Panic</title>
<meta name="author" content="Corin DaRosa">
<meta name="description" content="No Time to Panic Comics by Corin DaRosa">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="public/style.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/public/favicon.ico">
</head>
<body>
<header>
<img src="public/Logo.png" alt="No Time to Panic logo"/>
<h1>Comics by Corin DaRosa</h1>
</header>
<form action="https://formsubmit.co/c66c8afc47b935d1fb28af4fc875eb75" method="POST" class="text-center">
<div class="flex-container flex-wrap-sm">
<div class="flex mx15p-sm mb10-sm">
<label for="email-signup">Sign up to be notified when I have new comics coming out</label>
</div>
<div class="flex ml10-md">
<input type="email" placeholder="Email address" name="email-signup" required>
<input type="submit" value="Subscribe" class="button" />
</div>
</div>
</form>
<div class="flex-container flex-wrap-sm main-content">
<div class="content-box mb10-sm">
<div class="text-center">
<a href="https://corincerami.gumroad.com/l/fakie">
<img src="public/fakie-cover.png" alt="Cover of the graphic novel Fakie, featuring a cartoony Octopus character skateboarding while a lovestruck Squid watches from his food truck" class="cover border"/>
</a>
</div>
<p class="blurb">
Fakie is a full-color LGBTQ graphic novel about learning to skateboard for the first time as a 30-something. Gus runs a food truck and sells hot food to hungry skaters at the local skate park. Despite all the time he spends watching other people shred, he never actually learned to skateboard. When his old friend Eduardo moves back to town, it gives Gus the motivation he needs to finally pick up a board and learn.
</p>
<p class="shop-link">
<a href="https://corindarosa.gumroad.com/">Buy Fakie on Gumroad</a>
</p>
</div>
<div class="content-box">
<div class="text-center">
<img src="public/how-to-start-a-union-cover.png" alt="Cover of the comic How to Start a Union, featuring a cartoon Ant telling readers that they should organize their workplace" class="cover border"/>
</div>
<p class="blurb">
Topics covered in this comic include how to begin the process of organizing your coworkers, what the practical steps are to unionizing, and things to expect from your boss along the way.
</p>
<p class="shop-link">
<a href="https://kickstarter.com/projects/corincerami/how-to-start-a-union">Back How to Start a Union on Kickstarter</a>
</p>
</div>
</div>
<footer>
<ul>
<li>
Contact me at <a href="mailto:corin@notimetopanic.art">corin@notimetopanic.art</a>
</li>
<li>
<a href="https://corindarosa.gumroad.com/">Buy my comics on Gumroad</a>
</li>
<li>
<a href="https://www.instagram.com/notimetopanic.art/">No Time to Panic on Instagram</a>
</li>
</ul>
<div class="notices">
<p>
© 2026 Corin DaRosa
</p>
<p>
100% human-made.
</p>
<p>
No part of this website, its content, or any of my work is created using AI.
</p>
</div>
</footer>
</body>
</html>