|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | 6 |
|
| 7 | + <!-- HTML Meta Tags --> |
7 | 8 | <title>Thanks | is-a.dev</title> |
8 | 9 | <meta name="description" content="A thank you page dedicated to our supporters." /> |
9 | 10 | <meta name="theme-color" content="#4E3AA3" /> |
|
25 | 26 | <meta name="twitter:title" content="is-a.dev" /> |
26 | 27 | <meta name="twitter:description" content="A thank you page dedicated to our supporters." /> |
27 | 28 | <meta name="twitter:image" content="https://is-a.dev/assets/logo.png" /> |
28 | | - <style> |
29 | | - .supporters { |
30 | | - display: grid; |
31 | | - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); |
32 | | - gap: 1.5rem; |
33 | | - list-style: none; |
34 | | - padding: 0; |
35 | | - margin: 2rem 0; |
36 | | - } |
37 | | - |
38 | | - <!-- Apple Meta Tags --> |
39 | | - <meta name="apple-mobile-web-app-title" content="is-a.dev" /> |
40 | | - <meta name="apple-mobile-web-app-capable" content="yes" /> |
41 | | - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
42 | | - .supporter { |
43 | | - background: #4e3aa366; |
44 | | - border-radius: 12px; |
45 | | - padding: 1rem; |
46 | | - box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); |
47 | | - transition: transform 0.2s; |
48 | | - } |
49 | 29 |
|
50 | 30 | <!-- Favicon --> |
51 | 31 | <link rel="icon" type="image/x-icon" href="/assets/favicon.ico" /> |
52 | | - .supporter a { |
53 | | - font-weight: bold; |
54 | | - color: #fff; |
55 | | - text-decoration: none; |
56 | | - } |
57 | | - |
58 | | - .supporter a::after { |
59 | | - content: '↗'; |
60 | | - font-size: 0.8em; |
61 | | - margin-left: 0.5em; |
62 | | - } |
63 | 32 |
|
64 | 33 | <!-- Stylesheets --> |
65 | 34 | <link rel="stylesheet" href="/styles/main.css" /> |
66 | 35 | <link rel="stylesheet" href="/styles/secondary.css" /> |
67 | | - <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" rel="prefetch" /> |
68 | | - <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" rel="prefetch" /> |
69 | | - /* If no link is provided, use the 'p' element */ |
70 | | - .supporter p { |
71 | | - font-weight: bold; |
72 | | - color: #fff; |
73 | | - text-decoration: none; |
74 | | - } |
75 | | - |
76 | | - .role { |
77 | | - margin-top: 0.5rem; |
78 | | - font-size: 0.9rem; |
79 | | - color: #999; |
80 | | - } |
81 | | - </style> |
| 36 | + <link rel="stylesheet" href="/styles/thanks.css" /> |
| 37 | + <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/Roboto/font.css" /> |
| 38 | + <link rel="stylesheet" href="https://cdn.hrsn.net/is-a-dev/website/fonts/UbuntuMono/font.css" /> |
82 | 39 | </head> |
83 | 40 |
|
84 | 41 | <body> |
85 | 42 | <h1>Our Supporters</h1> |
86 | | - <p>We would like to extend thanks to the following <i>amazing</i> individuals for their generous support and |
87 | | - contributions to is-a.dev:</p> |
| 43 | + <p>We would like to extend thanks to the following <i>amazing</i> individuals for their generous support and contributions to is-a.dev:</p> |
88 | 44 |
|
89 | 45 | <ul class="supporters"> |
90 | 46 | <li class="supporter"> |
|
0 commit comments