-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
67 lines (59 loc) · 3.19 KB
/
references.html
File metadata and controls
67 lines (59 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>References | Dimwit</title>
<meta name="description" content="Credits and references for the people and resources that helped shape Dimwit.">
<meta name="keywords" content="Dimwit, credits, references, doodle icons, Khushmeen Sidhu">
<meta name="author" content="Deepansh Khurana">
<meta name="robots" content="index, follow">
<meta property="og:type" content="website">
<meta property="og:title" content="References | Dimwit">
<meta property="og:description" content="Credits and references for the people and resources that helped shape Dimwit.">
<meta property="og:image" content="svg/og-image.svg">
<meta property="og:url" content="https://dimwit.me/references">
<meta property="og:site_name" content="Dimwit">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="References | Dimwit">
<meta name="twitter:description" content="Credits and references for the people and resources that helped shape the Dimwit homepage.">
<meta name="twitter:image" content="svg/og-image.svg">
<link rel="canonical" href="https://dimwit.me/references">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="svg/favicon.svg" type="image/svg+xml">
</head>
<body>
<main>
<header>
<p class="back-link"><a href="index.html">← Back to Dimwit</a></p>
<h1>
<span class="annotated">
References
<svg class="underline-scribble" viewBox="0 0 200 12" preserveAspectRatio="none"><path d="M0 8 Q 50 2, 100 8 T 200 6" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"/></svg>
</span>
</h1>
<p class="tagline">Credit where it's due.</p>
</header>
<img src="svg/divider.svg" class="doodle-divider" alt="">
<section class="manifesto">
<article class="manifesto-point">
<h2><img src="svg/icons/heart.svg" class="framework-icon rotate-n10" alt=""> Doodle Icons</h2>
<p>
A lot of flair you see on this site, the hand-drawn icons, the playful visual language, and Dimwit's bulb logo, comes from the <a href="https://khushmeen.gumroad.com/l/doodleicons" target="_blank" rel="noopener">Doodle Icons</a> pack by <strong>Khushmeen Sidhu</strong>. A beautiful resource that gave this place its personality.
</p>
</article>
<article class="manifesto-point">
<h2>The Spirit of the Web <img src="svg/icons/globe.svg" class="framework-icon rotate-8" alt=""></h2>
<p>
A tip of a thousand hats to <strong>Barry T. Smith</strong> for the <a href="https://motherfuckingwebsite.com/" target="_blank" rel="noopener">motherfuckingwebsite.com</a>. It is a reminder that the web doesn't need to be complicated. It was a north star for keeping things simple here.
</p>
</article>
</section>
<img src="svg/divider-alt.svg" class="doodle-divider" alt="">
<footer class="manifesto-footer">
<p><strong>Thanks for making cool stuff.</strong></p>
<p class="back-home"><a href="index.html">← Back to the lab</a></p>
</footer>
</main>
</body>
</html>