Giter VIP home page Giter VIP logo

beakerx-www's People

Contributors

jszalek avatar leetz avatar minire avatar piorek avatar scottdraves avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

beakerx-www's Issues

adjust TS logo on narrow window

on mobile or narrow screen, the two logo words conflict with each other.
so when they get close, swap out the full icon + "two sigma" image for one that is just the icon.

drop 3.5 requirement

our doc says

conda create -y -n beakerx python=3.5

we should mention somewhere we require python3 but this isn't the right way. maybe 'python>=3'

fix formatting

looks like the final version as served by github is missing some css or something.
compare to what i see from running the site locally to what we actually have:
screen shot 2017-08-21 at 11 06 41 am
screen shot 2017-08-21 at 11 06 53 am

improve social media previews

this is what i get pasting our URL into facebook:
screen shot 2017-11-18 at 11 25 54 am

should have just one image, that combines logo wordmark twosigma (like the top of our website),
and then smaller the other images. Text should be:

a collection of kernels and extensions to the Jupyter interactive computing environment, providing JVM support, interactive plots, tables, forms, publishing, and more.

should also work in twitter.

doc/faq tabs should not scroll

when i click on the these tabs i am getting scrolled to the top of the document.
or if they do scroll, then they should scroll so the tabs are at the top of the page.

unclear css

While looking at the code for beakerx.com, I discovered that the CSS could be cleaner. For example, there are 3 separate declarations for body and two body:before declarations that say the same thing. The body declaration is just one example. There are two html declarations.

The output looks like multiple CSS files concatenated into one, making it unclear where changes should be made.

body{
    margin:0
}

body{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-text-size-adjust:100%;
    font-family:"Lato",sans-serif;
    font-weight:400
}

body{
    background-color:#e44f0c;
    color:#FFF
}

body:before{display:none}

body:before{display:none}

move the BeakerX wordmark to top left

put it where "<2ฯƒ> twosigma" is now. move that to the right and change it to "twosigma open source", and link it appropriately.

If we do this then the first info block needs some kind of illustration, and it's not clear what to do with the github logo/forks/stars group.

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.