workshop: fix alignment and fix into screen size
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
711b2e674f
commit
667857ae04
|
@ -9,7 +9,7 @@
|
||||||
<link rel="stylesheet" href="https://www.franconian.net/style.css">
|
<link rel="stylesheet" href="https://www.franconian.net/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body class="">
|
<body class="">
|
||||||
<header>
|
<header style="max-width: 1700px;">
|
||||||
<nav class="nav nav-main">
|
<nav class="nav nav-main">
|
||||||
<a class="nav-logo" href="/">
|
<a class="nav-logo" href="/">
|
||||||
<img src="/franconianNet.svg"
|
<img src="/franconianNet.svg"
|
||||||
|
@ -18,29 +18,29 @@
|
||||||
</a>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main style="max-width: 1700px;">
|
||||||
<h1 style="font-size: 4em;">
|
<h1 style="font-size: 4em;">
|
||||||
Tox CryptoParty
|
Tox CryptoParty
|
||||||
<span style="font-size: .5em; display: block;">Install a Tox Client and have some fun with it</span>
|
<span style="font-size: .5em; display: block;">Install a Tox Client and have some fun with it</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2 class="box-header" style="font-size: 2em; padding: 0.2em;">workshop in the rC3 world</h2>
|
<h2 class="box-header" style="font-size: 2em; padding: 0.2em;">workshop in the rC3 world</h2>
|
||||||
<div class="box-content clamp-height" style="font-size: 2em; text-align: center;">
|
<div class="box-content clamp-height" style="font-size: 2em; text-align: center;">
|
||||||
<p>
|
<p>
|
||||||
This talk is a workshop, taking place in the rC3 world. A ticket is required.
|
This talk is a workshop, taking place in the rC3 world. A ticket is required.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Dieser Talk ist ein Workshop und wird in der rC3-Welt stattfinden. Es wird ein Ticket benötigt.
|
Dieser Talk ist ein Workshop und wird in der rC3-Welt stattfinden. Es wird ein Ticket benötigt.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
https://rc3.world/2021/room/workshop-4ccf/
|
https://rc3.world/2021/room/workshop-4ccf/
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<img src="./tox-qr.png">
|
<img src="./tox-qr.png">
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue