wind-theme 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +22 -0
- data/_includes/footer.html +13 -9
- data/_includes/head.html +1 -0
- data/_includes/navbar.html +65 -52
- data/_includes/sharing.html +8 -8
- data/_includes/up_button.html +1 -1
- data/_layouts/gallery.html +14 -0
- data/_layouts/home.html +5 -5
- data/_layouts/post.html +4 -4
- data/_layouts/tags.html +1 -1
- data/assets/Open_Sans/OFL.txt +93 -0
- data/assets/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf +0 -0
- data/assets/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf +0 -0
- data/assets/Open_Sans/README.txt +100 -0
- data/assets/Open_Sans/static/OpenSans-Bold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-BoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-ExtraBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-Italic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-Light.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-LightItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-Medium.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-MediumItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-Regular.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-SemiBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans-SemiBoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-Bold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-BoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-ExtraBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-Italic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-Light.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-LightItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-Medium.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-MediumItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-Regular.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-SemiBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_Condensed-SemiBoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-BoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-ExtraBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-Italic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-Light.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-LightItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-Medium.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-MediumItalic.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-Regular.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-SemiBold.ttf +0 -0
- data/assets/Open_Sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf +0 -0
- data/assets/css/main.scss +18 -0
- data/assets/css/style.css +77 -9
- data/assets/dist-style.css +1 -1
- metadata +45 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96eca182dd7d5302abed2e528457127d6d42846b8e2722e2c1f7ba4c9066ae04
|
4
|
+
data.tar.gz: 6635b435a67406255b207021ecd7cf1ddd5f7c516c0557664113056b99110240
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a2c49ecabc91d195fd2066ec8a2f019e188559abf7c9e0ee3f7195a91dd49d6fb9142b192072a673308c6c8a57016409ef901268adefedf66175d5f02586a08
|
7
|
+
data.tar.gz: 376887c741dd5c6aadd5516e870aed2aa19270d29faca40ad6da425ea549aeceb4e4bb0c03c5809623d3025bc3373a78b6ac2d8e809ed7197e345e3682a8d0a4
|
data/README.md
CHANGED
@@ -140,6 +140,28 @@ If you don't want to display comments for a particular post you can disable them
|
|
140
140
|
To override the default structure and style of minima, simply create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file.
|
141
141
|
e.g., to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path, create an `_includes` directory, copy `_includes/head.html` from minima gem folder to `<yoursite>/_includes` and start editing that file.
|
142
142
|
|
143
|
+
### Footer
|
144
|
+
|
145
|
+
To customize the text in the footer:
|
146
|
+
|
147
|
+
1. Declare your site language in the `_config.yml` file:
|
148
|
+
|
149
|
+
```yaml
|
150
|
+
language: "your_language_code"
|
151
|
+
```
|
152
|
+
|
153
|
+
2. Create a language `data` file in the data folder, using your site language code (e.g., `es.yml` for Spanish).
|
154
|
+
|
155
|
+
3. Customize the footer variables in the language data file:
|
156
|
+
|
157
|
+
```yml
|
158
|
+
footer:
|
159
|
+
title: "Mantengamosnos conectados"
|
160
|
+
description: "Puesdes encontrarme en cualquiera de estos canales:"
|
161
|
+
pages: "Paginas"
|
162
|
+
```
|
163
|
+
Adjust the values of title, description, and pages as needed.
|
164
|
+
|
143
165
|
### Plugins
|
144
166
|
|
145
167
|
Minima comes with [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag) plugin preinstalled to make sure your website gets the most useful meta tags. See [usage](https://github.com/jekyll/jekyll-seo-tag#usage) to know how to set it up.
|
data/_includes/footer.html
CHANGED
@@ -4,20 +4,23 @@
|
|
4
4
|
<div class="container mx-auto px-4">
|
5
5
|
<div class="flex flex-wrap text-left lg:text-left">
|
6
6
|
<div class="w-full lg:w-6/12 px-4">
|
7
|
-
<h4 class="text-3xl fonat-semibold">{{ site.data[site.lang].footer.title | default: "Let's keep in touch!" |
|
8
|
-
|
7
|
+
<h4 class="text-3xl fonat-semibold">{{ site.data[site.lang].footer.title | default: "Let's keep in touch!" |
|
8
|
+
localize}}</h4>
|
9
|
+
<span class="text-lg dark:text-slate-300 my-4">
|
9
10
|
{{ site.data[site.lang].footer.description | default: "Find us on any of these platforms." }}
|
10
|
-
</
|
11
|
+
</span>
|
11
12
|
{% include social.html %}
|
12
13
|
</div>
|
13
14
|
<div class="w-full lg:w-6/12 px-4">
|
14
|
-
<div class="flex flex-wrap
|
15
|
+
<div class="flex flex-wrap text-right mb-6">
|
15
16
|
<div class="w-full lg:w-4/12 px-4 ml-auto">
|
16
|
-
<span class="block uppercase text-slate-800 dark:text-slate-200 font-semibold mb-2">{{
|
17
|
+
<span class="block uppercase text-slate-800 dark:text-slate-200 font-semibold mb-2">{{
|
18
|
+
site.data[site.lang].footer.pages | default: "Pages" }}</span>
|
17
19
|
<ul>
|
18
20
|
{% for page in site.pages %}
|
19
21
|
<li>
|
20
|
-
<a class="text-slate-600 hover:text-slate-800 dark:text-slate-300 dark:hover:text-slate-200 "
|
22
|
+
<a class="text-slate-600 hover:text-slate-800 dark:text-slate-300 dark:hover:text-slate-200 "
|
23
|
+
href="{{ page.url }}">{{ page.title }}</a>
|
21
24
|
</li>
|
22
25
|
{% endfor %}
|
23
26
|
</ul>
|
@@ -25,11 +28,12 @@
|
|
25
28
|
</div>
|
26
29
|
</div>
|
27
30
|
</div>
|
28
|
-
<hr class="my-6 border-
|
31
|
+
<hr class="my-6 border-gray-300">
|
29
32
|
<div class="flex flex-wrap items-center md:justify-between justify-center">
|
30
33
|
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
|
31
|
-
<div class="text-sm text-
|
32
|
-
Copyright © <span id="get-current-year">{{currentYear}}</span><a href="
|
34
|
+
<div class="text-sm text-gray-500 font-semibold py-1">
|
35
|
+
Copyright © <span id="get-current-year">{{currentYear}}</span><a href="{{ site.url }}" class="text-gray-500 hover:text-gray-800
|
36
|
+
dark:text-slate-500 dark:hover:text-slate-200" target="_blank"> {{site.title}}
|
33
37
|
</div>
|
34
38
|
</div>
|
35
39
|
</div>
|
data/_includes/head.html
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
5
5
|
{% seo %}
|
6
6
|
<link rel="stylesheet" href="{{ '/assets/dist-style.css' | relative_url }}">
|
7
|
+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
|
7
8
|
|
8
9
|
{%- include custom_head.html -%}
|
9
10
|
</head>
|
data/_includes/navbar.html
CHANGED
@@ -5,15 +5,16 @@
|
|
5
5
|
|
6
6
|
<nav class="py-4">
|
7
7
|
<div class="container mx-auto flex justify-between items-center">
|
8
|
-
<
|
8
|
+
<h5 class="text-xl md:text-2xl font-semibold"><a href="{{ '/' | relative_url }}">{{ site.title }}</a></h5>
|
9
9
|
<div class="my-auto hidden md:flex items-center space-x-4">
|
10
10
|
{%- if titles_size > 0 -%}
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
11
|
+
{%- for path in page_paths -%}
|
12
|
+
{%- assign my_page = site.pages | where: "path", path | first -%}
|
13
|
+
{%- if my_page.title and my_page.hide_in_nav != true -%}
|
14
|
+
<a class="hover:scale-105 duration-300 page-link {% if my_page.url == current_page_url %}font-bold{% endif %}"
|
15
|
+
href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
16
|
+
{%- endif -%}
|
17
|
+
{%- endfor -%}
|
17
18
|
{%- endif -%}
|
18
19
|
|
19
20
|
<div class="hover:scale-105 duration-300">
|
@@ -24,17 +25,22 @@
|
|
24
25
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
25
26
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
26
27
|
<g id="SVGRepo_iconCarrier">
|
27
|
-
<path
|
28
|
+
<path
|
29
|
+
d="M3.32031 11.6835C3.32031 16.6541 7.34975 20.6835 12.3203 20.6835C16.1075 20.6835 19.3483 18.3443 20.6768 15.032C19.6402 15.4486 18.5059 15.6834 17.3203 15.6834C12.3497 15.6834 8.32031 11.654 8.32031 6.68342C8.32031 5.50338 8.55165 4.36259 8.96453 3.32996C5.65605 4.66028 3.32031 7.89912 3.32031 11.6835Z"
|
30
|
+
stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
28
31
|
</g>
|
29
32
|
</svg>
|
30
33
|
</svg>
|
31
|
-
<svg id="moon-icon" class="w-6 h-6 text-yellow-500 hidden" fill="none" stroke="currentColor"
|
34
|
+
<svg id="moon-icon" class="w-6 h-6 text-yellow-500 hidden" fill="none" stroke="currentColor"
|
35
|
+
viewBox="0 0 24 24">
|
32
36
|
<!-- SVG code for a moon icon (dark mode) -->
|
33
37
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
34
38
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
35
39
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
36
40
|
<g id="SVGRepo_iconCarrier">
|
37
|
-
<path
|
41
|
+
<path
|
42
|
+
d="M12 3V4M12 20V21M4 12H3M6.31412 6.31412L5.5 5.5M17.6859 6.31412L18.5 5.5M6.31412 17.69L5.5 18.5001M17.6859 17.69L18.5 18.5001M21 12H20M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z"
|
43
|
+
stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
38
44
|
</g>
|
39
45
|
</svg>
|
40
46
|
</svg>
|
@@ -48,23 +54,29 @@
|
|
48
54
|
|
49
55
|
<div class="">
|
50
56
|
<button id="modeToggleMobile" aria-label="Toggle Dark mode" class="p-2 rounded-lg">
|
51
|
-
<svg id="sun-icon-mobile" class="w-8 h-8 text-yellow-500" fill="none" stroke="currentColor"
|
57
|
+
<svg id="sun-icon-mobile" class="w-8 h-8 text-yellow-500" fill="none" stroke="currentColor"
|
58
|
+
viewBox="0 0 24 24">
|
52
59
|
<!-- SVG code for a sun icon (light mode) -->
|
53
60
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
54
61
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
55
62
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
56
63
|
<g id="SVGRepo_iconCarrier">
|
57
|
-
<path
|
64
|
+
<path
|
65
|
+
d="M3.32031 11.6835C3.32031 16.6541 7.34975 20.6835 12.3203 20.6835C16.1075 20.6835 19.3483 18.3443 20.6768 15.032C19.6402 15.4486 18.5059 15.6834 17.3203 15.6834C12.3497 15.6834 8.32031 11.654 8.32031 6.68342C8.32031 5.50338 8.55165 4.36259 8.96453 3.32996C5.65605 4.66028 3.32031 7.89912 3.32031 11.6835Z"
|
66
|
+
stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
58
67
|
</g>
|
59
68
|
</svg>
|
60
69
|
</svg>
|
61
|
-
<svg id="moon-icon-mobile" class="w-8 h-8 text-yellow-500 hidden" fill="none" stroke="currentColor"
|
70
|
+
<svg id="moon-icon-mobile" class="w-8 h-8 text-yellow-500 hidden" fill="none" stroke="currentColor"
|
71
|
+
viewBox="0 0 24 24">
|
62
72
|
<!-- SVG code for a moon icon (dark mode) -->
|
63
73
|
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
64
74
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
65
75
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
66
76
|
<g id="SVGRepo_iconCarrier">
|
67
|
-
<path
|
77
|
+
<path
|
78
|
+
d="M12 3V4M12 20V21M4 12H3M6.31412 6.31412L5.5 5.5M17.6859 6.31412L18.5 5.5M6.31412 17.69L5.5 18.5001M17.6859 17.69L18.5 18.5001M21 12H20M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z"
|
79
|
+
stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
68
80
|
</g>
|
69
81
|
</svg>
|
70
82
|
</svg>
|
@@ -78,12 +90,13 @@
|
|
78
90
|
</button>
|
79
91
|
<div id="mobile-menu" class="hidden absolute top-16 right-4 bg-white dark:bg-slate-500 p-4 rounded shadow-md">
|
80
92
|
{%- if titles_size > 0 -%}
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
93
|
+
{%- for path in page_paths -%}
|
94
|
+
{%- assign my_page = site.pages | where: "path", path | first -%}
|
95
|
+
{%- if my_page.title and my_page.hide_in_nav != true -%}
|
96
|
+
<a class="block text-black-700 font-semibold p-2" href="{{ my_page.url | relative_url }}">{{ my_page.title |
|
97
|
+
escape }}</a>
|
98
|
+
{%- endif -%}
|
99
|
+
{%- endfor -%}
|
87
100
|
{%- endif -%}
|
88
101
|
</div>
|
89
102
|
</div>
|
@@ -100,64 +113,64 @@
|
|
100
113
|
</script>
|
101
114
|
|
102
115
|
<script>
|
103
|
-
// Desktop version
|
104
|
-
const darkModeToggle = document.getElementById('darkModeToggle');
|
105
|
-
const sunIcon = document.getElementById('sun-icon');
|
106
|
-
const moonIcon = document.getElementById('moon-icon');
|
107
|
-
const html = document.documentElement;
|
108
|
-
let isDarkMode = false;
|
109
|
-
|
110
|
-
// Function to toggle dark/light mode
|
111
|
-
function toggleDarkMode() {
|
116
|
+
// Desktop version
|
117
|
+
const darkModeToggle = document.getElementById('darkModeToggle');
|
118
|
+
const sunIcon = document.getElementById('sun-icon');
|
119
|
+
const moonIcon = document.getElementById('moon-icon');
|
120
|
+
const html = document.documentElement;
|
121
|
+
let isDarkMode = false;
|
122
|
+
|
123
|
+
// Function to toggle dark/light mode
|
124
|
+
function toggleDarkMode() {
|
112
125
|
isDarkMode = !isDarkMode;
|
113
126
|
html.classList.toggle('dark', isDarkMode);
|
114
127
|
sunIcon.style.display = isDarkMode ? 'none' : 'block';
|
115
128
|
moonIcon.style.display = isDarkMode ? 'block' : 'none';
|
116
129
|
localStorage.setItem('darkMode', isDarkMode ? 'dark' : 'light'); // Store user preference
|
117
|
-
}
|
130
|
+
}
|
118
131
|
|
119
|
-
// Add a click event listener to the toggle button
|
120
|
-
darkModeToggle.addEventListener('click', toggleDarkMode);
|
132
|
+
// Add a click event listener to the toggle button
|
133
|
+
darkModeToggle.addEventListener('click', toggleDarkMode);
|
121
134
|
|
122
|
-
// Check the user's preference and apply it on page load
|
123
|
-
const savedMode = localStorage.getItem('darkMode');
|
124
|
-
if (savedMode === 'dark') {
|
135
|
+
// Check the user's preference and apply it on page load
|
136
|
+
const savedMode = localStorage.getItem('darkMode');
|
137
|
+
if (savedMode === 'dark') {
|
125
138
|
html.classList.add('dark');
|
126
139
|
sunIcon.style.display = 'none';
|
127
140
|
moonIcon.style.display = 'block';
|
128
|
-
} else {
|
141
|
+
} else {
|
129
142
|
html.classList.remove('dark');
|
130
143
|
sunIcon.style.display = 'block';
|
131
144
|
moonIcon.style.display = 'none';
|
132
|
-
}
|
145
|
+
}
|
133
146
|
|
134
|
-
// Mobile version (using the same storage key as desktop)
|
135
|
-
const modeToggleMobile = document.getElementById('modeToggleMobile');
|
136
|
-
const sunIconMobile = document.getElementById('sun-icon-mobile');
|
137
|
-
const moonIconMobile = document.getElementById('moon-icon-mobile');
|
138
|
-
const htmlMobile = document.documentElement;
|
147
|
+
// Mobile version (using the same storage key as desktop)
|
148
|
+
const modeToggleMobile = document.getElementById('modeToggleMobile');
|
149
|
+
const sunIconMobile = document.getElementById('sun-icon-mobile');
|
150
|
+
const moonIconMobile = document.getElementById('moon-icon-mobile');
|
151
|
+
const htmlMobile = document.documentElement;
|
139
152
|
|
140
|
-
// Function to toggle dark/light mode for mobile
|
141
|
-
function toggleDarkModeMobile() {
|
153
|
+
// Function to toggle dark/light mode for mobile
|
154
|
+
function toggleDarkModeMobile() {
|
142
155
|
isDarkMode = !isDarkMode; // Use the same isDarkMode variable as desktop
|
143
156
|
htmlMobile.classList.toggle('dark', isDarkMode);
|
144
157
|
sunIconMobile.style.display = isDarkMode ? 'none' : 'block';
|
145
158
|
moonIconMobile.style.display = isDarkMode ? 'block' : 'none';
|
146
159
|
localStorage.setItem('darkMode', isDarkMode ? 'dark' : 'light'); // Use the same storage key as desktop
|
147
|
-
}
|
160
|
+
}
|
148
161
|
|
149
|
-
// Add a click event listener to the mobile toggle button
|
150
|
-
modeToggleMobile.addEventListener('click', toggleDarkModeMobile);
|
162
|
+
// Add a click event listener to the mobile toggle button
|
163
|
+
modeToggleMobile.addEventListener('click', toggleDarkModeMobile);
|
151
164
|
|
152
|
-
// Check the user's preference and apply it on page load for mobile
|
153
|
-
const savedModeMobile = localStorage.getItem('darkMode');
|
154
|
-
if (savedModeMobile === 'dark') {
|
165
|
+
// Check the user's preference and apply it on page load for mobile
|
166
|
+
const savedModeMobile = localStorage.getItem('darkMode');
|
167
|
+
if (savedModeMobile === 'dark') {
|
155
168
|
htmlMobile.classList.add('dark');
|
156
169
|
sunIconMobile.style.display = 'none';
|
157
170
|
moonIconMobile.style.display = 'block';
|
158
|
-
} else {
|
171
|
+
} else {
|
159
172
|
htmlMobile.classList.remove('dark');
|
160
173
|
sunIconMobile.style.display = 'block';
|
161
174
|
moonIconMobile.style.display = 'none';
|
162
|
-
}
|
175
|
+
}
|
163
176
|
</script>
|
data/_includes/sharing.html
CHANGED
@@ -1,47 +1,47 @@
|
|
1
1
|
<div class="sharing-buttons flex flex-wrap gap-1 justify-center ">
|
2
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
2
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://facebook.com/sharer/sharer.php?u={{ site.url | uri_escape | append: page.url }}" aria-label="Share on Facebook">
|
3
3
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
4
4
|
<title>Facebook</title>
|
5
5
|
<path d="M379 22v75h-44c-36 0-42 17-42 41v54h84l-12 85h-72v217h-88V277h-72v-85h72v-62c0-72 45-112 109-112 31 0 58 3 65 4z"></path>
|
6
6
|
</svg>
|
7
7
|
</a>
|
8
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
8
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://twitter.com/intent/tweet?url={{ site.url | uri_escape | append: page.url }}&text={{ page.title }}" aria-label="Share on Twitter">
|
9
9
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
10
10
|
<title>Twitter</title>
|
11
11
|
<path d="m459 152 1 13c0 139-106 299-299 299-59 0-115-17-161-47a217 217 0 0 0 156-44c-47-1-85-31-98-72l19 1c10 0 19-1 28-3-48-10-84-52-84-103v-2c14 8 30 13 47 14A105 105 0 0 1 36 67c51 64 129 106 216 110-2-8-2-16-2-24a105 105 0 0 1 181-72c24-4 47-13 67-25-8 24-25 45-46 58 21-3 41-8 60-17-14 21-32 40-53 55z"></path>
|
12
12
|
</svg>
|
13
13
|
</a>
|
14
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
14
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url | uri_escape | append: page.url }}&title={{ page.title }}&summary={{ page.title }}&source={{ site.url | uri_escape }}" aria-label="Share on Linkedin">
|
15
15
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
16
16
|
<title>Linkedin</title>
|
17
17
|
<path d="M136 183v283H42V183h94zm6-88c1 27-20 49-53 49-32 0-52-22-52-49 0-28 21-49 53-49s52 21 52 49zm333 208v163h-94V314c0-38-13-64-47-64-26 0-42 18-49 35-2 6-3 14-3 23v158h-94V183h94v41c12-20 34-48 85-48 62 0 108 41 108 127z"></path>
|
18
18
|
</svg>
|
19
19
|
</a>
|
20
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
20
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://pinterest.com/pin/create/button/?url={{ site.url | uri_escape | append: page.url }}&media={{ site.url | uri_escape }}&description={{ page.title }}" aria-label="Share on Pinterest" draggable="false">
|
21
21
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
22
22
|
<title>Pinterest</title>
|
23
23
|
<path d="M268 6C165 6 64 75 64 186c0 70 40 110 64 110 9 0 15-28 15-35 0-10-24-30-24-68 0-81 62-138 141-138 68 0 118 39 118 110 0 53-21 153-90 153-25 0-46-18-46-44 0-38 26-74 26-113 0-67-94-55-94 25 0 17 2 36 10 51-14 60-42 148-42 209 0 19 3 38 4 57 4 3 2 3 7 1 51-69 49-82 72-173 12 24 44 36 69 36 106 0 154-103 154-196C448 71 362 6 268 6z"></path>
|
24
24
|
</svg>
|
25
25
|
</a>
|
26
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
26
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://reddit.com/submit/?url={{ site.url | uri_escape | append: page.url }}&resubmit=true&title={{ page.title }}" aria-label="Share on Reddit" draggable="false">
|
27
27
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
28
28
|
<title>Reddit</title>
|
29
29
|
<path d="M440 204c-15 0-28 6-38 15-35-24-83-40-137-42l28-125 88 20c0 22 18 39 39 39 22 0 40-18 40-39s-17-40-40-40c-15 0-28 9-35 22l-97-22c-5-1-10 3-11 7l-31 138c-53 2-100 18-136 43a53 53 0 0 0-38-16c-56 0-74 74-23 100l-3 24c0 84 95 152 210 152 117 0 211-68 211-152 0-8-1-17-3-25 50-25 32-99-24-99zM129 309a40 40 0 1 1 80 0 40 40 0 0 1-80 0zm215 93c-37 37-139 37-176 0-4-3-4-9 0-13s10-4 13 0c28 28 120 29 149 0 4-4 10-4 14 0s4 10 0 13zm-1-54c-22 0-39-17-39-39a39 39 0 1 1 39 39z"></path>
|
30
30
|
</svg>
|
31
31
|
</a>
|
32
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
32
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://wa.me/?text={{ page.title | uri_escape | append: '%20' | append: site.url }}" aria-label="Share on Whatsapp" draggable="false">
|
33
33
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
34
34
|
<title>Whatsapp</title>
|
35
35
|
<path d="M413 97A222 222 0 0 0 64 365L31 480l118-31a224 224 0 0 0 330-195c0-59-25-115-67-157zM256 439c-33 0-66-9-94-26l-7-4-70 18 19-68-4-7a185 185 0 0 1 287-229c34 36 56 82 55 131 1 102-84 185-186 185zm101-138c-5-3-33-17-38-18-5-2-9-3-12 2l-18 22c-3 4-6 4-12 2-32-17-54-30-75-66-6-10 5-10 16-31 2-4 1-7-1-10l-17-41c-4-10-9-9-12-9h-11c-4 0-9 1-15 7-5 5-19 19-19 46s20 54 23 57c2 4 39 60 94 84 36 15 49 17 67 14 11-2 33-14 37-27s5-24 4-26c-2-2-5-4-11-6z"></path>
|
36
36
|
</svg>
|
37
37
|
</a>
|
38
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
38
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="https://telegram.me/share/url?text={{ page.title | uri_escape }}&url={{ site.url | uri_escape | append: page.url }}" aria-label="Share on Telegram" draggable="false">
|
39
39
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
40
40
|
<title>Telegram</title>
|
41
41
|
<path d="M256 8a248 248 0 1 0 0 496 248 248 0 0 0 0-496zm115 169c-4 39-20 134-28 178-4 19-10 25-17 25-14 2-25-9-39-18l-56-37c-24-17-8-25 6-40 3-4 67-61 68-67l-1-4-5-1q-4 1-105 70-15 10-27 9c-9 0-26-5-38-9-16-5-28-7-27-16q1-7 18-14l145-62c69-29 83-34 92-34 2 0 7 1 10 3l4 7a43 43 0 0 1 0 10z"></path>
|
42
42
|
</svg>
|
43
43
|
</a>
|
44
|
-
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white
|
44
|
+
<a class="border-2 duration-200 ease inline-flex items-center mb-1 mr-1 transition p-2 rounded-full text-white share-button" target="_blank" rel="noopener" href="mailto:?subject={{ page.title | uri_escape }}&body={{ site.url | uri_escape | append: page.url }}" aria-label="Share by Email" draggable="false">
|
45
45
|
<svg aria-hidden="true" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="w-5 h-5">
|
46
46
|
<title>Email</title>
|
47
47
|
<path d="M464 64a48 48 0 0 1 29 86L275 314c-11 8-27 8-38 0L19 150a48 48 0 0 1 29-86h416zM218 339c22 17 54 17 76 0l218-163v208c0 35-29 64-64 64H64c-35 0-64-29-64-64V176l218 163z"></path>
|
data/_includes/up_button.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<div id="up-button" class="fixed bottom-5 right-5 p-2 text-white rounded-full shadow-md cursor-pointer transition duration-300 ease-in-out bg-slate-100" style="display: none;">
|
2
2
|
<a href="#top">
|
3
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-6 h-6" style="color: {{site.color}};">
|
4
4
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18"></path>
|
5
5
|
</svg>
|
6
6
|
</a>
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
layout: base
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="md:w-4/5 mx-auto columns-2 md:columns-3 my-10 gap-0">
|
6
|
+
{% for pic in site.data.gallery.photos %}
|
7
|
+
<div class="gallery-item">
|
8
|
+
<img src="{{ pic.url }}" alt="{{pic.description}}" class="w-full max-w-screen-sm h-auto shadow-md">
|
9
|
+
<div class="overlay">
|
10
|
+
<div class="text">{{pic.quote}}</div>
|
11
|
+
</div>
|
12
|
+
</div>
|
13
|
+
{% endfor %}
|
14
|
+
</div>
|
data/_layouts/home.html
CHANGED
@@ -2,17 +2,17 @@
|
|
2
2
|
layout: base
|
3
3
|
---
|
4
4
|
<div class="flex justify-center py-8 ">
|
5
|
-
<article class="text-center prose prose-p:font-extralight prose-slate dark:prose-invert
|
5
|
+
<article class="text-center prose prose-p:font-extralight prose-slate dark:prose-invert primary-underline">
|
6
6
|
{{ content }}
|
7
7
|
</article>
|
8
8
|
</div>
|
9
9
|
|
10
|
-
<div class="md:w-4/5 mx-auto gap-4 md:gap-6 columns-2 md:columns-3">
|
10
|
+
<div class="md:w-4/5 mx-auto gap-4 md:gap-6 columns-2 md:columns-3 mb-10">
|
11
11
|
{% for post in site.posts %}
|
12
12
|
<div class="md:fadeIn border-b pb-8 mb-8 break-inside-avoid-column ">
|
13
|
-
<div class="hover:underline hover:decoration-2 hover:underline-offset-4 transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-
|
14
|
-
<a href="{{ post.url }}" >
|
15
|
-
<img src="{{ post.image }}" alt="" class="w-full max-w-screen-sm h-auto shadow-md">
|
13
|
+
<div class="hover:underline hover:decoration-2 hover:underline-offset-4 transition ease-in-out delay-150 hover:-translate-y-1 hover:scale-104 duration-300">
|
14
|
+
<a href="{{ post.url | relative_url }}" >
|
15
|
+
<img src="{{ post.image | relative_url }}" alt="" class="w-full max-w-screen-sm h-auto shadow-md">
|
16
16
|
<h2 class="text-lg md:text-xl lg:text-2xl pt-5 text-ellipsis overflow-hidden">{{post.title}}</h2>
|
17
17
|
</a>
|
18
18
|
</div>
|
data/_layouts/post.html
CHANGED
@@ -8,7 +8,7 @@ layout: base
|
|
8
8
|
<h1 class="text-2xl md:text-4xl xl:text-5xl text-center py-6 md:p-6">{{page.title}}</h1>
|
9
9
|
<div class="flex flex-wrap justify-center gap-4">
|
10
10
|
{% for tag in page.tags %}
|
11
|
-
<a class="text-sm text-slate-700 underline md:no-underline hover:underline dark:text-slate-100/80" href="/tags#
|
11
|
+
<a class="text-sm text-slate-700 underline md:no-underline hover:underline dark:text-slate-100/80" href="{{ '/tags#' | append: tag | relative_url }}">#{{tag}}</a>
|
12
12
|
{% endfor %}
|
13
13
|
</div>
|
14
14
|
<div class="flex justify-center items-center gap-2 pt-4">
|
@@ -19,7 +19,7 @@ layout: base
|
|
19
19
|
{% include sharing.html %}
|
20
20
|
</div>
|
21
21
|
</div>
|
22
|
-
<img src="{{ page.image}}" alt="" class="basis-2/6 w-11/12 md:w-5/12 p-2 md:px-0">
|
22
|
+
<img src="{{ page.image | relative_url }}" alt="" class="basis-2/6 w-11/12 md:w-5/12 p-2 md:px-0">
|
23
23
|
</div>
|
24
24
|
</div>
|
25
25
|
|
@@ -41,7 +41,7 @@ layout: base
|
|
41
41
|
<div class="px-2">
|
42
42
|
<span class="text-md text-black dark:text-white font-bold max-w-sm">{{page.next.title}}</span>
|
43
43
|
</div>
|
44
|
-
<svg class="w-6 md:w-12 fill-current
|
44
|
+
<svg class="w-6 md:w-12 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" transform="rotate(180)">
|
45
45
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
46
46
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
47
47
|
<g id="SVGRepo_iconCarrier">
|
@@ -55,7 +55,7 @@ layout: base
|
|
55
55
|
{% if page.previous %}
|
56
56
|
<a class="previous-post mx-auto transition hover:scale-110 duration-300" href="{{ page.previous.url | relative_url }}">
|
57
57
|
<div class="flex flex-row items-center py-4 md:py-8">
|
58
|
-
<svg class="w-6 md:w-12 fill-current
|
58
|
+
<svg class="w-6 md:w-12 fill-current " viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
59
59
|
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
60
60
|
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
61
61
|
<g id="SVGRepo_iconCarrier">
|
data/_layouts/tags.html
CHANGED
@@ -18,7 +18,7 @@ layout: base
|
|
18
18
|
<h3 id="{{ tag[0] }}" class="text-lg md:text-xl py-3 md:pb-4 md:pt-6"># {{ tag[0] }}</h3>
|
19
19
|
<ul class="list-disc list-inside ">
|
20
20
|
{% for post in tag[1] %}
|
21
|
-
<li class="text-slate-500 dark:text-slate-200 py-2"><a href="{{ post.url }}" class="text-slate-700 dark:text-slate-100 underline md:no-underline hover:underline">{{ post.title }}</a> {{ post.date | date: "%d-%m-%Y" }}</li>
|
21
|
+
<li class="text-slate-500 dark:text-slate-200 py-2"><a href="{{ post.url | relative_url }}" class="text-slate-700 dark:text-slate-100 underline md:no-underline hover:underline">{{ post.title }}</a> {{ post.date | date: "%d-%m-%Y" }}</li>
|
22
22
|
{% endfor %}
|
23
23
|
</ul>
|
24
24
|
{% endfor %}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
Copyright 2020 The Open Sans Project Authors (https://github.com/googlefonts/opensans)
|
2
|
+
|
3
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
4
|
+
This license is copied below, and is also available with a FAQ at:
|
5
|
+
https://openfontlicense.org
|
6
|
+
|
7
|
+
|
8
|
+
-----------------------------------------------------------
|
9
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
10
|
+
-----------------------------------------------------------
|
11
|
+
|
12
|
+
PREAMBLE
|
13
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
14
|
+
development of collaborative font projects, to support the font creation
|
15
|
+
efforts of academic and linguistic communities, and to provide a free and
|
16
|
+
open framework in which fonts may be shared and improved in partnership
|
17
|
+
with others.
|
18
|
+
|
19
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
20
|
+
redistributed freely as long as they are not sold by themselves. The
|
21
|
+
fonts, including any derivative works, can be bundled, embedded,
|
22
|
+
redistributed and/or sold with any software provided that any reserved
|
23
|
+
names are not used by derivative works. The fonts and derivatives,
|
24
|
+
however, cannot be released under any other type of license. The
|
25
|
+
requirement for fonts to remain under this license does not apply
|
26
|
+
to any document created using the fonts or their derivatives.
|
27
|
+
|
28
|
+
DEFINITIONS
|
29
|
+
"Font Software" refers to the set of files released by the Copyright
|
30
|
+
Holder(s) under this license and clearly marked as such. This may
|
31
|
+
include source files, build scripts and documentation.
|
32
|
+
|
33
|
+
"Reserved Font Name" refers to any names specified as such after the
|
34
|
+
copyright statement(s).
|
35
|
+
|
36
|
+
"Original Version" refers to the collection of Font Software components as
|
37
|
+
distributed by the Copyright Holder(s).
|
38
|
+
|
39
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
40
|
+
or substituting -- in part or in whole -- any of the components of the
|
41
|
+
Original Version, by changing formats or by porting the Font Software to a
|
42
|
+
new environment.
|
43
|
+
|
44
|
+
"Author" refers to any designer, engineer, programmer, technical
|
45
|
+
writer or other person who contributed to the Font Software.
|
46
|
+
|
47
|
+
PERMISSION & CONDITIONS
|
48
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
49
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
50
|
+
redistribute, and sell modified and unmodified copies of the Font
|
51
|
+
Software, subject to the following conditions:
|
52
|
+
|
53
|
+
1) Neither the Font Software nor any of its individual components,
|
54
|
+
in Original or Modified Versions, may be sold by itself.
|
55
|
+
|
56
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
57
|
+
redistributed and/or sold with any software, provided that each copy
|
58
|
+
contains the above copyright notice and this license. These can be
|
59
|
+
included either as stand-alone text files, human-readable headers or
|
60
|
+
in the appropriate machine-readable metadata fields within text or
|
61
|
+
binary files as long as those fields can be easily viewed by the user.
|
62
|
+
|
63
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
64
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
65
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
66
|
+
presented to the users.
|
67
|
+
|
68
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
69
|
+
Software shall not be used to promote, endorse or advertise any
|
70
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
71
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
72
|
+
permission.
|
73
|
+
|
74
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
75
|
+
must be distributed entirely under this license, and must not be
|
76
|
+
distributed under any other license. The requirement for fonts to
|
77
|
+
remain under this license does not apply to any document created
|
78
|
+
using the Font Software.
|
79
|
+
|
80
|
+
TERMINATION
|
81
|
+
This license becomes null and void if any of the above conditions are
|
82
|
+
not met.
|
83
|
+
|
84
|
+
DISCLAIMER
|
85
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
86
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
87
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
88
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
89
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
90
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
91
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
92
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
93
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file
|
Binary file
|
@@ -0,0 +1,100 @@
|
|
1
|
+
Open Sans Variable Font
|
2
|
+
=======================
|
3
|
+
|
4
|
+
This download contains Open Sans as both variable fonts and static fonts.
|
5
|
+
|
6
|
+
Open Sans is a variable font with these axes:
|
7
|
+
wdth
|
8
|
+
wght
|
9
|
+
|
10
|
+
This means all the styles are contained in these files:
|
11
|
+
Open_Sans/OpenSans-VariableFont_wdth,wght.ttf
|
12
|
+
Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf
|
13
|
+
|
14
|
+
If your app fully supports variable fonts, you can now pick intermediate styles
|
15
|
+
that aren’t available as static fonts. Not all apps support variable fonts, and
|
16
|
+
in those cases you can use the static font files for Open Sans:
|
17
|
+
Open_Sans/static/OpenSans_Condensed-Light.ttf
|
18
|
+
Open_Sans/static/OpenSans_Condensed-Regular.ttf
|
19
|
+
Open_Sans/static/OpenSans_Condensed-Medium.ttf
|
20
|
+
Open_Sans/static/OpenSans_Condensed-SemiBold.ttf
|
21
|
+
Open_Sans/static/OpenSans_Condensed-Bold.ttf
|
22
|
+
Open_Sans/static/OpenSans_Condensed-ExtraBold.ttf
|
23
|
+
Open_Sans/static/OpenSans_SemiCondensed-Light.ttf
|
24
|
+
Open_Sans/static/OpenSans_SemiCondensed-Regular.ttf
|
25
|
+
Open_Sans/static/OpenSans_SemiCondensed-Medium.ttf
|
26
|
+
Open_Sans/static/OpenSans_SemiCondensed-SemiBold.ttf
|
27
|
+
Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf
|
28
|
+
Open_Sans/static/OpenSans_SemiCondensed-ExtraBold.ttf
|
29
|
+
Open_Sans/static/OpenSans-Light.ttf
|
30
|
+
Open_Sans/static/OpenSans-Regular.ttf
|
31
|
+
Open_Sans/static/OpenSans-Medium.ttf
|
32
|
+
Open_Sans/static/OpenSans-SemiBold.ttf
|
33
|
+
Open_Sans/static/OpenSans-Bold.ttf
|
34
|
+
Open_Sans/static/OpenSans-ExtraBold.ttf
|
35
|
+
Open_Sans/static/OpenSans_Condensed-LightItalic.ttf
|
36
|
+
Open_Sans/static/OpenSans_Condensed-Italic.ttf
|
37
|
+
Open_Sans/static/OpenSans_Condensed-MediumItalic.ttf
|
38
|
+
Open_Sans/static/OpenSans_Condensed-SemiBoldItalic.ttf
|
39
|
+
Open_Sans/static/OpenSans_Condensed-BoldItalic.ttf
|
40
|
+
Open_Sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf
|
41
|
+
Open_Sans/static/OpenSans_SemiCondensed-LightItalic.ttf
|
42
|
+
Open_Sans/static/OpenSans_SemiCondensed-Italic.ttf
|
43
|
+
Open_Sans/static/OpenSans_SemiCondensed-MediumItalic.ttf
|
44
|
+
Open_Sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf
|
45
|
+
Open_Sans/static/OpenSans_SemiCondensed-BoldItalic.ttf
|
46
|
+
Open_Sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf
|
47
|
+
Open_Sans/static/OpenSans-LightItalic.ttf
|
48
|
+
Open_Sans/static/OpenSans-Italic.ttf
|
49
|
+
Open_Sans/static/OpenSans-MediumItalic.ttf
|
50
|
+
Open_Sans/static/OpenSans-SemiBoldItalic.ttf
|
51
|
+
Open_Sans/static/OpenSans-BoldItalic.ttf
|
52
|
+
Open_Sans/static/OpenSans-ExtraBoldItalic.ttf
|
53
|
+
|
54
|
+
Get started
|
55
|
+
-----------
|
56
|
+
|
57
|
+
1. Install the font files you want to use
|
58
|
+
|
59
|
+
2. Use your app's font picker to view the font family and all the
|
60
|
+
available styles
|
61
|
+
|
62
|
+
Learn more about variable fonts
|
63
|
+
-------------------------------
|
64
|
+
|
65
|
+
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
|
66
|
+
https://variablefonts.typenetwork.com
|
67
|
+
https://medium.com/variable-fonts
|
68
|
+
|
69
|
+
In desktop apps
|
70
|
+
|
71
|
+
https://theblog.adobe.com/can-variable-fonts-illustrator-cc
|
72
|
+
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
|
73
|
+
|
74
|
+
Online
|
75
|
+
|
76
|
+
https://developers.google.com/fonts/docs/getting_started
|
77
|
+
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
|
78
|
+
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
|
79
|
+
|
80
|
+
Installing fonts
|
81
|
+
|
82
|
+
MacOS: https://support.apple.com/en-us/HT201749
|
83
|
+
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
|
84
|
+
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
85
|
+
|
86
|
+
Android Apps
|
87
|
+
|
88
|
+
https://developers.google.com/fonts/docs/android
|
89
|
+
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
|
90
|
+
|
91
|
+
License
|
92
|
+
-------
|
93
|
+
Please read the full license text (OFL.txt) to understand the permissions,
|
94
|
+
restrictions and requirements for usage, redistribution, and modification.
|
95
|
+
|
96
|
+
You can use them in your products & projects – print or digital,
|
97
|
+
commercial or otherwise.
|
98
|
+
|
99
|
+
This isn't legal advice, please consider consulting a lawyer and see the full
|
100
|
+
license for all details.
|
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
|
Binary file
|
Binary file
|
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
---
|
3
|
+
|
4
|
+
$primary_color: {{ site.color | default: "#a505f0" }};
|
5
|
+
|
6
|
+
.share-button {
|
7
|
+
background-color: $primary_color;
|
8
|
+
border-color: $primary_color;
|
9
|
+
opacity: 0.9;
|
10
|
+
&:hover {
|
11
|
+
opacity: 1;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
h1 {
|
16
|
+
text-decoration-color: $primary_color;
|
17
|
+
text-decoration-line: underline;
|
18
|
+
}
|
data/assets/css/style.css
CHANGED
@@ -3,27 +3,95 @@
|
|
3
3
|
@tailwind utilities;
|
4
4
|
|
5
5
|
@font-face {
|
6
|
-
font-family: '
|
7
|
-
src: url('/assets/Adamina/Adamina-Regular.ttf') format('
|
6
|
+
font-family: 'Adamina';
|
7
|
+
src: url('/assets/Adamina/Adamina-Regular.ttf') format('truetype');
|
8
|
+
font-display: swap;
|
9
|
+
}
|
10
|
+
|
11
|
+
@font-face {
|
12
|
+
font-family: 'OpenSans';
|
13
|
+
src: url('/assets/Open_Sans/static/OpenSans-Regular.ttf') format('woff2');
|
8
14
|
font-display: swap;
|
9
15
|
}
|
10
16
|
|
11
17
|
@layer base {
|
12
|
-
|
13
|
-
font-family:
|
18
|
+
body {
|
19
|
+
font-family: 'OpenSans', sans-serif;
|
20
|
+
}
|
21
|
+
|
22
|
+
h1,
|
23
|
+
h2,
|
24
|
+
h3,
|
25
|
+
h4,
|
26
|
+
h5,
|
27
|
+
h6 {
|
28
|
+
font-family: 'Adamina', serif;
|
14
29
|
}
|
15
30
|
}
|
16
|
-
|
31
|
+
|
32
|
+
.fadeIn {
|
17
33
|
animation: fadeIn 0.5s forwards;
|
18
34
|
}
|
19
35
|
|
20
36
|
@keyframes fadeIn {
|
21
|
-
from {
|
22
|
-
|
37
|
+
from {
|
38
|
+
opacity: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
to {
|
42
|
+
opacity: 1;
|
43
|
+
}
|
23
44
|
}
|
24
45
|
|
25
46
|
@keyframes fadeOut {
|
26
|
-
from {
|
27
|
-
|
47
|
+
from {
|
48
|
+
opacity: 1;
|
49
|
+
}
|
50
|
+
|
51
|
+
to {
|
52
|
+
opacity: 0;
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
/* Estilo para la galería y los ítems */
|
57
|
+
|
58
|
+
.gallery-item {
|
59
|
+
position: relative;
|
60
|
+
overflow: hidden;
|
61
|
+
}
|
62
|
+
|
63
|
+
/* Estilo para el overlay */
|
64
|
+
.overlay {
|
65
|
+
position: absolute;
|
66
|
+
top: 0;
|
67
|
+
left: 0;
|
68
|
+
width: 100%;
|
69
|
+
height: 100%;
|
70
|
+
background-color: rgba(0, 0, 0, 0.5);
|
71
|
+
/* Oscurecimiento */
|
72
|
+
opacity: 0;
|
73
|
+
/* Oculto por defecto */
|
74
|
+
transition: 0.5s ease;
|
75
|
+
/* Transición suave para el efecto */
|
76
|
+
display: flex;
|
77
|
+
justify-content: center;
|
78
|
+
align-items: center;
|
28
79
|
}
|
29
80
|
|
81
|
+
/* Estilo para el texto encima de la imagen */
|
82
|
+
.text {
|
83
|
+
color: white;
|
84
|
+
font-size: 0.9rem;
|
85
|
+
text-align: center;
|
86
|
+
}
|
87
|
+
|
88
|
+
/* Efecto hover */
|
89
|
+
.gallery-item:hover img {
|
90
|
+
filter: brightness(70%);
|
91
|
+
/* Oscurece la imagen */
|
92
|
+
}
|
93
|
+
|
94
|
+
.gallery-item:hover .overlay {
|
95
|
+
opacity: 1;
|
96
|
+
/* Muestra el overlay */
|
97
|
+
}
|
data/assets/dist-style.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}html{font-family:Prata,system-ui,sans-serif}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:15 23 42;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-5{bottom:1.25rem}.right-4{right:1rem}.right-5{right:1.25rem}.top-16{top:4rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[80vh\]{height:80vh}.h-auto{height:auto}.w-11\/12{width:91.666667%}.w-32{width:8rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-prose{max-width:65ch}.max-w-screen-sm{max-width:640px}.max-w-sm{max-width:24rem}.basis-2\/6{flex-basis:33.333333%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.columns-2{-moz-columns:2;column-count:2}.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-y-8{row-gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-150{transition-delay:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@font-face{font-family:Prata;src:url(/assets/Adamina/Adamina-Regular.ttf) format("woff2");font-display:swap}.fadeIn{animation:fadeIn .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:768px){.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.md\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(.md\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.md\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.md\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(.md\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.md\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-indigo-700:hover{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-2:hover{text-decoration-thickness:2px}.hover\:underline-offset-4:hover{text-underline-offset:4px}.prose-headings\:font-light :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:300}.prose-h1\:underline :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:underline}.prose-h1\:decoration-indigo-600 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-color:#4f46e5}.prose-h1\:decoration-2 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-thickness:2px}.prose-h1\:underline-offset-4 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){text-underline-offset:4px}.prose-p\:font-extralight :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:200}.prose-img\:mx-auto :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){margin-left:auto;margin-right:auto}.prose-img\:w-2\/3 :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){width:66.666667%}:is(.dark .dark\:bg-slate-500){--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-800){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-100){--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-100\/80){color:#f1f5f9cc}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-300){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-slate-200:hover){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-12{width:3rem}.md\:w-4\/12{width:33.333333%}.md\:w-4\/5{width:80%}.md\:w-5\/12{width:41.666667%}.md\:basis-4\/6{flex-basis:66.666667%}.md\:columns-3{-moz-columns:3;column-count:3}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:justify-between{justify-content:space-between}.md\:gap-6{gap:1.5rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-8{padding-top:2rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:no-underline{text-decoration-line:none}}@media (min-width:1024px){.lg\:w-4\/12{width:33.333333%}.lg\:w-6\/12{width:50%}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-5xl{font-size:3rem;line-height:1}}
|
1
|
+
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}body{font-family:OpenSans,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Adamina,serif}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.25rem;border-left-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);font-size:.875em;border-radius:.3125rem;padding:.1875em .375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-left:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:15 23 42;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.bottom-5{bottom:1.25rem}.right-4{right:1rem}.right-5{right:1.25rem}.top-16{top:4rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[80vh\]{height:80vh}.h-auto{height:auto}.w-11\/12{width:91.666667%}.w-32{width:8rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-full{width:100%}.max-w-prose{max-width:65ch}.max-w-screen-sm{max-width:640px}.max-w-sm{max-width:24rem}.basis-2\/6{flex-basis:33.333333%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.columns-2{-moz-columns:2;column-count:2}.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-y-8{row-gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-150{transition-delay:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@font-face{font-family:Adamina;src:url(/assets/Adamina/Adamina-Regular.ttf) format("truetype");font-display:swap}@font-face{font-family:OpenSans;src:url(/assets/Open_Sans/static/OpenSans-Regular.ttf) format("woff2");font-display:swap}.fadeIn{animation:fadeIn .5s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.gallery-item{position:relative;overflow:hidden}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:.5s ease;display:flex;justify-content:center;align-items:center}.text{color:#fff;font-size:.9rem;text-align:center}.gallery-item:hover img{filter:brightness(70%)}.gallery-item:hover .overlay{opacity:1}:is(.dark .dark\:prose-invert){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}@media (min-width:768px){.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding:.2222222em .4444444em}.md\:prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(.md\:prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.md\:prose-lg>ul>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ul>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.md\:prose-lg>ol>li>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-left:1.5555556em}.md\:prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(.md\:prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.md\:prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.hover\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-2:hover{text-decoration-thickness:2px}.hover\:underline-offset-4:hover{text-underline-offset:4px}.prose-headings\:font-light :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:300}.prose-p\:font-extralight :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:200}.prose-img\:mx-auto :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){margin-left:auto;margin-right:auto}.prose-img\:w-2\/3 :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){width:66.666667%}:is(.dark .dark\:bg-slate-500){--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}:is(.dark .dark\:bg-slate-800){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}:is(.dark .dark\:text-gray-100){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-100){--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-100\/80){color:#f1f5f9cc}:is(.dark .dark\:text-slate-200){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-300){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity))}:is(.dark .dark\:text-slate-500){--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-slate-200:hover){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity))}@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-12{width:3rem}.md\:w-4\/12{width:33.333333%}.md\:w-4\/5{width:80%}.md\:w-5\/12{width:41.666667%}.md\:basis-4\/6{flex-basis:66.666667%}.md\:columns-3{-moz-columns:3;column-count:3}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:justify-between{justify-content:space-between}.md\:gap-6{gap:1.5rem}.md\:p-6{padding:1.5rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-8{padding-top:2rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:no-underline{text-decoration-line:none}}@media (min-width:1024px){.lg\:w-4\/12{width:33.333333%}.lg\:w-6\/12{width:50%}.lg\:text-left{text-align:left}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width:1280px){.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-5xl{font-size:3rem;line-height:1}}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wind-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- a-chacon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -70,11 +70,53 @@ files:
|
|
70
70
|
- _includes/social.html
|
71
71
|
- _includes/up_button.html
|
72
72
|
- _layouts/base.html
|
73
|
+
- _layouts/gallery.html
|
73
74
|
- _layouts/home.html
|
74
75
|
- _layouts/page.html
|
75
76
|
- _layouts/post.html
|
76
77
|
- _layouts/tags.html
|
77
78
|
- assets/Adamina/Adamina-Regular.ttf
|
79
|
+
- assets/Open_Sans/OFL.txt
|
80
|
+
- assets/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf
|
81
|
+
- assets/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf
|
82
|
+
- assets/Open_Sans/README.txt
|
83
|
+
- assets/Open_Sans/static/OpenSans-Bold.ttf
|
84
|
+
- assets/Open_Sans/static/OpenSans-BoldItalic.ttf
|
85
|
+
- assets/Open_Sans/static/OpenSans-ExtraBold.ttf
|
86
|
+
- assets/Open_Sans/static/OpenSans-ExtraBoldItalic.ttf
|
87
|
+
- assets/Open_Sans/static/OpenSans-Italic.ttf
|
88
|
+
- assets/Open_Sans/static/OpenSans-Light.ttf
|
89
|
+
- assets/Open_Sans/static/OpenSans-LightItalic.ttf
|
90
|
+
- assets/Open_Sans/static/OpenSans-Medium.ttf
|
91
|
+
- assets/Open_Sans/static/OpenSans-MediumItalic.ttf
|
92
|
+
- assets/Open_Sans/static/OpenSans-Regular.ttf
|
93
|
+
- assets/Open_Sans/static/OpenSans-SemiBold.ttf
|
94
|
+
- assets/Open_Sans/static/OpenSans-SemiBoldItalic.ttf
|
95
|
+
- assets/Open_Sans/static/OpenSans_Condensed-Bold.ttf
|
96
|
+
- assets/Open_Sans/static/OpenSans_Condensed-BoldItalic.ttf
|
97
|
+
- assets/Open_Sans/static/OpenSans_Condensed-ExtraBold.ttf
|
98
|
+
- assets/Open_Sans/static/OpenSans_Condensed-ExtraBoldItalic.ttf
|
99
|
+
- assets/Open_Sans/static/OpenSans_Condensed-Italic.ttf
|
100
|
+
- assets/Open_Sans/static/OpenSans_Condensed-Light.ttf
|
101
|
+
- assets/Open_Sans/static/OpenSans_Condensed-LightItalic.ttf
|
102
|
+
- assets/Open_Sans/static/OpenSans_Condensed-Medium.ttf
|
103
|
+
- assets/Open_Sans/static/OpenSans_Condensed-MediumItalic.ttf
|
104
|
+
- assets/Open_Sans/static/OpenSans_Condensed-Regular.ttf
|
105
|
+
- assets/Open_Sans/static/OpenSans_Condensed-SemiBold.ttf
|
106
|
+
- assets/Open_Sans/static/OpenSans_Condensed-SemiBoldItalic.ttf
|
107
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-Bold.ttf
|
108
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-BoldItalic.ttf
|
109
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-ExtraBold.ttf
|
110
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-ExtraBoldItalic.ttf
|
111
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-Italic.ttf
|
112
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-Light.ttf
|
113
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-LightItalic.ttf
|
114
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-Medium.ttf
|
115
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-MediumItalic.ttf
|
116
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-Regular.ttf
|
117
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-SemiBold.ttf
|
118
|
+
- assets/Open_Sans/static/OpenSans_SemiCondensed-SemiBoldItalic.ttf
|
119
|
+
- assets/css/main.scss
|
78
120
|
- assets/css/style.css
|
79
121
|
- assets/dist-style.css
|
80
122
|
- assets/images/example1.jpg
|
@@ -101,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
143
|
- !ruby/object:Gem::Version
|
102
144
|
version: '0'
|
103
145
|
requirements: []
|
104
|
-
rubygems_version: 3.
|
146
|
+
rubygems_version: 3.5.6
|
105
147
|
signing_key:
|
106
148
|
specification_version: 4
|
107
149
|
summary: Wind is a clean, minimalistic Jekyll theme designed to offer a delightful
|