|
@@ -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>
|