summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-16 23:00:21 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-16 23:00:21 +0200
commite466f12a5e5e79852dfec1f26962e005059470b2 (patch)
tree09377f13ece770eb13d3f2c94653f23004f8e6da
parent897a34f26d4850cc04a67369702dfd20d9987885 (diff)
make our logo an inlined svg
-rw-r--r--index.html13
-rw-r--r--style.css14
2 files changed, 26 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8be56b8..f539edd 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,18 @@
12 <div id="wrapper" class="not-confirmed step1"> 12 <div id="wrapper" class="not-confirmed step1">
13 <div class="collapsable block-step1"> 13 <div class="collapsable block-step1">
14 <div onclick="step0_done()" class="block-header"> 14 <div onclick="step0_done()" class="block-header">
15 <h1 id="head1"><div class="circle_num">☂</div> Abmahnbeantworter</h1> 15 <h1 id="head1"><svg width="42px" height="42px">
16<path d="M21,1C9.954,1,1,9.954,1,21s8.954,20,20,20s20-8.954,20-20S32.046,1,21,1z M30.739,20.971c0-0.31-0.116-0.592-0.349-0.845
17 c-0.233-0.251-0.524-0.378-0.874-0.378c-0.349,0-0.631,0.126-0.844,0.378c-0.214,0.253-0.339,0.535-0.378,0.845h-3.232
18 c0-0.31-0.126-0.592-0.378-0.845c-0.252-0.251-0.533-0.378-0.844-0.378c-0.311,0-0.592,0.126-0.844,0.378
19 c-0.252,0.253-0.368,0.535-0.35,0.845v8.124c0,1.339-0.476,2.494-1.426,3.464c-0.951,0.971-2.106,1.456-3.465,1.456
20 c-1.359,0-2.504-0.485-3.436-1.456c-0.931-0.97-1.407-2.125-1.426-3.464h3.261c0,0.465,0.155,0.854,0.466,1.165
21 c0.311,0.311,0.694,0.466,1.15,0.466s0.84-0.155,1.15-0.466c0.311-0.31,0.466-0.699,0.466-1.165v-8.124
22 c0-0.31-0.116-0.592-0.349-0.845c-0.233-0.251-0.524-0.378-0.874-0.378c-0.349,0-0.63,0.126-0.844,0.378
23 c-0.214,0.253-0.34,0.535-0.378,0.845h-3.232c0-0.31-0.126-0.592-0.378-0.845c-0.252-0.251-0.534-0.378-0.844-0.378
24 s-0.592,0.126-0.844,0.378c-0.253,0.253-0.379,0.535-0.379,0.845H8c0-3.571,1.271-6.628,3.814-9.171
25 c2.543-2.542,5.609-3.814,9.2-3.814c3.571,0,6.629,1.271,9.172,3.814C32.729,14.343,34,17.4,34,20.971H30.739z"/>
26</svg> Abmahnbeantworter</h1>
16 </div> 27 </div>
17 <div class="juice"> 28 <div class="juice">
18 <p>Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?</p> 29 <p>Sie haben eine Abmahnung für einen Urheberrechtsverstoß erhalten?</p>
diff --git a/style.css b/style.css
index 5a57b2a..0ef5891 100644
--- a/style.css
+++ b/style.css
@@ -73,8 +73,22 @@ h1 {
73 font-weight: 300; 73 font-weight: 300;
74 text-transform: uppercase; 74 text-transform: uppercase;
75 cursor: pointer; 75 cursor: pointer;
76 vertical-align: top;
77 padding-top: 0px;
78}
79
80h1 svg {
81 transform: scale(1.35) translate(0px, 4px) rotate(0deg);
82 margin-right: 21px;
83 float: left;
84 transition: transform 0.5s;
76} 85}
77 86
87#wrapper.step1 h1 svg {
88 transform: scale(1.35) translate(0px, 4px) rotate(360deg);
89}
90
91
78h2 { 92h2 {
79 font-size: 24pt; 93 font-size: 24pt;
80 font-weight: 300; 94 font-weight: 300;