начинаем облегчение дизайна, галерея убирается, в планах переписать меню
This commit is contained in:
parent
0acba2785c
commit
936b615c74
17 changed files with 42 additions and 96 deletions
12
index.html
12
index.html
|
@ -105,15 +105,15 @@
|
|||
|
||||
<div class="mySlides">
|
||||
<div class="numbertext">Mastodon</div>
|
||||
<img src="images/mastodon2.png" style="width:100%">
|
||||
<img src="images/mastodon2.png" style="max-width:100%">
|
||||
</div>
|
||||
<div class="mySlides">
|
||||
<div class="numbertext">Friendica</div>
|
||||
<img src="images/frendica.png" style="width:100%">
|
||||
<img src="images/frendica.png" style="max-width:100%">
|
||||
</div>
|
||||
<div class="mySlides">
|
||||
<div class="numbertext">PixelFed</div>
|
||||
<img src="images/pixelfed.png" style="width:100%">
|
||||
<img src="images/pixelfed.png" style="max-width:100%">
|
||||
</div>
|
||||
|
||||
<a class="prev" onclick="plusSlides(-1)">❮</a>
|
||||
|
@ -123,13 +123,13 @@
|
|||
<p id="caption"></p>
|
||||
</div>
|
||||
<div class="column">
|
||||
<img class="demo cursor" src="images/mastodon2.png" style="width:100%" onclick="currentSlide(1)" alt="Лучше, чем Twitter">
|
||||
<img class="demo cursor" src="images/mastodon2.png" style="max-width:100%" onclick="currentSlide(1)" alt="Лучше, чем Twitter">
|
||||
</div>
|
||||
<div class="column">
|
||||
<img class="demo cursor" src="images/frendica.png" style="width:100%" onclick="currentSlide(2)" alt="Лучше, чем Facebook">
|
||||
<img class="demo cursor" src="images/frendica.png" style="max-width:100%" onclick="currentSlide(2)" alt="Лучше, чем Facebook">
|
||||
</div>
|
||||
<div class="column">
|
||||
<img class="demo cursor" src="images/pixelfed.png" style="width:100%" onclick="currentSlide(3)" alt="Лучше, чем Instagram">
|
||||
<img class="demo cursor" src="images/pixelfed.png" style="max-width:100%" onclick="currentSlide(3)" alt="Лучше, чем Instagram">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue