Skip to content

Commit

Permalink
Site updated: 2024-01-20 22:30:37
Browse files Browse the repository at this point in the history
  • Loading branch information
unuma committed Jan 20, 2024
1 parent da4c0d2 commit ef2916b
Show file tree
Hide file tree
Showing 53 changed files with 516 additions and 824 deletions.
22 changes: 9 additions & 13 deletions 2021/03/20/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
22 changes: 9 additions & 13 deletions 2021/03/21/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
22 changes: 9 additions & 13 deletions 2021/03/22/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
22 changes: 9 additions & 13 deletions 2021/03/23/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
22 changes: 9 additions & 13 deletions 2021/04/28/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
22 changes: 9 additions & 13 deletions 2021/07/28/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<!-- Preload fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preload" href="/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/dm-serif-display-v4-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/blog/fonts/inter-v2-latin-regular.woff2" as="font" type="font/woff2" crossorigin>

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -68,10 +68,6 @@

<!-- User css -->


<link rel="stylesheet" href="/blog/css/user.css">



<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand All @@ -81,18 +77,18 @@
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<style>
a:not(.icon) {
text-decoration-color: #0FA0CE;
text-decoration-color: #0A6987;
background-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 50%,
#0FA0CE 50%
#0A6987 50%
);
}
blockquote {
border-left: 8px solid #0FA0CE;
border-left: 8px solid #0A6987;
}
.nanobar .bar {
background: #0FA0CE;
background: #0A6987;
}
.button.button-primary:hover,
button.button-primary:hover,
Expand All @@ -104,8 +100,8 @@
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
background-color: #0FA0CE;
border-color: #0FA0CE;
background-color: #0A6987;
border-color: #0A6987;
}
input[type="email"]:focus,
input[type="number"]:focus,
Expand All @@ -116,7 +112,7 @@
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #0FA0CE;
border: 1px solid #0A6987;
}
</style>

Expand Down
Loading

0 comments on commit ef2916b

Please sign in to comment.