GithubHelp home page GithubHelp logo

beautifulwikipedia's Introduction

#Beautiful Wikipedia

Beautiful Wikipedia is a chrome extension which visually overhauls Wikipedia.

The priorities in the redesign are more legible typography, scannibility (not readability), and modularity.

beautifulwikipedia's People

Contributors

duncangraham avatar hbharding avatar

beautifulwikipedia's Issues

Design Home Page

We need to do a design for the homepage. What should we prioritize on the page? Probably search... speaking of which we should probably make a separate issue for search functionality. Just getting the convo started.

fix mobile view

do we exclude the mobile web experience? or give it the same treatment?

Search Article vs Search Wikipedia

working on the comps for the top bar and wondering if the ability to search an article vs wikipedia as a whole makes sense...

I guess people could just hit CMD+F, but maybe it's something to consider.

Columns

think about adding columns for large screens, better for scanning large amounts of text

Execution:
-webkit-columns: 2;
-moz-columns: 2;
-ms-columns: 2;
-o-columns: 2;
columns: 2;

Maximizing Image Size

Think I found something we might want to utilize. The images you see in most wikipedia articles aren't the original size that they were uploaded. They get converted into thumbnails for obvious performance reasons (i.e., phones don't need a 1200px wide image).

Example thumbnail:
image
http://upload.wikimedia.org/wikipedia/commons/thumb/2/26/YellowLabradorLooking_new.jpg/260px-YellowLabradorLooking_new.jpg

Example original:
image
http://upload.wikimedia.org/wikipedia/commons/2/26/YellowLabradorLooking_new.jpg

If we remove '/thumb/' and everything after the first instance of '.jpg', I bet we would have access to the larger images to work with.

Of course, we can't really on every article having nice big beautiful images to work with. We'd have to use a conditional statement, and build css modules for small / medium / large images.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.