add rudimentary layout, add some new content

This commit is contained in:
Felix Förtsch
2022-06-29 17:49:12 +02:00
parent c8d059ff52
commit 8a65150b67
4 changed files with 18 additions and 11 deletions

BIN
img/6abpj1tqmnf81.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

BIN
img/bqi3o10nu2291.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
img/n49wg6e4ghs81.gif Normal file

Binary file not shown.

View File

@@ -5,24 +5,31 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>fuckcars.de</title>
<meta name="description" content="">
<meta name="description" content="fuckcars.de">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class="relative flex flex-col">
<div class="columns-md gap-0">
<!-- new content goes below this line class="w-full aspect-auto/video/square"-->
<img class="w-full aspect-auto" src="img/6abpj1tqmnf81.jpg">
<img src="img/more-trains.jpg">
<img class="w-full aspect-auto" src="img/bqi3o10nu2291.png">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LB-vsT1Sl68" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<video width="560" height="560" muted autoplay>
<source src="https://preview.redd.it/n49wg6e4ghs81.gif?width=640&format=mp4&s=2e005cdfeb8c8e6db5b2c7b5f3ab96d07fa40d5b" type="video/mp4">
Your browser does not support the video tag.
</video>
<video class="w-full aspect-auto" muted autoplay>
<source src="img/n49wg6e4ghs81.gif" type="video/mp4">
Your browser does not support the video tag.
</video>
<img class="w-full aspect-auto" src="img/more-trains.jpg">
<iframe class="w-full aspect-video" src="https://www.youtube-nocookie.com/embed/LB-vsT1Sl68"
title="YouTube video player" frameborder="0" allow="encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</body>
</html>
</html>