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>