jekyll-98 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +222 -0
- data/_config.yml +127 -0
- data/_includes/about_text.html +13 -0
- data/_includes/custom-head.html +6 -0
- data/_includes/desktop_icons.html +38 -0
- data/_includes/footer.html +13 -0
- data/_includes/google-analytics.html +9 -0
- data/_includes/head.html +11 -0
- data/_includes/okcancel.html +4 -0
- data/_includes/post_list.html +62 -0
- data/_includes/social.html +230 -0
- data/_includes/start-menu-item.html +13 -0
- data/_includes/startmenu.html +70 -0
- data/_includes/stylelink.html +12 -0
- data/_includes/systray.html +35 -0
- data/_includes/titlebar.html +15 -0
- data/_includes/window.html +22 -0
- data/_layouts/category_index.html +15 -0
- data/_layouts/default.html +16 -0
- data/_layouts/error.html +58 -0
- data/_layouts/home.html +21 -0
- data/_layouts/post.html +28 -0
- data/_sass/jekyll-98/_base.scss +47 -0
- data/_sass/jekyll-98/_contact.scss +47 -0
- data/_sass/jekyll-98/_desktop_icons.scss +38 -0
- data/_sass/jekyll-98/_footer.scss +222 -0
- data/_sass/jekyll-98/_home.scss +16 -0
- data/_sass/jekyll-98/_layout.scss +8 -0
- data/_sass/jekyll-98/_post.scss +61 -0
- data/_sass/jekyll-98/_post_list.scss +88 -0
- data/_sass/jekyll-98/_window.scss +31 -0
- data/_sass/jekyll-98/custom-styles.scss +2 -0
- data/_sass/jekyll-98/custom-variables.scss +1 -0
- data/_sass/jekyll-98/initialize.scss +39 -0
- data/assets/404.md +6 -0
- data/assets/98sound.wav +0 -0
- data/assets/about.html +18 -0
- data/assets/contact.html +39 -0
- data/assets/css/style.scss +7 -0
- data/assets/icons/98banner.png +0 -0
- data/assets/icons/accessibility.png +0 -0
- data/assets/icons/agent.png +0 -0
- data/assets/icons/archive.png +0 -0
- data/assets/icons/back.png +0 -0
- data/assets/icons/bin-empty-2k.png +0 -0
- data/assets/icons/bin-empty-98.png +0 -0
- data/assets/icons/bin-full-2k.png +0 -0
- data/assets/icons/bin-full-98.png +0 -0
- data/assets/icons/calendar.png +0 -0
- data/assets/icons/camera.png +0 -0
- data/assets/icons/cancel.png +0 -0
- data/assets/icons/chart.png +0 -0
- data/assets/icons/code.png +0 -0
- data/assets/icons/computer-2k.png +0 -0
- data/assets/icons/computer.png +0 -0
- data/assets/icons/contact.png +0 -0
- data/assets/icons/desktop.png +0 -0
- data/assets/icons/document-audio.png +0 -0
- data/assets/icons/document-image.png +0 -0
- data/assets/icons/document-media.png +0 -0
- data/assets/icons/document-video.png +0 -0
- data/assets/icons/document.png +0 -0
- data/assets/icons/documents.png +0 -0
- data/assets/icons/email.png +0 -0
- data/assets/icons/error.png +0 -0
- data/assets/icons/favorites-web.png +0 -0
- data/assets/icons/feed.png +0 -0
- data/assets/icons/gaming.png +0 -0
- data/assets/icons/help.png +0 -0
- data/assets/icons/help_small.png +0 -0
- data/assets/icons/history.png +0 -0
- data/assets/icons/home.png +0 -0
- data/assets/icons/html.png +0 -0
- data/assets/icons/ie.png +0 -0
- data/assets/icons/info.png +0 -0
- data/assets/icons/links.png +0 -0
- data/assets/icons/media-player.png +0 -0
- data/assets/icons/microphone.png +0 -0
- data/assets/icons/modem.png +0 -0
- data/assets/icons/mouse.png +0 -0
- data/assets/icons/movie-maker.png +0 -0
- data/assets/icons/ms-dos.png +0 -0
- data/assets/icons/network.png +0 -0
- data/assets/icons/news.png +0 -0
- data/assets/icons/no.png +0 -0
- data/assets/icons/notepad-5.png +0 -0
- data/assets/icons/print.png +0 -0
- data/assets/icons/question.png +0 -0
- data/assets/icons/refresh.png +0 -0
- data/assets/icons/search-web.png +0 -0
- data/assets/icons/search.png +0 -0
- data/assets/icons/settings-gears.png +0 -0
- data/assets/icons/sound.png +0 -0
- data/assets/icons/spacer.png +0 -0
- data/assets/icons/start.png +0 -0
- data/assets/icons/streaming.png +0 -0
- data/assets/icons/themes.png +0 -0
- data/assets/icons/time-date.png +0 -0
- data/assets/icons/tree.png +0 -0
- data/assets/icons/users-key.png +0 -0
- data/assets/icons/users.png +0 -0
- data/assets/icons/warning.png +0 -0
- data/assets/icons/web.png +0 -0
- data/assets/icons/windows.png +0 -0
- data/assets/icons/yes.png +0 -0
- data/assets/screenshot.png +0 -0
- data/assets/social/Mail.png +0 -0
- data/assets/social/Mail2.png +0 -0
- data/assets/social/devto.svg +5 -0
- data/assets/social/dribble.svg +6 -0
- data/assets/social/facebook.svg +6 -0
- data/assets/social/flickr.svg +8 -0
- data/assets/social/github.svg +1 -0
- data/assets/social/gitlab.svg +6 -0
- data/assets/social/instagram.svg +9 -0
- data/assets/social/keybase.svg +6 -0
- data/assets/social/linkedin.svg +7 -0
- data/assets/social/mastodon.svg +6 -0
- data/assets/social/pinterest.svg +6 -0
- data/assets/social/social-icons.svg +0 -0
- data/assets/social/stackoverflow.svg +6 -0
- data/assets/social/telegram.svg +6 -0
- data/assets/social/twitch.svg +6 -0
- data/assets/social/twitter.svg +6 -0
- data/assets/social/youtube.svg +6 -0
- metadata +225 -0
@@ -0,0 +1,230 @@
|
|
1
|
+
{%- assign social = site.jekyll-98.social_links -%}
|
2
|
+
|
3
|
+
{% unless include.hide_email %}
|
4
|
+
{%- if site.author.email -%}
|
5
|
+
<a
|
6
|
+
target="_blank"
|
7
|
+
class="social-icon"
|
8
|
+
href="mailto:{{ site.author.email | cgi_escape | escape }}"
|
9
|
+
title="{{ site.author.email | escape }}">
|
10
|
+
<img src="{{ "/assets/social/Mail.png" | absolute_url }}" />
|
11
|
+
{% if include.showname %}
|
12
|
+
{{ site.author.email }}
|
13
|
+
{%- endif -%}
|
14
|
+
</a>
|
15
|
+
{%- endif -%}
|
16
|
+
{% endunless %}
|
17
|
+
{%- if social.github -%}
|
18
|
+
<a
|
19
|
+
target="_blank"
|
20
|
+
class="social-icon"
|
21
|
+
rel="me"
|
22
|
+
href="https://github.com/{{ social.github | cgi_escape | escape }}"
|
23
|
+
title="{{ social.github | escape }}">
|
24
|
+
<img src="{{ "/assets/social/github.svg" | absolute_url }}" />
|
25
|
+
{% if include.showname %}
|
26
|
+
{{ social.github }}
|
27
|
+
{% endif %}
|
28
|
+
</a>
|
29
|
+
{%- endif -%}
|
30
|
+
{%- for glb in social.gitlab -%}
|
31
|
+
{%- if glb.username and glb.instance -%}
|
32
|
+
<a
|
33
|
+
target="_blank"
|
34
|
+
class="social-icon"
|
35
|
+
rel="me"
|
36
|
+
href="https://{{ glb.instance | cgi_escape | escape}}/{{glb.username}}"
|
37
|
+
title="{{ glb.username | escape }}">
|
38
|
+
<img src="{{ "/assets/social/gitlab.svg" | absolute_url }}" />
|
39
|
+
{% if include.showname %}
|
40
|
+
{{ glb.username }}
|
41
|
+
{% endif %}
|
42
|
+
</a>
|
43
|
+
{%- endif -%}
|
44
|
+
{%- endfor -%}
|
45
|
+
{%- if social.instagram -%}
|
46
|
+
<a
|
47
|
+
target="_blank"
|
48
|
+
class="social-icon"
|
49
|
+
rel="me"
|
50
|
+
href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}"
|
51
|
+
title="{{ social.instagram | escape }}">
|
52
|
+
<img src="{{ "/assets/social/instagram.svg" | absolute_url }}" />
|
53
|
+
{% if include.showname %}
|
54
|
+
{{ social.instagram }}
|
55
|
+
{% endif %}
|
56
|
+
</a>
|
57
|
+
{%- endif -%}
|
58
|
+
{%- if social.twitter -%}
|
59
|
+
<a
|
60
|
+
target="_blank"
|
61
|
+
class="social-icon"
|
62
|
+
rel="me"
|
63
|
+
href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}"
|
64
|
+
title="{{ social.twitter | escape }}">
|
65
|
+
<img src="{{ "/assets/social/twitter.svg" | absolute_url }}" />
|
66
|
+
{% if include.showname %}
|
67
|
+
{{ social.twitter }}
|
68
|
+
{% endif %}
|
69
|
+
</a>
|
70
|
+
{%- endif -%}
|
71
|
+
{%- if social.twitch -%}
|
72
|
+
<a
|
73
|
+
target="_blank"
|
74
|
+
class="social-icon"
|
75
|
+
rel="me"
|
76
|
+
href="https://twitch.com/{{ social.twitch | cgi_escape | escape }}"
|
77
|
+
title="{{ social.twitch | escape }}">
|
78
|
+
<img src="{{ "/assets/social/twitch.svg" | absolute_url }}" />
|
79
|
+
{% if include.showname %}
|
80
|
+
{{ social.twitch }}
|
81
|
+
{% endif %}
|
82
|
+
</a>
|
83
|
+
{%- endif -%}
|
84
|
+
{%- if social.youtube -%}
|
85
|
+
<a
|
86
|
+
target="_blank"
|
87
|
+
class="social-icon"
|
88
|
+
rel="me"
|
89
|
+
href="https://www.youtube.com/{{ social.youtube | cgi_escape | escape }}"
|
90
|
+
title="{{ social.youtube | escape }}">
|
91
|
+
<img src="{{ "/assets/social/youtube.svg" | absolute_url }}" />
|
92
|
+
{% if include.showname %}
|
93
|
+
{{ social.youtube }}
|
94
|
+
{% endif %}
|
95
|
+
</a>
|
96
|
+
{%- endif -%}
|
97
|
+
{%- if social.youtube_channel -%}
|
98
|
+
<a
|
99
|
+
target="_blank"
|
100
|
+
class="social-icon"
|
101
|
+
rel="me"
|
102
|
+
href="https://www.youtube.com/channel/{{ social.youtube_channel | cgi_escape | escape }}"
|
103
|
+
title="{{ social.youtube_channel_name | escape | default: 'YouTube' }}"><img src="{{ "/assets/social/youtube.svg" | absolute_url }}" />
|
104
|
+
{% if include.showname %}
|
105
|
+
{{ social.youtube_channel_name }}
|
106
|
+
{% endif %}
|
107
|
+
</a>
|
108
|
+
{%- endif -%}
|
109
|
+
{%- if social.facebook -%}
|
110
|
+
<a
|
111
|
+
target="_blank"
|
112
|
+
class="social-icon"
|
113
|
+
rel="me"
|
114
|
+
href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}"
|
115
|
+
title="{{ social.facebook | escape }}"><img src="{{ "/assets/social/facebook.svg" | absolute_url }}" />
|
116
|
+
{% if include.showname %}
|
117
|
+
{{ social.facebook }}
|
118
|
+
{% endif %}
|
119
|
+
</a>
|
120
|
+
{%- endif -%}
|
121
|
+
{%- if social.linkedin -%}
|
122
|
+
<a
|
123
|
+
target="_blank"
|
124
|
+
class="social-icon"
|
125
|
+
rel="me"
|
126
|
+
href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}"
|
127
|
+
title="{{ social.linkedin | escape }}"><img src="{{ "/assets/social/linkedin.svg" | absolute_url }}" />
|
128
|
+
{% if include.showname %}
|
129
|
+
{{ social.linkedin }}
|
130
|
+
{% endif %}
|
131
|
+
</a>
|
132
|
+
{%- endif -%}
|
133
|
+
{%- if social.stackoverflow -%}
|
134
|
+
<a
|
135
|
+
target="_blank"
|
136
|
+
class="social-icon"
|
137
|
+
rel="me"
|
138
|
+
href="https://stackoverflow.com/users/{{ social.stackoverflow | cgi_escape | escape }}"
|
139
|
+
title="{{ social.stackoverflow | escape }}"><img src="{{ "/assets/social/stackoverflow.svg" | absolute_url }}" />
|
140
|
+
{% if include.showname %}
|
141
|
+
{{ social.stackoverflow }}
|
142
|
+
{% endif %}
|
143
|
+
</a>
|
144
|
+
{%- endif -%}
|
145
|
+
{%- if social.dribbble -%}
|
146
|
+
<a
|
147
|
+
target="_blank"
|
148
|
+
class="social-icon"
|
149
|
+
rel="me"
|
150
|
+
href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}"
|
151
|
+
title="{{ social.dribbble | escape }}"><img src="{{ "/assets/social/dribble.svg" | absolute_url }}" />
|
152
|
+
{% if include.showname %}
|
153
|
+
{{ social.dribbble }}
|
154
|
+
{% endif %}
|
155
|
+
</a>
|
156
|
+
{%- endif -%}
|
157
|
+
{%- if social.flickr -%}
|
158
|
+
<a
|
159
|
+
target="_blank"
|
160
|
+
class="social-icon"
|
161
|
+
rel="me"
|
162
|
+
href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}"
|
163
|
+
title="{{ social.flickr | escape }}"><img src="{{ "/assets/social/flickr.svg" | absolute_url }}" />
|
164
|
+
{% if include.showname %}
|
165
|
+
{{ social.flickr }}
|
166
|
+
{% endif %}
|
167
|
+
</a>
|
168
|
+
{%- endif -%}
|
169
|
+
{%- if social.pinterest -%}
|
170
|
+
<a
|
171
|
+
target="_blank"
|
172
|
+
class="social-icon"
|
173
|
+
rel="me"
|
174
|
+
href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}"
|
175
|
+
title="{{ social.pinterest | escape }}"><img src="{{ "/assets/social/pinterest.svg" | absolute_url }}" />
|
176
|
+
{% if include.showname %}
|
177
|
+
{{ social.pinterest }}
|
178
|
+
{% endif %}
|
179
|
+
</a>
|
180
|
+
{%- endif -%}
|
181
|
+
{%- for mst in social.mastodon -%}
|
182
|
+
{%- if mst.username and mst.instance -%}
|
183
|
+
<a
|
184
|
+
target="_blank"
|
185
|
+
class="social-icon"
|
186
|
+
rel="me"
|
187
|
+
href="https://{{ mst.instance | cgi_escape | escape}}/@{{mst.username}}"
|
188
|
+
title="{{ mst.username | escape }}"><img src="{{ "/assets/social/mastodon.svg" | absolute_url }}" />
|
189
|
+
{% if include.showname %}
|
190
|
+
{{ mst.username }}
|
191
|
+
{% endif %}
|
192
|
+
</a>
|
193
|
+
{%- endif -%}
|
194
|
+
{%- endfor -%}
|
195
|
+
{%- if social.telegram -%}
|
196
|
+
<a
|
197
|
+
target="_blank"
|
198
|
+
class="social-icon"
|
199
|
+
rel="me"
|
200
|
+
href="https://t.me/{{ social.telegram | cgi_escape | escape }}"
|
201
|
+
title="{{ social.telegram | escape }}"><img src="{{ "/assets/social/telegram.svg" | absolute_url }}" />
|
202
|
+
{% if include.showname %}
|
203
|
+
{{ social.telegram }}
|
204
|
+
{% endif %}
|
205
|
+
</a>
|
206
|
+
{%- endif -%}
|
207
|
+
{%- if social.keybase -%}
|
208
|
+
<a
|
209
|
+
target="_blank"
|
210
|
+
class="social-icon"
|
211
|
+
rel="me"
|
212
|
+
href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}"
|
213
|
+
title="{{ social.keybase | escape }}"><img src="{{ "/assets/social/keybase.svg" | absolute_url }}" />
|
214
|
+
{% if include.showname %}
|
215
|
+
{{ social.keybase }}
|
216
|
+
{% endif %}
|
217
|
+
</a>
|
218
|
+
{%- endif -%}
|
219
|
+
{%- if social.devto -%}
|
220
|
+
<a
|
221
|
+
target="_blank"
|
222
|
+
class="social-icon"
|
223
|
+
href="https://dev.to/{{ social.devto | cgi_escape | escape }}"
|
224
|
+
title="{{ social.devto | escape }}">
|
225
|
+
<img src="{{ "/assets/social/devto.svg" | absolute_url }}" />
|
226
|
+
{% if include.showname %}
|
227
|
+
{{ social.devto }}
|
228
|
+
{% endif %}
|
229
|
+
</a>
|
230
|
+
{%- endif -%}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<a href="{{ include.url }}">
|
2
|
+
<div class="start-menu-item">
|
3
|
+
{% assign homeurl = "/" | absolute_url %}
|
4
|
+
{% assign homeicon = "/assets/icons/" | append: site.jekyll-98.icon | default: 'computer' | append: ".png" | absolute_url %}
|
5
|
+
{% assign iconlink = include.icon | default: 'document' | prepend: "/assets/icons/" | append: ".png" | absolute_url %}
|
6
|
+
{% if include.url == homeurl %}
|
7
|
+
{% assign iconlink = homeicon %}
|
8
|
+
{% endif %}
|
9
|
+
<img src="{{ iconlink }}" alt="{{ include.alt }}" />
|
10
|
+
<div class="start-menu-item__title">{{ include.title }}</div>
|
11
|
+
<div class="start-menu-item__alt">{{ include.alt }}</div>
|
12
|
+
</div>
|
13
|
+
</a>
|
@@ -0,0 +1,70 @@
|
|
1
|
+
<script>
|
2
|
+
// if you're reading this and you know how to accomplish this without js, please let me know!
|
3
|
+
function closeStart() {
|
4
|
+
document.getElementById('start').checked = false;
|
5
|
+
}
|
6
|
+
</script>
|
7
|
+
|
8
|
+
<nav id="start-menu-nav">
|
9
|
+
<label
|
10
|
+
class="window"
|
11
|
+
aria-label="Start"
|
12
|
+
for="start">
|
13
|
+
<img src="{{ "/assets/icons/start.png" | absolute_url }}" />
|
14
|
+
Start
|
15
|
+
</label>
|
16
|
+
<input type="checkbox" id="start" />
|
17
|
+
<div id="start-menu-close" onclick="closeStart()"></div>
|
18
|
+
<div id="start-menu-items" class="window">
|
19
|
+
<div class="start-menu-banner"></div>
|
20
|
+
|
21
|
+
<div>
|
22
|
+
{% assign homelink = "/" | absolute_url %}
|
23
|
+
{% include start-menu-item.html
|
24
|
+
url = homelink
|
25
|
+
title=site.title
|
26
|
+
icon=site.jekyll-98.icon
|
27
|
+
alt = "Go back to homepage" %}
|
28
|
+
|
29
|
+
{% for category in site.jekyll-98.desktop_categories %}
|
30
|
+
{% assign category_exists = site.categories[category] %}
|
31
|
+
{% if category_exists.size > 0 %}
|
32
|
+
{% assign label = category | capitalize %}
|
33
|
+
{% assign href = "/category/" | append: category | absolute_url %}
|
34
|
+
{% assign alt_text = "Browse posts tagged " | append: category %}
|
35
|
+
{% include start-menu-item.html
|
36
|
+
url=href
|
37
|
+
title=label
|
38
|
+
icon = "documents"
|
39
|
+
alt=alt_text %}
|
40
|
+
{% endif %}
|
41
|
+
{% endfor %}
|
42
|
+
|
43
|
+
{%- for link in site.jekyll-98.site_links -%}
|
44
|
+
{%- if link.title and link.url -%}
|
45
|
+
{% include start-menu-item.html
|
46
|
+
url=link.url
|
47
|
+
title=link.title
|
48
|
+
icon=link.icon
|
49
|
+
alt=link.alt %}
|
50
|
+
{%- endif -%}
|
51
|
+
{%- endfor -%}
|
52
|
+
|
53
|
+
{% if site.jekyll-98.contact %}
|
54
|
+
{% assign contactlink = "/contact.html" | absolute_url %}
|
55
|
+
{% include start-menu-item.html
|
56
|
+
url = contactlink
|
57
|
+
title = "Contact Information"
|
58
|
+
icon = "contact"
|
59
|
+
alt = "How to contact the author" %}
|
60
|
+
{% endif %}
|
61
|
+
|
62
|
+
{% assign aboutlink = "/about.html" | absolute_url %}
|
63
|
+
{% include start-menu-item.html
|
64
|
+
url = aboutlink
|
65
|
+
title = "About"
|
66
|
+
icon = "info"
|
67
|
+
alt = "Information about this site" %}
|
68
|
+
</div>
|
69
|
+
</div>
|
70
|
+
</nav>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
{%- comment -%} EXPERIMENTAL - Swaps 98.css for XP.css with no other changes - will require fixes {%- endcomment -%}
|
2
|
+
{% if site.jekyll-98.xp %}
|
3
|
+
<link
|
4
|
+
rel="stylesheet"
|
5
|
+
href="https://unpkg.com/xp.css"
|
6
|
+
>
|
7
|
+
{% else %}
|
8
|
+
<link
|
9
|
+
rel="stylesheet"
|
10
|
+
href="https://unpkg.com/xp.css/dist/98.css"
|
11
|
+
>
|
12
|
+
{% endif %}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<!-- because this is a cheesy Windows 98 theme, include cheesy Windows 98 sound -->
|
2
|
+
<audio id="sound">
|
3
|
+
<source src="{{ "/assets/98sound.wav" | absolute_url}}" type="audio/wav">
|
4
|
+
</audio>
|
5
|
+
<script>
|
6
|
+
function playSound() {
|
7
|
+
document.getElementById("sound").play();
|
8
|
+
}
|
9
|
+
</script>
|
10
|
+
|
11
|
+
<div class="status-bar">
|
12
|
+
<div class="systray status-bar-field">
|
13
|
+
<a href="{{"/feed.xml" | absolute_url }}">
|
14
|
+
<img src="{{ "/assets/icons/feed.png" | absolute_url }}" style="margin-top: 5px" class="trayicon" aria-label="Link to atom feed of posts" />
|
15
|
+
</a>
|
16
|
+
<img src="{{ "/assets/icons/sound.png" | absolute_url }}" onclick="playSound()" class="trayicon">
|
17
|
+
<a class="has-tooltip">
|
18
|
+
<img src="{{"/assets/icons/help_small.png" | absolute_url }}" class="trayicon"
|
19
|
+
aria-label="
|
20
|
+
jekyll-98 theme by queenkjuul
|
21
|
+
depends on XP.css by botoxparty
|
22
|
+
which is built on 98.css by jdan
|
23
|
+
depends on balloon.css by kazzkiq
|
24
|
+
all of which are under the MIT license
|
25
|
+
uses SuperTinyIcons by edent
|
26
|
+
see license information here:
|
27
|
+
https://github.com/edent/SuperTinyIcons
|
28
|
+
">
|
29
|
+
</a>
|
30
|
+
<div class="systray-balloon">
|
31
|
+
{% include about_text.html %}
|
32
|
+
</div>
|
33
|
+
{{ site.time | date: '%H:%M'}}
|
34
|
+
</div>
|
35
|
+
</div>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<div class="title-bar">
|
2
|
+
<div class="title-bar-text">
|
3
|
+
{%- if include.icon -%}
|
4
|
+
<img src="/assets/icons/{{ include.icon }}.png" class="title-bar__icon" />
|
5
|
+
{%- endif -%} {{ include.title }}
|
6
|
+
</div>
|
7
|
+
<div class="title-bar-controls">
|
8
|
+
{%- if include.help -%}
|
9
|
+
<button aria-label="Help"></button>
|
10
|
+
{%- endif -%}
|
11
|
+
<button aria-label="Minimize"></button>
|
12
|
+
<button aria-label="Maximize"></button>
|
13
|
+
<button aria-label="Close"></button>
|
14
|
+
</div>
|
15
|
+
</div>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<div class="window {{ include.class }}" style="width: {{ include.width }}; {{ include.style }}">
|
2
|
+
<!-- title bar -->
|
3
|
+
{% include titlebar.html
|
4
|
+
title=include.title
|
5
|
+
help=include.help
|
6
|
+
%}
|
7
|
+
|
8
|
+
<!-- window body -->
|
9
|
+
<div class="window-body">
|
10
|
+
|
11
|
+
{{ include.content }}
|
12
|
+
|
13
|
+
{% if include.buttons %}
|
14
|
+
{% include okcancel.html %}
|
15
|
+
{% endif %}
|
16
|
+
|
17
|
+
{% if include.statusbar %}
|
18
|
+
{{ include.statusbar }}
|
19
|
+
{% endif %}
|
20
|
+
|
21
|
+
</div>
|
22
|
+
</div>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="home">
|
6
|
+
{% include desktop_icons.html hide=true %}
|
7
|
+
|
8
|
+
<div class="window">
|
9
|
+
{% include titlebar.html title=page.title %}
|
10
|
+
<div class="window-body">
|
11
|
+
<h1>Archive of posts tagged '{{ page.title }}'</h1>
|
12
|
+
<br />
|
13
|
+
{% include post_list.html %}
|
14
|
+
</div>
|
15
|
+
</div>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: "end" }}">
|
3
|
+
|
4
|
+
{%- include head.html -%}
|
5
|
+
|
6
|
+
<body class="desktop">
|
7
|
+
<main>
|
8
|
+
<div class="page-content" aria-label="Content">
|
9
|
+
{{ content }}
|
10
|
+
</div>
|
11
|
+
</main>
|
12
|
+
|
13
|
+
{%- include footer.html -%}
|
14
|
+
|
15
|
+
</body>
|
16
|
+
</html>
|
data/_layouts/error.html
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{% capture error_content %}
|
6
|
+
<table cellpadding="3" cellspacing="5" style="font-size: 1.2rem; padding: 8px;">
|
7
|
+
<tr>
|
8
|
+
<td id="tableProps" valign="top" align="left" width="34"><img id="pagerrorImg" SRC="{{ "/assets/icons/error.png" | absolute_url }}"
|
9
|
+
width="33" height="33"><td width="360"><h4 id="textSection1"
|
10
|
+
><span id="errorText">The page cannot be displayed</span></h4></td>
|
11
|
+
</td>
|
12
|
+
</tr>
|
13
|
+
<tr>
|
14
|
+
<td id="tablePropsWidth" colspan="2"><font
|
15
|
+
>The page you are looking for is currently
|
16
|
+
unavailable. The Web site might be experiencing technical difficulties, or you may need to
|
17
|
+
adjust your browser settings.</font></td>
|
18
|
+
</tr>
|
19
|
+
<tr>
|
20
|
+
<td id="tablePropsWidth" colspan="2"><font id="LID1"
|
21
|
+
><hr color="#C0C0C0" noshade>
|
22
|
+
<p id="LID2">Please try the following:</p><ul>
|
23
|
+
<li id="instructionsText1">Click the
|
24
|
+
<a href="javascript:location.reload()" target="_self">
|
25
|
+
<img valign="bottom" border=0 src="{{ "/assets/icons/refresh.png" | absolute_url }}" width="16" height="16"
|
26
|
+
alt="refresh.gif (82 bytes)"></a> <a href="javascript:location.reload()" onclick="function () { location.reload() }" target="_self">Refresh</a> button, or try again later.<br>
|
27
|
+
</li>
|
28
|
+
|
29
|
+
<li id="instructionsText2">If you typed the page address in the Address bar, make sure that
|
30
|
+
it is spelled correctly.<br>
|
31
|
+
</li>
|
32
|
+
<li id="instructionsText3">To check your connection settings, click the <b>Tools</b> menu, and then click
|
33
|
+
<b>Internet Options</b>. On the <b>Connections</b> tab, click <b>Settings</b>.
|
34
|
+
The settings should match those provided by your local area network (LAN) administrator or Internet service provider (ISP). </li>
|
35
|
+
<li ID="list4">If your Network Administrator has enabled it, Microsoft Windows
|
36
|
+
can examine your network and automatically discover network connection settings.<BR>
|
37
|
+
If you would like Windows to try and discover them,
|
38
|
+
<br>click <a href="" title="Detect Settings"><img border=0 src="{{ "/assets/icons/search.png" | absolute_url }}" width="16" height="16" alt="Detect Settings" valign="bottom"> Detect Network Settings</a>
|
39
|
+
</li>
|
40
|
+
<li id="instructionsText5">
|
41
|
+
Some sites require 128-bit connection security. Click the <b>Help</b> menu and then click <b> About Internet Explorer </b> to determine what strength security you have installed.
|
42
|
+
</li>
|
43
|
+
<li id="instructionsText4">
|
44
|
+
If you are trying to reach a secure site, make sure your Security settings can support it. Click the <B>Tools</b> menu, and then click <b>Internet Options</b>. On the Advanced tab, scroll to the Security section and check settings for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
|
45
|
+
</li>
|
46
|
+
<li id="list3">Click the <a href="javascript:history.back()" onclick="function () { history.back() }"><img valign=bottom border=0 src="{{ "/assets/icons/back.png" | absolute_url }}" width="16" height="16"> Back</a> button to try another link. </li>
|
47
|
+
</ul>
|
48
|
+
<p><br>
|
49
|
+
</p>
|
50
|
+
<h6 id="IEText" >Cannot find server or DNS Error<BR> Internet Explorer
|
51
|
+
|
52
|
+
</h2>
|
53
|
+
</font></td>
|
54
|
+
</tr>
|
55
|
+
</table>
|
56
|
+
{% endcapture %}
|
57
|
+
|
58
|
+
{% include window.html title="Page not found - Microsoft Internet Explorer" content=error_content style="max-width: 550px; margin: 16px" %}
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="home">
|
6
|
+
|
7
|
+
|
8
|
+
{% include desktop_icons.html %}
|
9
|
+
|
10
|
+
<div class="window">
|
11
|
+
{% include titlebar.html title=site.title %}
|
12
|
+
|
13
|
+
<div class="window-body">
|
14
|
+
<h1>{{ site.title }}</h1>
|
15
|
+
<br />
|
16
|
+
<h4>{{ site.description }}</h4>
|
17
|
+
<br />
|
18
|
+
{% include post_list.html %}
|
19
|
+
</div>
|
20
|
+
</div>
|
21
|
+
</div>
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
{% capture window_content %}
|
5
|
+
<div class="post-content window-body">
|
6
|
+
<h1>{{page.title}}</h1>
|
7
|
+
{{content}}
|
8
|
+
</div>
|
9
|
+
{% endcapture %}
|
10
|
+
|
11
|
+
{% capture status_bar_content %}
|
12
|
+
<div class="status-bar">
|
13
|
+
<div class="status-bar-field status-bar-date">
|
14
|
+
{%- assign date_format = site.jekyll-98.date_format | default: "%b %-d, %Y" -%}
|
15
|
+
{{ page.date | date: date_format }}
|
16
|
+
</div>
|
17
|
+
{% for category in page.categories %}
|
18
|
+
<div class="status-bar-field">
|
19
|
+
{{category}}
|
20
|
+
</div>
|
21
|
+
{% endfor %}
|
22
|
+
</div>
|
23
|
+
{% endcapture %}
|
24
|
+
|
25
|
+
<div class="post-page">
|
26
|
+
{% include desktop_icons.html hide=true %}
|
27
|
+
{% include window.html title=page.title content=window_content statusbar=status_bar_content %}
|
28
|
+
</div>
|
@@ -0,0 +1,47 @@
|
|
1
|
+
/**
|
2
|
+
* Reset some basic elements
|
3
|
+
*/
|
4
|
+
body, h1, h2, h3, h4, h5, h6,
|
5
|
+
p, blockquote, pre, hr,
|
6
|
+
dl, dd, ol, ul, figure {
|
7
|
+
margin: 0;
|
8
|
+
padding: 0;
|
9
|
+
font-size: 1rem;
|
10
|
+
}
|
11
|
+
|
12
|
+
.window {
|
13
|
+
|
14
|
+
& h1 {
|
15
|
+
font-size: 2rem;
|
16
|
+
}
|
17
|
+
|
18
|
+
& h2 {
|
19
|
+
font-size: 1.6rem;
|
20
|
+
}
|
21
|
+
|
22
|
+
& h3 {
|
23
|
+
font-size: 1.4rem;
|
24
|
+
}
|
25
|
+
|
26
|
+
& h4 {
|
27
|
+
font-size: 1.2rem;
|
28
|
+
}
|
29
|
+
|
30
|
+
& h5 {
|
31
|
+
font-size: 1.1rem;
|
32
|
+
}
|
33
|
+
|
34
|
+
& h6 {
|
35
|
+
font-size: 1rem;
|
36
|
+
}
|
37
|
+
}
|
38
|
+
|
39
|
+
* {
|
40
|
+
font-family: "Pixelated MS Sans Serif";
|
41
|
+
font-smooth: never;
|
42
|
+
-webkit-font-smoothing: none;
|
43
|
+
}
|
44
|
+
|
45
|
+
ul {
|
46
|
+
margin-left: 16px;
|
47
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
.contact-page {
|
2
|
+
display: flex;
|
3
|
+
flex-direction: row;
|
4
|
+
|
5
|
+
& .window-body {
|
6
|
+
display: flex;
|
7
|
+
flex-direction: column;
|
8
|
+
gap: 16px;
|
9
|
+
}
|
10
|
+
|
11
|
+
& .contact-title {
|
12
|
+
display: flex;
|
13
|
+
flex-direction: row;
|
14
|
+
justify-content: center;
|
15
|
+
align-items: center;
|
16
|
+
gap: 16px;
|
17
|
+
}
|
18
|
+
|
19
|
+
& .contact-window {
|
20
|
+
display: block;
|
21
|
+
position: relative;
|
22
|
+
top: 16px;
|
23
|
+
margin: 0px auto 128px auto;
|
24
|
+
min-width: 50%;
|
25
|
+
max-width: 96vw;
|
26
|
+
}
|
27
|
+
|
28
|
+
& .contact-address {
|
29
|
+
font-size: 1rem;
|
30
|
+
}
|
31
|
+
|
32
|
+
& .contact-social-wrapper {
|
33
|
+
width: 100%;
|
34
|
+
display: flex;
|
35
|
+
flex-direction: row;
|
36
|
+
flex-wrap: wrap;
|
37
|
+
align-items: center;
|
38
|
+
gap: 16px;
|
39
|
+
}
|
40
|
+
|
41
|
+
& .social-icon {
|
42
|
+
display: flex;
|
43
|
+
align-items: center;
|
44
|
+
gap: 4px;
|
45
|
+
width: fit-content;
|
46
|
+
}
|
47
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
.desktop-icons {
|
2
|
+
display: flex;
|
3
|
+
flex-direction: column;
|
4
|
+
// margin: 16px;
|
5
|
+
|
6
|
+
& a {
|
7
|
+
text-decoration: none;
|
8
|
+
color: black;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
.desktop-icon {
|
13
|
+
margin: 16px;
|
14
|
+
display: flex;
|
15
|
+
flex-direction: column;
|
16
|
+
align-items: center;
|
17
|
+
justify-content: center;
|
18
|
+
|
19
|
+
width: 96px;
|
20
|
+
max-width: 96px;
|
21
|
+
max-height: 64px;
|
22
|
+
height: 64px;
|
23
|
+
|
24
|
+
& img {
|
25
|
+
width: 48px;
|
26
|
+
height: 48px;
|
27
|
+
}
|
28
|
+
|
29
|
+
& figcaption {
|
30
|
+
font-family: 'Pixelated MS Sans Serif';
|
31
|
+
margin-top: 8px;
|
32
|
+
}
|
33
|
+
|
34
|
+
@include media-query($on-palm) {
|
35
|
+
margin: 16px 0px 0px 8px;
|
36
|
+
max-width: 72px;
|
37
|
+
}
|
38
|
+
}
|