-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.kit
118 lines (106 loc) · 4.84 KB
/
index.kit
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="https://use.typekit.net/zmy3izz.css">
<link rel="stylesheet" href="css/custom.css">
<title>overdesigned</title>
</head>
<body>
<div class="container" style="max-width: 600px;">
<header>
<div class="row">
<div class="col-sm">
<h1 class="text-center"><strong>over</strong>designed</h1>
</div>
</div>
</header>
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/cheatsheet">
<img src="images/cheatsheet316.png" alt="Cheatsheet app icon" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/cheatsheet">Cheatsheet Notes</a></h4>
<p class="mb-2">An app for the little things you never remember. Write them down in Cheatsheet, then look them up anywhere.</p>
</div>
</div>
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/timesup">
<img src="images/timesup316.png" alt="Time’s Up! app icon" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/timesup">Time’s Up! Timer</a></h4>
<p class="mb-2">Fun visual timers that you (and your kids) will actually want to use.</p>
</div>
</div>
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/worldclock">
<img src="images/worldclock316.png" alt="World Clock app icon" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/worldclock">World Clock Widgets</a></h4>
<p class="mb-2">Check the time, anytime. Compare the local time in multiple cities around the world, right from your lock screen.</p>
</div>
</div>
<!-- <div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/clocks">
<img src="images/clocks316.png" alt="Clocks app icon" class="img-fluid circled-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/clocks">Clocks for Apple Vision Pro</a></h4>
<p class="mb-2">Beautiful, native clock app for visionOS.</p>
</div>
</div> -->
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/switcheroo">
<img src="images/switcheroo316.png" alt="Switcheroo app icon" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/switcheroo">Keyboard Switcheroo</a></h4>
<p class="mb-2">Drop-in replacement for the Mac’s Input menu with customizable flag icons. Perfect for polyglots and vexillologists!</p>
</div>
</div>
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="/incognito">
<img src="images/incognito316.png" alt="Incognito app icon" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="/incognito">Incognito Browser</a></h4>
<p class="mb-2">Private browsing, anywhere. Open a web browser from inside any app. Everything you do is kept private. </p>
</div>
</div>
<div class="row align-items-sm-center position-relative">
<div class="col-3">
<a href="portfolio">
<img src="images/beard316.png" alt="Portfolio icons" class="img-fluid rounded-icon">
</a>
</div>
<div class="col-9 position-static">
<h4><a class="stretched-link" href="portfolio">Adam’s Portfolio</a></h4>
<p class="mb-2">I’m Adam and I make apps for complex domains such as AI, robotics, and education. Here is some of my work.</p>
</div>
</div>
<footer>
<div class="row">
<div class="col-sm">
<p class="text-center text-secondary small">© 2024 C. Adam Overholtzer • <a class="text-secondary" href="merch">Merch</a> • <a class="text-secondary" href="https://blog.overdesigned.net">Blog</a> • <a class="text-secondary" href="mailto:adam@overdesigned.net">Contact</a></p>
<a rel="me noopener" hidden href="https://iosdev.space/@adam">Mastodon</a>
</div>
</div>
</footer>
</div>
</body>
</html>