Browse Source

feat(webapp): text improvements

Peter Thomassen 2 years ago
parent
commit
d6ec77995a
3 changed files with 10 additions and 7 deletions
  1. 1 1
      www/webapp/src/App.vue
  2. 4 3
      www/webapp/src/views/Home.vue
  3. 5 3
      www/webapp/src/views/Impressum.vue

+ 1 - 1
www/webapp/src/App.vue

@@ -169,7 +169,7 @@
           <p>Vorstand</p>
           <p>Vorstand</p>
           <p class="white--text text--darken-2">
           <p class="white--text text--darken-2">
             Nils Wisiol<br/>
             Nils Wisiol<br/>
-            Dr. Peter Thomassen<br/>
+            Peter Thomassen<br/>
             Wolfgang Studier<br/>
             Wolfgang Studier<br/>
           </p>
           </p>
         </div>
         </div>

+ 4 - 3
www/webapp/src/views/Home.vue

@@ -402,9 +402,10 @@ export default {
         href: '#',
         href: '#',
         icon: 'mdi-file-certificate',
         icon: 'mdi-file-certificate',
         title: "Let's Encrypt Integration",
         title: "Let's Encrypt Integration",
-        text: 'We provide <b>easy integration</b> with Let\'s Encrypt and their certbot tool. '
-               + '<a href="https://talk.desec.io/t/tools-implementing-desec/11">Further integration with ACME '
-               + 'clients</a> like acme.sh, lego, and Terraform is available.',
+        text: 'We provide <b><a href="https://pypi.org/project/certbot-dns-desec/">easy integration</a> with Let\'s '
+               + 'Encrypt</b> and their certbot tool. '
+               + '<a href="https://talk.desec.io/t/tools-implementing-desec/11">Further integration with other '
+               + 'tools</a> like acme.sh, lego, and Terraform is available.',
       },
       },
       {
       {
         href: '#',
         href: '#',

+ 5 - 3
www/webapp/src/views/Impressum.vue

@@ -9,9 +9,11 @@
     <h3>E-Mail</h3>
     <h3>E-Mail</h3>
     <p>{{email}}</p>
     <p>{{email}}</p>
     <h3>Vertreten durch / Represented by</h3>
     <h3>Vertreten durch / Represented by</h3>
-    <p>Nils Wisiol
-      <br>Wolfgang Studier
-      <br>Dr. Peter Thomassen</p>
+    <p>
+      Dr. Nils Wisiol<br>
+      Dr. Peter Thomassen<br>
+      Wolfgang Studier
+    </p>
     <h3>Registergericht / Registration court</h3>
     <h3>Registergericht / Registration court</h3>
     <p>AG Berlin (Charlottenburg)<br>VR 37525<br></p>
     <p>AG Berlin (Charlottenburg)<br>VR 37525<br></p>
   </v-container>
   </v-container>