-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfanciful.html
100 lines (82 loc) · 3.79 KB
/
fanciful.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
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FF5P06E14W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FF5P06E14W');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#292929">
<title>Fanciful Fonts</title>
<!-- Social metadata -->
<meta property="og:title" content="Fanciful Fonts">
<meta property="og:description" content="Spice up your messages.">
<!-- <meta property="og:image" content="https://apps.iannaz.zone/assets/social/CalcuRun-Social.png"> -->
<meta property="og:url" content="https://apps.iannaz.zone/fanciful">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:site_name" content="Adam Iannazzone">
<meta name="twitter:image:alt" content="Screenshot of Fanciful Fonts">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="styles/app.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.png">
</head>
<body>
<div class="container">
<header class="header">
<a class="head-foot-link scramble" data-value="Adam Iannazzone" href="index.html">
Adam Iannazzone
</a>
</header>
<div class="content">
<div class="logo-row">
<img class="app-logo" src="assets/fanciful/icon.png">
<div class="app-text">
<div class="app-title">Fanciful Fonts</div>
<div class="app-subtitle">Spice up your messages.</div>
<a href="https://apps.apple.com/us/app/fanciful-fonts/id6446179951" target="_blank"
rel="noopener noreferrer" class="app-link scramble fanciful" data-value="Download Today">
Download Today
</a>
</div>
</div>
<div class="screenshot-row">
<img class="screenshot" src="assets/fanciful/1 - Main App.png">
<img class="screenshot" src="assets/fanciful/2 - iMessage.png">
<img class="screenshot" src="assets/fanciful/3 - Clipboard.png">
</div>
<div class="description-row">
<div>
Spice up your messages with 🅄🄽🄸🅀🅄🄴 Unicode-friendly fonts.
</div>
<div>
You can use these fonts directly in iMessage or by copy-pasting them into other apps like Discord and WhatsApp.
</div>
</div>
<div class="privacy">
<div>Fanciful Fonts does not collect any of your personal data.</div>
<a class="privacy-link scramble fanciful" data-value="Privacy Policy"
href="fanciful-privacy.html">Privacy Policy</a>
</div>
</div>
<footer class="footer">
<a href="https://photos.iannaz.zone/" class="head-foot-link" target="_blank" rel="noopener noreferrer">
<i class="bi bi-camera-fill"></i>
</a>
<a target="_blank" class="head-foot-link" rel="me noopener noreferrer"
href="https://mas.to/@domiku">
<i class="bi bi-mastodon"></i>
</a>
<a target="_blank" class="head-foot-link" rel="me noopener noreferrer"
href="https://www.linkedin.com/in/aiannazzone/">
<i class="bi bi-linkedin"></i>
</a>
</footer>
</div>
</body>
<script src="script.js"></script>
</html>