diff --git a/about.html b/about.html
index bfc5853aaa287325da7d8c6de88443b0e4edd314..f01f88b786db7373effb96b476d3a98f09c72d93 100644
--- a/about.html
+++ b/about.html
@@ -44,45 +44,49 @@ body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
     <hr>
     <div class="w3-row-padding">
       <div class="w3-col m2 w3-container w3-margin-bottom">
-        <img src="about/vedrana.jpg" style="width:100%">
+        <a href= "http://people.compute.dtu.dk/vand/" target="_blank">
+        <img src="about/vedrana.jpg" style="width:100%" class="w3-hover-opacity">
+        </a>
         <div class="w3-container w3-white">
-          <p><b><a href="http://people.compute.dtu.dk/vand/">Vedrana</a></b></p>
-          <p>Started the repository. <a href="mailto:vand@dtu.dk">vand@dtu.dk</a></p>
+          <p><b>Vedrana</b></p>
+          <p>Started the repository. <a href="mailto:vand@dtu.dk" target="_blank">vand@dtu.dk</a></p>
         </div>
       </div>
       <div class="w3-col m2 w3-container w3-margin-bottom">
-        <img src="about/anders.jpg" style="width:100%">
+        <a href="http://people.compute.dtu.dk/abda/" target="_blank">
+        <img src="about/anders.jpg" style="width:100%" class="w3-hover-opacity">
+        </a>
         <div class="w3-container w3-white">
-          <p><b><a href="http://people.compute.dtu.dk/abda/">Anders</a></b></p>
-          <p>Head of QIM. <a href="mailto:abda@dtu.dk">abda@dtu.dk</a></p>
+          <p><b>Anders</b></p>
+          <p>Head of <a href="http://qim.dk" target="_blank">QIM</a>. <a href="mailto:abda@dtu.dk" target="_blank">abda@dtu.dk</a></p>
         </div>
       </div>
       <div class="w3-col m2 w3-container w3-margin-bottom">
         <img src="about/portrait.png" style="width:100%">
         <div class="w3-container w3-white">
           <p><b>Rasmus</b></p>
-          <p>QIM student helper in charge of repository.</p>
+          <p>QIM student adding stuff to the repository.</p>
         </div>
       </div>
       <div class="w3-col m2 w3-container w3-margin-bottom">
         <img src="about/portrait.png" style="width:100%">
         <div class="w3-container w3-white">
           <p><b>Dirk</b></p>
-          <p>Scanning at 3DIM.</p>
+          <p>Scanning our items at <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>.</p>
         </div>
       </div>
       <div class="w3-col m2 w3-container w3-margin-bottom">
         <img src="about/portrait.png" style="width:100%">
         <div class="w3-container w3-white">
           <p><b>Martin</b></p>
-          <p>Visualization.</p>
+          <p>Making cool visualization.</p>
         </div>
       </div>
       <div class="w3-col m2 w3-container w3-margin-bottom">
         <img src="about/portrait.png" style="width:100%">
         <div class="w3-container w3-white">
           <p><b>Carsten</b></p>
-          <p>3DIM.</p>
+          <p>Running <a href="https://imaging.dtu.dk/" target="_blank">3DIM</a>.</p>
         </div>
       </div>
     </div>
diff --git a/footer.html b/footer.html
index 9d5bd3326508ae6c18c718a0ca8061a66db6ad31..2c9847202e4b6928ff98813485592574ce970956 100644
--- a/footer.html
+++ b/footer.html
@@ -11,7 +11,7 @@
 
     <div class="w3-third">
       <h3>GET INVOLVED</h3>
-      <p>Contribute with data, tool or result.\
+      <p>Contribute with data, tool or result.
         Stay updated.<br>
         Send us a mail at <a href="mailto:info@qim.dk">info@qim.dk</a>.</p>
     </div>