1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-06 12:27:56 +00:00

declassify some projects

This commit is contained in:
2023-06-19 14:09:54 +01:00
parent 307c513a9b
commit 30a1e0e358
40 changed files with 2828 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<style>
.outer {
display: flex;
}
.inner {
width: 50%;
}
img {
width: 30em;
}
h1 {
font-style: italic;
font-size: 4em;
font-weight: 400;
margin-top: 0;
}
h2 {
font-style: italic;
margin-top: 0;
font-size: 3em;
font-weight: 400;
}
</style>
<div class="outer">
<div class="inner">
<h1>if I am elected</h1>
<h2>good things</h2>
<img src="g1.png">
<h2>bad things</h2>
<img src="g2.png">
</div>
<div class="inner">
<h1>otherwise</h1>
<h2>good things</h2>
<img src="g4.png">
<h2>bad things</h2>
<img src="g3.png">
</div>
</div>