Quellcode durchsuchen

Logo and texts updated

Artur Paikin vor 9 Jahren
Ursprung
Commit
a28d6c5859

+ 1 - 1
website/_config.yml

@@ -16,7 +16,7 @@ root_domain: uppyjs.io
 title: Uppy
 subtitle: "Almost as cute as a puppy"
 logo_large: /images/uppy.svg
-logo_medium: /images/dog-172.png
+logo_medium: /images/uppy.svg
 logo_icon: /images/emojis/dog.png
 description: >
   Uppy is (going to be) an uploader written in ES6 JavaScript with a plugin-based architecture, making

+ 2 - 3
website/src/_data/design_goals.yml

@@ -1,8 +1,7 @@
- - "Support for IE10+?? (decide what our entry level IE is, it's okay to have a cut-off if that results in a more focused higher quality codebase. older browsers will need to opt for our jquery-sdk)"
  - "Lightweight / easy on dependencies"
  - "tus.io enabled"
- - "ES6"
- - "Robust (retries / resumes for all the things), avoid showing 'weird errors'"
+ - "ES6, Support for IE10+ (? decide what our entry level IE is, it's okay to have a cut-off if that results in a more focused higher quality codebase. older browsers will need to opt for our jquery-sdk)"
+ - "Robust (retries / resumes for all the things), avoid showing ‘weird errors’"
  - "Themable UI with a beautiful default"
  - "Compatible with React (Native)"
  - "Works great on mobile"

+ 2 - 2
website/themes/uppy/layout/index.ejs

@@ -58,12 +58,12 @@
   </ul>
 </section>
 
-<footer id="footer">
+<footer id="footer" class="IndexFooter">
   <a class="start" href="/guide/index.html">Get Started</a>
   <p>Released under the <a href="http://opensource.org/licenses/MIT" target="_blank">MIT License</a></p>
   <p>This site borrows heavily from Evan You's excellent <a href="https://github.com/vuejs/vuejs.org">Vue.js</a> (<a href="https://github.com/transloadit/uppy/blob/master/website/VUEORG_LICENSE">LICENSE</a>) (he <a href="https://twitter.com/youyuxi/status/672441843183960067">approves</a>)</p>
   <p>Puppy icon by <a href="https://thenounproject.com/2y2"></a>Jorge Fernandez del Castillo Gomez</a> from the Noun Project.</p>
-  <p>Copyright (c) <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
+  <p>© <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
 </footer>
 
 <!-- Twitter follow button script -->