commit 7bdad0f4c9862d8032b728db79cbf0d23f02d93d Author: grgr Date: Wed Jun 14 00:41:23 2023 +0200 cover diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..c4acb2f --- /dev/null +++ b/css/style.css @@ -0,0 +1,45 @@ +:root{ + --text: black; + --carbon-paper: blue; +} + +body{ + width: 100%; + margin: 0; + box-sizing: border-box; +} + +/*//////// hmtl tag ////////*/ + +button:hover{ + background-color: white; + color: var(--carbon-paper); + border: 1px solid var(--carbon-paper); + padding: 2px 5px; + border-radius:4px; + mix-blend-mode: multiply; +} + + +/* ///////// class elem /////////// */ + +header button{ + position:relative; + top: ; +} +.cover, .thesis{ + width: 60%; + margin: 0 auto; +} +.cover h1{ + font-size: 60pt; +} +.cover h3{ + font-size: 18pt; +} + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..765c096 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + + + H-M-W-C + + + + +
+ + + + +
+ +
+

Hacking Maintenance with Care

+

Reflections on the self-administered survival of digital solidarity networks

+
+ + +
+
+ table of contents: +
+
+

Introduction

+
+
+

Clumsy legs

+ +
+ +
+ + +
+ +
+ + + + + \ No newline at end of file