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,222 @@
|
|
1
|
+
// root taskbar "window"
|
2
|
+
.taskbar {
|
3
|
+
position: fixed;
|
4
|
+
left: 0;
|
5
|
+
bottom: 0;
|
6
|
+
width: 100%;
|
7
|
+
margin: 0;
|
8
|
+
display: flex;
|
9
|
+
flex-direction: row;
|
10
|
+
align-items: flex-start;
|
11
|
+
}
|
12
|
+
|
13
|
+
// Start button
|
14
|
+
label[aria-label="Start"], button[aria-label="Start"] {
|
15
|
+
display: flex;
|
16
|
+
justify-content: center;
|
17
|
+
align-items: center;
|
18
|
+
|
19
|
+
width: 56px;
|
20
|
+
height: 23px;
|
21
|
+
max-height: 23px;
|
22
|
+
max-width: 56px;
|
23
|
+
padding: 0 4px;
|
24
|
+
margin: 0px 4px 0px 0px;
|
25
|
+
|
26
|
+
font-weight: bold;
|
27
|
+
text-align: left;
|
28
|
+
font-size: 11px;
|
29
|
+
|
30
|
+
& > img {
|
31
|
+
max-width: 16px;
|
32
|
+
margin-right: 4px;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
// wrapper containing menu entries
|
37
|
+
#start-menu-items a {
|
38
|
+
box-sizing: border-box;
|
39
|
+
display: block;
|
40
|
+
width: 100%;
|
41
|
+
text-decoration: none;
|
42
|
+
color: black;
|
43
|
+
|
44
|
+
&:hover {
|
45
|
+
color: white;
|
46
|
+
background-color: navy;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
/* TOGGLE SHOW/HIDE MENU */
|
51
|
+
#start-menu-items { display: none; }
|
52
|
+
#start-menu-close { display: none; }
|
53
|
+
|
54
|
+
// start menu while opened
|
55
|
+
#start-menu-nav input:checked ~ #start-menu-items {
|
56
|
+
display: grid;
|
57
|
+
position: absolute;
|
58
|
+
bottom: 30px;
|
59
|
+
left: 0px;
|
60
|
+
min-height: 300px;
|
61
|
+
min-width: 200px;
|
62
|
+
max-width: 1/3;
|
63
|
+
grid-template-columns: 21px 1fr;
|
64
|
+
}
|
65
|
+
|
66
|
+
#start-menu-nav input:checked ~ #start-menu-close {
|
67
|
+
display: block;
|
68
|
+
position: absolute;
|
69
|
+
top: -100vh;
|
70
|
+
left: 0;
|
71
|
+
width: 100vw;
|
72
|
+
height: 100vh;
|
73
|
+
min-height: 100vh;
|
74
|
+
min-width: 100vw;}
|
75
|
+
|
76
|
+
.start-menu-banner {
|
77
|
+
width: 21px;
|
78
|
+
height: 100%;
|
79
|
+
background-color: navy;
|
80
|
+
background-image: url('../../assets/icons/98banner.png');
|
81
|
+
background-position-y: bottom;
|
82
|
+
background-repeat: no-repeat;
|
83
|
+
}
|
84
|
+
|
85
|
+
.start-menu-item {
|
86
|
+
display: grid;
|
87
|
+
grid-template-areas:
|
88
|
+
"icon title"
|
89
|
+
"icon alt";
|
90
|
+
|
91
|
+
grid-template-rows: 24px 16px;
|
92
|
+
grid-template-columns: 32px 1fr;
|
93
|
+
column-gap: 8px;
|
94
|
+
|
95
|
+
border-bottom: 2px groove;
|
96
|
+
|
97
|
+
& img {
|
98
|
+
grid-area: icon;
|
99
|
+
width: 32px;
|
100
|
+
height: 32px;
|
101
|
+
// margin: 4px;
|
102
|
+
margin: auto;
|
103
|
+
margin-left: 4px;
|
104
|
+
}
|
105
|
+
|
106
|
+
&__title {
|
107
|
+
grid-area: title;
|
108
|
+
font-size: 12px;
|
109
|
+
font-weight: bold;
|
110
|
+
margin: 4px;
|
111
|
+
padding-top: 4px;
|
112
|
+
}
|
113
|
+
|
114
|
+
&__alt {
|
115
|
+
grid-area: alt;
|
116
|
+
font-size: 11px;
|
117
|
+
margin-left: 4px;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
|
121
|
+
.social-wrapper {
|
122
|
+
display: flex;
|
123
|
+
flex-direction: row;
|
124
|
+
justify-content: center;
|
125
|
+
align-items: center;
|
126
|
+
|
127
|
+
height: 23px;
|
128
|
+
|
129
|
+
& > * {
|
130
|
+
margin: 0px 4px;
|
131
|
+
}
|
132
|
+
}
|
133
|
+
|
134
|
+
.social-icon {
|
135
|
+
height: 18px;
|
136
|
+
width: 18px;
|
137
|
+
padding: 1px 2px 2px 2px;
|
138
|
+
// padding: 2px;
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
& > img {
|
143
|
+
@extend .social-icon;
|
144
|
+
&:hover {
|
145
|
+
border-right: 1px solid slategrey;
|
146
|
+
border-bottom: 1px solid slategray;
|
147
|
+
border-left: 1px solid white;
|
148
|
+
padding: 1px;
|
149
|
+
}
|
150
|
+
}
|
151
|
+
|
152
|
+
}
|
153
|
+
|
154
|
+
.systray {
|
155
|
+
display: flex;
|
156
|
+
min-height: 18px;
|
157
|
+
height: 18px;
|
158
|
+
align-self: center;
|
159
|
+
justify-content: center;
|
160
|
+
align-items: center;
|
161
|
+
margin-right: 4px !important;
|
162
|
+
}
|
163
|
+
|
164
|
+
.stendo {
|
165
|
+
width: 100%;
|
166
|
+
flex-grow: 1;
|
167
|
+
}
|
168
|
+
|
169
|
+
.trayicon {
|
170
|
+
width: 16px;
|
171
|
+
height: 16px;
|
172
|
+
margin: 2px;
|
173
|
+
}
|
174
|
+
|
175
|
+
.systray-balloon {
|
176
|
+
display: none;
|
177
|
+
|
178
|
+
& img {
|
179
|
+
width: 18px;
|
180
|
+
height: 18px;
|
181
|
+
align-self: center;
|
182
|
+
margin: auto;
|
183
|
+
grid-column: 1 / 2;
|
184
|
+
grid-row: 1 / 2;
|
185
|
+
|
186
|
+
}
|
187
|
+
|
188
|
+
&__header {
|
189
|
+
color: black;
|
190
|
+
padding: 16px 8px;
|
191
|
+
font-weight: bold;
|
192
|
+
font-size: 14px;
|
193
|
+
text-align: left;
|
194
|
+
|
195
|
+
grid-column: 2 / 3;
|
196
|
+
grid-row: 1 / 2;
|
197
|
+
|
198
|
+
& a {
|
199
|
+
text-decoration: none;
|
200
|
+
color: black;
|
201
|
+
|
202
|
+
&:hover {
|
203
|
+
text-decoration: underline;
|
204
|
+
}
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
&__content {
|
209
|
+
grid-column: 1 / 3;
|
210
|
+
grid-row: 2 / 3;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
.has-tooltip:hover + .systray-balloon {
|
215
|
+
display: grid;
|
216
|
+
background-color: #F2F2D6;
|
217
|
+
border-radius: 5px;
|
218
|
+
position: absolute;
|
219
|
+
bottom: 34px;
|
220
|
+
right: 12px;
|
221
|
+
padding: 0px 16px 16px;
|
222
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
.post-page {
|
2
|
+
display: flex;
|
3
|
+
|
4
|
+
& .window {
|
5
|
+
margin-bottom: 128px;
|
6
|
+
margin-top: 16px;
|
7
|
+
max-width: 66%;
|
8
|
+
|
9
|
+
@include media-query($on-palm) {
|
10
|
+
display: block;
|
11
|
+
margin: 16px auto 128px auto;
|
12
|
+
max-width: 96vw;
|
13
|
+
}
|
14
|
+
}
|
15
|
+
|
16
|
+
& .status-bar {
|
17
|
+
margin: 6px -6px -6px -6px;
|
18
|
+
|
19
|
+
&-field {
|
20
|
+
font-size: 1rem;
|
21
|
+
padding: 4px;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.post-content {
|
27
|
+
& * {
|
28
|
+
font-size: 1rem;
|
29
|
+
}
|
30
|
+
|
31
|
+
& h1, h2, h3, h4, h5, h6 {
|
32
|
+
margin-top: 16px;
|
33
|
+
margin-bottom: 8px;
|
34
|
+
}
|
35
|
+
|
36
|
+
& img {
|
37
|
+
display: block;
|
38
|
+
max-height: 90vh;
|
39
|
+
max-width: 75%;
|
40
|
+
margin: auto;
|
41
|
+
}
|
42
|
+
|
43
|
+
& p {
|
44
|
+
margin-top: 12px;
|
45
|
+
margin-bottom: 12px;
|
46
|
+
}
|
47
|
+
|
48
|
+
& code {
|
49
|
+
font-family: "Perfect DOS VGA 437 Win";
|
50
|
+
font-size: 1.15rem;
|
51
|
+
}
|
52
|
+
|
53
|
+
& pre {
|
54
|
+
overflow: scroll;
|
55
|
+
}
|
56
|
+
|
57
|
+
& .highlighter-rouge {
|
58
|
+
margin-top: 12px;
|
59
|
+
margin-bottom: 16px;
|
60
|
+
}
|
61
|
+
}
|
@@ -0,0 +1,88 @@
|
|
1
|
+
|
2
|
+
.post-list {
|
3
|
+
& li {
|
4
|
+
margin-bottom: 12px;
|
5
|
+
}
|
6
|
+
}
|
7
|
+
|
8
|
+
.post-list-wrapper {
|
9
|
+
display: grid;
|
10
|
+
grid-template-columns: 1fr 6fr;
|
11
|
+
grid-template-rows: 1 1;
|
12
|
+
grid-gap: 8px 0px;
|
13
|
+
}
|
14
|
+
|
15
|
+
.post-list-item {
|
16
|
+
display: grid;
|
17
|
+
grid-column: 1 / end;
|
18
|
+
grid-row: 1;
|
19
|
+
grid-template-columns: 1fr 6fr;
|
20
|
+
grid-template-rows: 1fr 1 1;
|
21
|
+
grid-gap: 4px 0px;
|
22
|
+
}
|
23
|
+
|
24
|
+
.post-list-icon {
|
25
|
+
width: 80%;
|
26
|
+
max-width: 48px;
|
27
|
+
margin: auto;
|
28
|
+
grid-column: 1;
|
29
|
+
grid-row: 1 / 3;
|
30
|
+
}
|
31
|
+
|
32
|
+
.post-link {
|
33
|
+
font-size: 24px;
|
34
|
+
grid-column: 2;
|
35
|
+
grid-row: 1;
|
36
|
+
|
37
|
+
@include media-query($on-palm) {
|
38
|
+
font-size: 1rem;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
.post-meta {
|
43
|
+
font-size: 14px;
|
44
|
+
grid-column: 2;
|
45
|
+
grid-row: 2;
|
46
|
+
}
|
47
|
+
|
48
|
+
.post-excerpt {
|
49
|
+
font-size: 12px;
|
50
|
+
grid-column: 2;
|
51
|
+
grid-row: 3;
|
52
|
+
text-overflow: ellipsis;
|
53
|
+
overflow: hidden;
|
54
|
+
}
|
55
|
+
|
56
|
+
.post-tags {
|
57
|
+
display: flex;
|
58
|
+
flex-direction: row;
|
59
|
+
align-items: center;
|
60
|
+
justify-content: flex-start;
|
61
|
+
gap: 4px;
|
62
|
+
grid-row: 2;
|
63
|
+
grid-column: 2 /3;
|
64
|
+
}
|
65
|
+
|
66
|
+
.post-tag {
|
67
|
+
&:hover {
|
68
|
+
color: blue;
|
69
|
+
text-decoration: underline;
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
.post-categories-label {
|
74
|
+
font-weight: bold;
|
75
|
+
}
|
76
|
+
|
77
|
+
.pager {
|
78
|
+
display: flex;
|
79
|
+
flex-direction: row;
|
80
|
+
align-items: center;
|
81
|
+
justify-content: center;
|
82
|
+
margin-top: 12px;
|
83
|
+
|
84
|
+
& * {
|
85
|
+
flex-shrink: 1;
|
86
|
+
flex-basis: 1/3;
|
87
|
+
}
|
88
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
.title-bar {
|
2
|
+
|
3
|
+
&__icon {
|
4
|
+
width: 12px;
|
5
|
+
height: 12px;
|
6
|
+
margin-right: 4px;
|
7
|
+
position: relative;
|
8
|
+
top: 2px;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
.error {
|
13
|
+
margin: 16px;
|
14
|
+
width: 50%;
|
15
|
+
|
16
|
+
&__icon {
|
17
|
+
width: 32px;
|
18
|
+
height: 32px;
|
19
|
+
margin: 16px;
|
20
|
+
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.page-content {
|
25
|
+
& .small-window {
|
26
|
+
position: relative;
|
27
|
+
top: 16px;
|
28
|
+
left: 16px;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
// Placeholder to allow overriding predefined variables smoothly.
|
@@ -0,0 +1,39 @@
|
|
1
|
+
@charset "utf-8";
|
2
|
+
|
3
|
+
// Width of the content area
|
4
|
+
$content-width: 800px !default;
|
5
|
+
|
6
|
+
$on-palm: 600px !default;
|
7
|
+
$on-laptop: 800px !default;
|
8
|
+
|
9
|
+
$on-medium: $on-palm !default;
|
10
|
+
$on-large: $on-laptop !default;
|
11
|
+
|
12
|
+
// Use media queries like this:
|
13
|
+
// @include media-query($on-palm) {
|
14
|
+
// .wrapper {
|
15
|
+
// padding-right: $spacing-unit / 2;
|
16
|
+
// padding-left: $spacing-unit / 2;
|
17
|
+
// }
|
18
|
+
// }
|
19
|
+
// Notice the following mixin uses max-width, in a deprecated, desktop-first
|
20
|
+
// approach, whereas media queries used elsewhere now use min-width.
|
21
|
+
@mixin media-query($device) {
|
22
|
+
@media screen and (max-width: $device) {
|
23
|
+
@content;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
// Import pre-styling-overrides hook and style-partials.
|
28
|
+
@import
|
29
|
+
"jekyll-98/custom-variables", // Hook to override predefined variables.
|
30
|
+
"jekyll-98/base", // Defines element resets.
|
31
|
+
"jekyll-98/layout", // Defines structure and style based on CSS selectors.
|
32
|
+
"jekyll-98/custom-styles" // Hook to override existing styles.
|
33
|
+
;
|
34
|
+
|
35
|
+
@include media-query($on-palm) {
|
36
|
+
.hide-on-phone {
|
37
|
+
display: none;
|
38
|
+
}
|
39
|
+
}
|
data/assets/404.md
ADDED
data/assets/98sound.wav
ADDED
Binary file
|
data/assets/about.html
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
permalink: /about.html
|
4
|
+
---
|
5
|
+
|
6
|
+
{% capture abouttext %}
|
7
|
+
<h4>{{ site.title }}</h4>
|
8
|
+
<p>{{ site.description }}</p>
|
9
|
+
<br />
|
10
|
+
<ul>
|
11
|
+
{% for info in site.jekyll-98.about %}
|
12
|
+
<li>{{ info }}</li>
|
13
|
+
{% endfor %}
|
14
|
+
</ul>
|
15
|
+
{% include about_text.html %}
|
16
|
+
{% endcapture %}
|
17
|
+
|
18
|
+
{%include window.html width="250px" class="small-window" title=site.title content=abouttext buttons=false statusbar=false %}
|
data/assets/contact.html
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
permalink: /contact.html
|
4
|
+
---
|
5
|
+
|
6
|
+
{% capture contact_info %}
|
7
|
+
{% assign info = site.jekyll-98.contact %}
|
8
|
+
<div class="contact-title">
|
9
|
+
<img src="{{ "/assets/icons/contact.png" | absolute_url }}" style="width: 48px; height: 48px;" />
|
10
|
+
<h4>Contact Information</h4>
|
11
|
+
</div>
|
12
|
+
<div class="contact-name">
|
13
|
+
<h4>{{ info.name }}</h4>
|
14
|
+
<h5>{{ info.email }}</h5>
|
15
|
+
{% if info.phone %}
|
16
|
+
<h5>{{ info.phone }}</h5>
|
17
|
+
{% endif %}
|
18
|
+
</div>
|
19
|
+
<div class="contact-address">
|
20
|
+
{% for line in info.address %}
|
21
|
+
<div class="address-line">{{ line }}</div>
|
22
|
+
{% endfor %}
|
23
|
+
</div>
|
24
|
+
<div class="contact-other">
|
25
|
+
<ul>
|
26
|
+
{% for line in info.other %}
|
27
|
+
<li class="other-line">{{ line }}</li>
|
28
|
+
{% endfor %}
|
29
|
+
</ul>
|
30
|
+
</div>
|
31
|
+
<div class="contact-social-wrapper">
|
32
|
+
{% include social.html showname=true hide_email=true %}
|
33
|
+
</div>
|
34
|
+
{% endcapture %}
|
35
|
+
|
36
|
+
<div class="contact-page">
|
37
|
+
{% include desktop_icons.html hide=true %}
|
38
|
+
{% include window.html class = "contact-window" title = "Contact Information" content=contact_info %}
|
39
|
+
</div>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/ie.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/icons/no.png
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|