Giter Club home page Giter Club logo

edsmilovici.github.io's People

Contributors

edsmilovici avatar

Stargazers

 avatar

edsmilovici.github.io's Issues

Add landscape styling

Currently the website only looks good on devices with a tall aspect ratios, add support for wide aspect ratios

Create a template format for the html and a script to interpret it

Subtasks that make this task up:

  • transform html into some form of template
  • create a configuration file that includes social media information (name, handle, image)
  • write a script to interpret the template and the configuration and create the website

I realize this is a large-ish task but everything in closely linked and kind of greenfield-ish so hard to split up

Add less customization and compilation to template script

The script used to create the website should also customize less variables and then compile the less.
Subtasks:

  • Add less variables to configuration file
  • Add support to script for less variables (modify them to the values in the configuration file)
  • Add compilation of less at the end to output a full website at the end of the script run

Refactor less

  • currently way too many !important this should not be the case in a project with a single stylesheet ๐Ÿ‘Ž
  • broke my heart when matty exclaimed "oh my so many importants" when looking over my work feelsbadman

Investigate viability of new layout strategy

After a lot of time struggling with the scrollable element try something new!

  • instead of dynamically sizing the selector try using css and a place holder the size of the card
  • add following to card css to make it float on top:
    position:fixed;
    top:0;

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.