-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (190 loc) · 7.89 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Meta Tags for SEO and Personal Branding -->
<meta name="description"
content="Welcome to Ewan's Web Corner - A personal blog where I share my thoughts on coding, technology, and life.">
<meta name="keywords" content="Ewan, personal blog, coding, technology, programming, tech blog, Ewan's Web Corner">
<meta name="author" content="Ewan Croft">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="Ewan's Web Corner">
<meta property="og:description" content="Explore my personal website where I share my ramblings.">
<meta property="og:image" content="/assets/images/embed-preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="https://ewancroft.uk">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Ewan's Web Corner">
<!-- Styles -->
<link rel="stylesheet" href="/assets/css/fonts.css">
<link rel="stylesheet" href="/assets/css/variables.css">
<link rel="stylesheet" href="/assets/css/base.css">
<link rel="stylesheet" href="/assets/css/layout.css">
<link rel="stylesheet" href="/assets/css/components.css">
<link rel="stylesheet" href="/assets/css/media-queries.css">
<link rel="stylesheet" href="/assets/css/post-transitions.css">
<!-- Favicon and Icons (Static Fallbacks) -->
<link id="icon-32" rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link id="icon-16" rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link id="apple-touch-icon" rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link id="android-chrome-192x192" rel="icon" type="image/png" sizes="192x192" href="/assets/images/favicon/android-chrome-192x192.png">
<link id="android-chrome-512x512" rel="icon" type="image/png" sizes="512x512" href="/assets/images/favicon/android-chrome-512x512.png">
<link rel="manifest" href="/assets/images/favicon/site.webmanifest">
<!-- Mobile Optimisation -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Title -->
<title>Ewan's Web Corner</title>
<!-- Other Meta Tags for Compatibility -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-TileColor" content="#0a1607">
<meta name="msapplication-TileImage" content="/assets/images/favicon/ms-icon-144x144.png">
<title>Loading...</title>
</head>
<body class="atproto-site-scroll">
<div id="page">
<div id="column-left">
<div id="sidebar">
<div id="profile-area">
<!-- Profile Information -->
<profile-picture></profile-picture>
<profile-username></profile-username>
<profile-description></profile-description>
<!-- Navigation Links -->
<nav aria-label="Main Navigation">
<div class="links">
<a href="/">Home</a>
<a href="/#about">About</a>
<a href="/#verification">Verification</a>
<a href="https://whtwnd.com/did:plc:ofrbh253gwicbkc5nktqepol">My Blog</a>
<a href="https://lastfmstats.com/user/greenwolf745/charts">Music Habits</a>
</div>
<!-- Pagination -->
<if-pagination role="navigation" aria-label="Pagination Navigation">
<if-previous-page style="display: none;">
<a aria-label="Previous Page"><previous-page-link><</previous-page-link></a>
</if-previous-page>
<current-page-number>1</current-page-number>
<if-next-page>
<a href="#page/2" aria-label="Next Page"><next-page-link>></next-page-link></a>
</if-next-page>
</if-pagination>
</nav>
</div>
<p class="credit">
powered by <a href="https://atproto.com">atproto</a>
<br />
© 2023-<span id="copyright-year"></span> ewan croft
<br />
<a href="https://opensource.org/licenses/MIT">code licensed under the mit licence</a>
<br />
<a href="https://creativecommons.org/licenses/by/4.0/">text and imagery licenced under cc by 4.0</a>
<br />
this website is based on <a href="https://codeberg.org/fei-chicory-blue/atproto-site">this template</a>
<script src="https://recentfm.rknight.me/now.js?u=greenwolf745"></script>
</p>
<button id="theme-toggle" aria-label="Toggle Theme">Toggle Theme</button>
</div>
</div>
<div id="column-right">
<noscript>
<p>It seems you have JavaScript disabled. Please enable it to view this site properly.</p>
</noscript>
<if-tag-page style="display: none;">
<div class="post">
Posts tagged #<tag-name></tag-name>
</div>
</if-tag-page>
<main class="atproto-site-scroll">
<!--you can add a "pinned" post here:-->
<!--<site-post data-uri="at:..." data-show-author></site-post>-->
<post-container></post-container>
</main>
</div>
</div>
<!--generic/fallback post template-->
<template id="template-generic-post">
<article class="post" role="article">
<div class="author">
<author-pfp></author-pfp>
<div>
<author-username></author-username>
<author-handle></author-handle>
</div>
</div>
<if-reply>
<div class="reply-indicator" aria-label="Reply Indicator">↩ Reply
<reply-link-wrapper>(see context)</reply-link-wrapper>
</div>
</if-reply>
<image-content></image-content>
<if-title>
<h2><title-content></title-content></h2>
</if-title>
<text-content></text-content>
<embed-container></embed-container>
<tag-container></tag-container>
<div class="footer">
<created-at></created-at>
<remote-link></remote-link>
</div>
</article>
</template>
<template id="template-link-post">
<article class="post" role="article">
<div class="author">
<author-pfp></author-pfp>
<div>
<author-username></author-username>
<author-handle></author-handle>
</div>
</div>
<if-reply>
<div class="reply-indicator" aria-label="Reply Indicator">↩ Reply
<reply-link-wrapper>(see context)</reply-link-wrapper>
</div>
</if-reply>
<link-wrapper>
<link-content></link-content>
</link-wrapper>
<if-title>
<h3><title-content></title-content></h3>
</if-title>
<embed-container></embed-container>
<tag-container></tag-container>
<div class="footer">
<created-at></created-at>
<remote-link></remote-link>
</div>
</article>
</template>
<template id="template-embed-card">
<div class="embed-card">
<image-content></image-content>
<div class="embed-content">
<if-title>
<div>
<title-content></title-content>
</div>
</if-title>
<text-content></text-content>
</div>
</div>
</template>
<template id="template-tag-chip">
<link-wrapper >
#<link-content></link-content>
</link-wrapper>
</template>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/markdown-it.min.js"></script>
<script src="/assets/scripts/atproto.js"></script>
<script src="/assets/scripts/settings.js"></script>
<script src="/assets/scripts/copyright.js"></script>
<script src="/assets/scripts/theme.js"></script>
<script src="/assets/scripts/post-transitions.js"></script>
</body>
</html>