Kevin van Zonneveld пре 9 година
родитељ
комит
8d4e80645a
1 измењених фајлова са 12 додато и 3 уклоњено
  1. 12 3
      website/themes/uppy/layout/index.ejs

+ 12 - 3
website/themes/uppy/layout/index.ejs

@@ -8,11 +8,20 @@
       <%- partial('partials/community_dropdown') %>
     </ul>
     <div id="logo-wrap">
-      <img id="logo" src="/images/logo.png">
+      <img id="logo" width="200" height="200" class="emoji dog" title="puppy" src="/images/emojis/dog.png">
       <h1>Uppy.js</h1>
     </div>
-    <p class="desc">Uppy - Almost as cute as a <img width="24" height="24" class="emoji dog" title="puppy" src="/images/emojis/dog.png">
-</p>
+    <p class="desc">
+      <strong>
+        Uppy - Almost as cute as a <img width="24" height="24" class="emoji dog" title="puppy" src="/images/emojis/dog.png">
+      </strong>
+      <br />
+      <br />
+
+      Hey there stranger! We just copied the wonderful <a href="http://vuejs.org">Vue.js</a> website (we included its MIT license and attribution with our sources) to push our
+        boilerplate out. We'll iterate and make this place our own - but there really is nothing to see here yet other than ~plagiarism : )
+
+    </p>
     <p class="buttons">
       <a href="/guide/installation.html" class="button">Install v<%- theme.vue_version %></a>
     </p>