Correzioni struttura sito

Modificato footer aggiungendo modulo di contatto, link per donazioni, matrix, newsletter e profili social (alcuni ancora incompleti).
Modificata homepage per lasciare spazio alla "mission" nella sezione più in basso.
Risolto il problema delle immagini che non comparivano nelle pagine dei 'tiles'.
This commit is contained in:
LeonardoMantovani 2021-05-21 21:08:27 +02:00
parent 12444272b7
commit de005ceccd
18 changed files with 175 additions and 65 deletions

View File

@ -1,31 +1,35 @@
# site settings
title: Devol
subtitle: .it
email: youremailaddress@protonmail.com
subtitle: Un web più libero è possibile
description: Un web più libero è possibile.
baseurl: "/devol-website" # the subpath of your site, e.g. /blog
url: https://LeonardoMantovani.github.io # the base hostname & protocol for your site
author:
street_address:
city:
state:
zip_code:
country: Italia
phone:
# recapiti
email: youremailaddress@protonmail.com
newsletter: https://buttondown.email/devol
stanza-matrix: https://chat.mozilla.org/#/room/#mastodon:mozilla.org
pagina-ko-fi: https://ko-fi.com/devol
pagina-liberapay:
# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
# social settings (key must match name of font awesome icon)
# see https://fontawesome.com/icons?d=gallery&p=2&s=brands
# Icons are not shown if value is empty
# You need to restart jekyll for changes to have an effect
# profili social (fedi-socials' keys must match the name of a fedicon icon,
# socials' keys must match name of font awesome 4 icon)
fedi-socials:
Telegram: https://t.me/devolitalia
Mastodon: https://mastodon.uno/web/accounts/31114
Peertube:
Writefreely:
Pixelfed: https://pixelfed.uno/devol
Funkwhale:
Mobilizon:
Gitea: https://gitea.it/devol/
socials:
GitHub: https://github.com/devolitalia
Mastodon: https://mastodon.uno/web/accounts/31114
Envelope: https://buttowndown.email/devol
Telegram: https://t.me/devolitalia
# build settings
markdown: kramdown

View File

@ -1,10 +1,10 @@
<!-- Contact -->
<!-- <section id="contact">
<section id="contact">
<div class="inner">
<section>
<form action="https://formspree.io/{{ site.email }}" method="POST">
<div class="field half first">
<label for="name">Name</label>
<label for="name">Nome</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
@ -12,61 +12,67 @@
<input type="text" name="_replyto" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<label for="message">Messaggio</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Clear" /></li>
<li><input type="submit" value="Invia Messaggio" class="special" /></li>
<li><input type="reset" value="Annulla" /></li>
</ul>
</form>
</section>
<section class="split">
<section>
<div class="contact-method">
<span class="icon alt fa-envelope"></span>
<h3>Email</h3>
<a href="mailto:{{ site.email }}">{{ site.email }}</a>
<a href="{{ site.newsletter }}">
<span class="icon alt fa-envelope"></span>
<h3>Newsletter</h3>
</a>
<!-- <a href="mailto:{{ site.email }}">{{ site.email }}</a> -->
</div>
</section>
<section>
<div class="contact-method">
<span class="icon alt fa-phone"></span>
<h3>Phone</h3>
<a href="tel:{{ site.phone }}">{{ site.phone }}</a>
<a href="{{ site.stanza-matrix }}">
<span class="icon alt fedicon-matrix"></span>
<h3>Stanza Matrix</h3>
</a>
<!-- <a href="tel:{{ site.phone }}">{{ site.phone }}</a> -->
</div>
</section>
<section>
<div class="contact-method">
<span class="icon alt fa-home"></span>
<h3>Address</h3>
<span>
{% if site.street_address %}
{{ site.street_address }}<br />
{% endif %}
{% if site.city %}
{{ site.city }},
{% endif %}
{% if site.state %}
{{ site.state }}
{% endif %}
{% if site.zip_code %}
{{ site.zip_code }}<br />
{% endif %}
{% if site.country %}
{{ site.country }}
{% endif %}
</span>
<a href="{{ site.pagina-ko-fi }}">
<span class="icon alt fedicon-ko-fi"></span>
<h3>Offrici un caffè</h3>
</a>
</div>
</section>
<section>
<div class="contact-method">
<a href="{{ site.pagina-liberapay }}">
<span class="icon alt fedicon-liberapay"></span>
<h3>Supportaci</h3>
</a>
</div>
</section>
</section>
</div>
</section> -->
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
{% for key_value in site.fedi-socials %}
{% if key_value[1] %}
<li>
<a href="{{ key_value[1] }}" class="icon alt fedicon-{{ key_value[0] | downcase }}" target="_blank" rel="noopener noreferrer" aria-label="{{ key_value[0] }}">
<span class="label">{{ key_value[0] }}</span>
</a>
</li>
{% endif %}
{% endfor %}
{% for key_value in site.socials %}
{% if key_value[1] %}
<li>
@ -78,7 +84,7 @@
{% endfor %}
</ul>
<ul class="copyright">
<li>&copy; {{ site.title }} {{ site.subtitle }}</li>
<li>&copy; {{ site.title }}.it</li>
<li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Jekyll integration: <a href="http://andrewbanchi.ch" target="_blank">Andrew Banchich</a></li>

View File

@ -6,4 +6,5 @@
<link rel="stylesheet" href="{{ "assets/css/main.css" | relative_url }}" />
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | relative_url }}" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fedicons.css">
</head>

View File

@ -23,8 +23,8 @@
{% endif %}
{% endfor %}
</ul>
<ul class="actions vertical">
<!-- <ul class="actions vertical">
<li><a href="#" class="button special fit">Get Started</a></li>
<li><a href="#" class="button fit">Log In</a></li>
</ul>
</ul> -->
</nav>

View File

@ -19,9 +19,9 @@
<h1>{{ page.landing-title }}</h1>
</header>
<div class="content">
<p style="text-transform: uppercase;">{{ site.description }}</p>
<p style="text-transform: uppercase;">{{ page.description }}</p>
<ul class="actions">
<li><a href="#one" class="button next scrolly">Scopri Come</a></li>
<li><a href="#two" class="button next scrolly">{{ page.button-text }}</a></li>
</ul>
</div>
</div>
@ -37,7 +37,7 @@
<section id="two">
<div class="inner">
<header class="major">
<h2>Non ho nulla da nascondere, ma neache nulla da mostrare</h2>
<h2>{{ page.section-title }}</h2>
</header>
<p>{{ content }}</p>
<!-- <ul class="actions">

68
assets/css/fedicons.css Normal file
View File

@ -0,0 +1,68 @@
@font-face {
font-family: 'fedicons';
src: url('../fonts/fedicons.eot?81961295');
src: url('../fonts/fedicons.eot?81961295#iefix') format('embedded-opentype'),
url('../fonts/fedicons.woff2?81961295') format('woff2'),
url('../fonts/fedicons.woff?81961295') format('woff'),
url('../fonts/fedicons.ttf?81961295') format('truetype'),
url('../fonts/fedicons.svg?81961295#fedicons') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fedicons';
src: url('../font/fedicons.svg?81961295#fedicons') format('svg');
}
}
*/
[class^="fedicon-"]:before, [class*=" fedicon-"]:before {
font-family: "fedicons";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fedicon-funkwhale:before { content: '\e800'; } /* '' */
.fedicon-gitea:before { content: '\e801'; } /* '' */
.fedicon-mastodon:before { content: '\e802'; } /* '' */
.fedicon-matrix:before { content: '\e803'; } /* '' */
.fedicon-mobilizon:before { content: '\e804'; } /* '' */
.fedicon-peertube:before { content: '\e805'; } /* '' */
.fedicon-writefreely:before { content: '\e806'; } /* '' */
.fedicon-liberapay:before { content: '\e807'; } /* '' */
.fedicon-ko-fi:before { content: '\e808'; } /* '' */
.fedicon-telegram:before { content: '\e809'; } /* '' */
.fedicon-pixelfed:before { content: '\e80a'; } /* '' */

BIN
assets/fonts/fedicons.eot Normal file

Binary file not shown.

32
assets/fonts/fedicons.svg Normal file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Copyright (C) 2021 by original authors @ fontello.com</metadata>
<defs>
<font id="fedicons" horiz-adv-x="1000" >
<font-face font-family="fedicons" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="funkwhale" unicode="&#xe800;" d="M453-36c-145 16-273 107-339 239-25 48-44 125-44 173l0 21 66 0 2-15c1-7 3-24 4-36 6-70 47-154 102-209 43-43 81-66 134-85 184-66 386 25 458 206 15 37 22 70 26 111l2 28 66 0 0-23c0-13-2-37-5-54-29-168-157-306-322-346-52-13-100-16-150-10z m5 141c-133 22-239 137-245 265l-1 25 34 1 34 1 0-13c0-24 10-62 24-91 11-22 19-33 42-56 32-32 62-49 101-58 28-7 81-7 108 0 90 23 155 100 164 194l3 22 66 0 0-24c-2-45-21-100-51-143-16-25-56-63-81-79-46-30-89-42-146-44-23-1-46 0-52 0z m7 144c-57 14-106 69-111 126l-2 22 67 0 3-14c9-56 65-85 114-61 22 11 36 29 41 55l4 20 66 0 0-16c0-9-3-25-7-35-17-50-56-86-107-98-26-6-42-6-68 1z m20 136c-6 2-15 10-20 16-8 11-9 17-12 47-5 71-29 99-103 124-97 32-153 95-142 157l2 12 40-2c50-3 80-10 123-29 20-9 47-20 62-24 37-13 48-20 56-38l6-16 8 15c9 18 21 27 51 37 12 4 38 14 58 23 46 21 80 29 131 32l41 2 2-16c1-11 0-24-3-37-14-52-58-89-140-117-52-17-73-34-90-72-6-14-9-26-10-51-3-38-10-53-29-62-14-7-18-7-31-1z" horiz-adv-x="1000" />
<glyph glyph-name="gitea" unicode="&#xe801;" d="M175 624c-77 0-180-49-175-171 9-191 205-209 284-211 8-36 100-160 169-166h299c179 12 314 543 214 545-165-8-262-12-346-13v-165l-26 11 0 154c-96 0-181 5-341 13-21 0-49 3-79 3z m10-68h10c10-98 28-155 64-243-92 11-170 38-184 137-7 52 18 105 110 106z m357-96c6 0 13-1 18-4l32-13-23-41c-3 0-6-1-10-2-14-5-22-19-17-32 1-2 3-5 5-7l-38-70c-4 0-7-1-10-2-14-4-22-19-17-32 6-13 22-19 36-15 15 5 22 19 17 32-1 4-4 7-6 10l37 68c4 0 8 0 12 1 4 1 7 3 9 5 15-6 26-11 35-15 13-7 17-11 19-16 1-4 0-13-8-29-5-11-14-28-25-47-3 0-7 0-10-1-15-5-22-19-17-32 5-13 21-20 36-15 15 5 22 19 17 32-1 3-3 6-6 8 11 19 20 36 25 48 8 17 12 29 9 41s-15 20-29 27c-10 5-22 10-36 16 0 3-1 7-2 10s-3 6-6 9l22 40 122-53c22-9 31-33 20-52l-84-154c-10-19-36-27-58-18l-173 75c-22 9-31 33-20 52l84 154c7 13 22 21 37 22h3z" horiz-adv-x="1000" />
<glyph glyph-name="mastodon" unicode="&#xe802;" d="M816 500c0 190-124 246-124 246-122 56-447 55-568 0 0 0-124-56-124-246 0-226-13-506 206-565 79-20 147-25 202-22 99 6 155 36 155 36l-3 72s-71-23-151-20c-79 3-162 9-175 105-1 9-2 18-2 28 167-41 310-18 349-13 110 13 205 80 217 142 20 97 18 237 18 237z m-147-244h-91v223c0 97-125 101-125-14v-122h-90v122c0 115-125 111-125 14v-223h-91c0 238-10 289 36 342 50 56 156 60 202-12l23-38 23 38c47 72 152 68 202 12 47-54 36-104 36-342z" horiz-adv-x="816" />
<glyph glyph-name="matrix" unicode="&#xe803;" d="M844-125v953h-68v23h95v-1000h-95v23z m-590 650v-48h2c12 17 28 32 46 43 18 10 39 15 62 15 23 0 44-5 62-13 19-9 33-24 42-47 11 16 25 30 44 42 18 12 39 18 64 18 19 0 36-3 52-7 16-5 30-12 41-22 12-11 21-24 27-40 7-16 10-36 10-59v-239h-98v202c0 12 0 23-1 34-1 10-4 19-8 28-4 7-10 14-18 18-8 5-19 7-33 7-14 0-25-3-33-8-9-5-16-12-20-21-5-8-9-18-10-28-2-11-2-22-2-33v-199h-98v200c0 11 0 21-1 32 0 9-2 19-6 28-3 9-9 16-17 21-8 5-20 8-36 8-6 0-12-1-18-3-8-2-15-6-22-12-7-5-13-14-18-25-5-10-8-24-8-42v-207h-97v356z m-228 302v-953h69v-23h-95v1000h94v-23z" horiz-adv-x="872" />
<glyph glyph-name="mobilizon" unicode="&#xe804;" d="M252 19c-79 25-129 86-147 178-13 69 1 171 31 222 78 135 291 125 360-15 21-42 28-88 25-161-3-70-13-108-43-151-44-64-147-98-226-73z m92 89c41 21 58 66 58 153 0 73-12 117-38 143-16 16-22 18-47 18-41 0-60-11-77-49-27-59-23-191 8-237 21-33 64-45 96-28z m-63 471c-18 6-24 12-29 27-8 20-6 55 4 72 8 15 59 24 90 16 31-8 36-13 40-41 5-32-3-60-20-68-22-10-62-13-85-6z" horiz-adv-x="622" />
<glyph glyph-name="peertube" unicode="&#xe805;" d="M0 850l0-500 375 250m-375-250l0-500 375 250m0 500l0-500 375 250" horiz-adv-x="750" />
<glyph glyph-name="writefreely" unicode="&#xe806;" d="M1374 266c-21-56-47-108-79-157-32-48-68-90-109-127-41-36-86-64-134-85-48-20-99-31-152-31-22 0-45 4-68 11-23 6-44 18-63 35-18 18-33 42-45 71-11 30-17 68-17 113 0 17 1 35 3 55l-4 0c-13-37-31-73-53-107-22-34-48-65-77-91-28-26-60-48-93-64-33-15-67-23-101-23-37 0-68 7-93 20-25 13-45 30-60 52-15 23-26 49-33 78-7 30-10 62-10 96 0 50 2 101 7 155 6 54 11 106 18 157 6 50 11 96 16 138 6 43 8 78 8 105 0 12 0 23-1 33-1 11-3 21-7 29-4 8-9 14-16 19-6 5-15 7-27 7-11 0-22-3-33-10-12-6-23-16-35-31-11-14-22-33-33-56-11-23-21-52-31-85l-52 11c4 22 12 49 23 79 12 30 27 59 46 87 20 28 43 52 71 71 28 19 61 29 99 29 50 0 87-16 113-47 26-31 40-76 40-136 0-27-2-59-4-94-3-34-6-70-10-107-4-38-8-76-12-114-4-38-9-75-13-110-4-34-7-65-9-93-3-28-4-51-4-69 0-14 1-28 4-42 2-13 7-25 13-35 6-11 14-20 25-26 10-7 23-10 39-10 40 0 80 14 120 44 39 29 74 72 104 128 32 55 57 124 76 205 19 81 29 174 29 277 0 33-1 66-3 100-2 35-5 71-10 108l161 0c1-6 2-12 3-20 1-8 2-15 3-23 0-8 0-16 0-24 1-8 1-13 1-18 0-63-3-123-10-182-6-57-13-112-21-165-8-52-15-102-22-150-6-48-9-93-9-136 0-18 1-36 4-54 3-18 8-34 15-47 8-14 19-25 32-33 14-8 33-12 55-12 30 0 61 6 92 19 31 14 60 32 89 56 28 24 54 53 78 86 24 33 45 69 63 109 19 41 33 83 42 129 11 46 16 93 16 142 0 24-1 47-4 70-4 23-8 44-15 64-7 19-16 36-29 50-11 15-26 26-43 33-7-16-18-28-32-36-14-7-29-11-45-11-9 0-18 2-27 5-9 3-18 8-25 15-8 6-14 15-19 24-5 11-7 23-7 37 0 11 2 21 5 32 5 11 11 21 20 30 8 9 20 16 34 22 14 6 32 9 54 9 38 0 71-9 99-27 28-17 52-41 70-71 18-30 32-65 41-105 10-40 14-82 14-127 0-42-4-84-12-128-7-43-19-85-34-126l0 0z" horiz-adv-x="1471" />
<glyph glyph-name="liberapay" unicode="&#xe807;" d="M97 850c-54 0-97-43-97-97v-806c0-54 43-97 97-97h806c54 0 97 43 97 97v806c0 54-43 97-97 97z m383-166l-94-392c-2-7-3-15-3-22-1-6 1-13 3-18 4-6 9-10 14-13 7-3 16-5 28-6l-20-83c-33 0-58 4-76 12-19 8-32 20-40 34-8 16-12 33-11 50 0 19 3 39 7 61l87 361z m163-162c25 0 47-4 66-11 18-8 33-19 45-32 12-13 20-29 26-47 6-18 8-37 8-57 0-33-5-64-16-91-10-27-26-51-45-71-20-21-43-36-70-47-26-11-56-16-88-16-15 0-30 1-46 4l-30-124h-101l113 471c18 6 39 10 62 15 25 4 50 6 76 6z m-13-85c-14 0-27-1-41-4l-47-198c7-2 17-3 28-3 18 0 34 4 48 10 15 7 27 16 37 28 11 12 19 26 24 42 6 18 9 36 9 55 0 20-5 36-13 50-9 13-24 20-45 20z" horiz-adv-x="1000" />
<glyph glyph-name="ko-fi" unicode="&#xe808;" d="M995 477c-32 170-202 192-202 192h-763c-25 0-28-34-28-34s-4-305-1-492c7-101 108-112 108-112s344 1 498 2c102 18 112 107 111 156 181-10 309 118 277 288z m-461-146c-52-61-167-166-167-166s-5-5-13-1c-3 3-4 4-4 4-19 18-141 127-168 165-30 40-44 112-4 154 39 42 125 46 182-16 0 0 65 74 144 40 79-35 76-126 30-180z m257-20c-38-5-70-1-70-1v236h74c0 0 82-22 82-109 0-80-41-112-86-126z" horiz-adv-x="1000" />
<glyph glyph-name="telegram" unicode="&#xe809;" d="M484 834c-267 0-484-216-484-484s217-484 484-484 485 216 485 484-217 484-485 484z m238-331l-79-375c-6-27-22-33-44-21l-121 90-58-57c-7-6-12-11-25-11l9 123 224 203c10 8-2 13-15 4l-277-174-120 37c-26 8-26 26 6 39l467 180c21 7 40-6 33-38z" horiz-adv-x="969" />
<glyph glyph-name="pixelfed" unicode="&#xe80a;" d="M462 243h91c86 0 156 67 156 150 0 84-70 151-156 151h-131c-50 0-90-39-90-87v-338z m538 107c0-276-224-500-500-500-276 0-500 224-500 500 0 276 224 500 500 500 276 0 500-224 500-500z" horiz-adv-x="1000" />
</font>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
assets/fonts/fedicons.ttf Normal file

Binary file not shown.

BIN
assets/fonts/fedicons.woff Normal file

Binary file not shown.

BIN
assets/fonts/fedicons.woff2 Normal file

Binary file not shown.

BIN
assets/images/peertube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -2,10 +2,13 @@
layout: home
title: Home
landing-title: 'Siamo Devol'
description: null
description: Forniamo alternative libere e rispettose della privacy
button-text: Scopri di più
image: null
author: null
section-title: Non abbiamo nulla da nascondere, ma nemmeno nulla da mostrare
show_tile: false
---
[qua sarebbe da spiegare un po' la mission dei devol]
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View File

@ -6,8 +6,6 @@ image: assets/images/mobilizon.jpg
nav-menu: true
---
<img src="{% link assets/images/mobilizon.jpg %}" alt="" data-position="center center" />
## Mobilizon
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View File

@ -1,13 +1,11 @@
---
layout: post
title: Musica
title: Musica e Podcast
description:
image: assets/images/music.jpg
nav-menu: true
---
<img src="{% link assets/images/music.jpg %}" alt="" data-position="center center" />
## Funkwhale
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View File

@ -39,7 +39,7 @@ nav-menu: true
</div>
</section>
<section>
<img src="{% link assets/images/image-sharing-temp.jpg %}" alt="" data-position="center center" />
<img src="{{ site.baseurl }}/assets/images/image-sharing-temp.jpg" alt="">
<div class="content">
<div class="inner">
<header class="major">

View File

@ -2,7 +2,7 @@
title: Video
layout: landing
description:
image: assets/images/peertube.jpg
image: assets/images/video.jpg
nav-menu: true
---
@ -22,7 +22,7 @@ nav-menu: true
<!-- Two -->
<section id="two" class="spotlights">
<section>
<img src="{% link assets/images/peertube.jpg %}" alt="" data-position="center center" />
<img src="{{ site.baseurl }}/assets/images/peertube.png" alt="">
<div class="content">
<div class="inner">
<header class="major">
@ -38,7 +38,7 @@ nav-menu: true
</div>
</section>
<section>
<img src="{% link assets/images/invidious.png %}" alt="" data-position="center center" />
<img src="{{ site.baseurl }}/assets/images/invidious.png" alt="">
<div class="content">
<div class="inner">
<header class="major">
@ -52,7 +52,7 @@ nav-menu: true
</div>
</section>
<section>
<img src="{% link assets/images/alltubedownload.png %}" alt="" data-position="center center" />
<img src="{{ site.baseurl }}/assets/images/alltubedownload.png" alt="">
<div class="content">
<div class="inner">
<header class="major">