Giter VIP home page Giter VIP logo

brewr-site's Introduction

Hi There ๐Ÿ‘‹

My name is Xavier Geerinck and I focus on sharing my learnings in the AI, RL, IoT and App Development spaces with developers and data scientist!

My recent work and projects:

The projects and technologies I am currently "hyped" about:

You can find more of my work at my blog https://xaviergeerinck.com, Twitter or LinkedIn.

My github stats

brewr-site's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

brewr-site's Issues

Git rid of bootstrap tooltips and replace by css and our custom tooltip

donation-amount-hover span {

background: #F8F8F8;
border: 5px solid #DFDFDF;
color: #717171;
font-size: 10px;
height: 60px;
letter-spacing: 1px;
line-height: 15px;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 0px;
left: 80px;
display: none;
padding: 0 20px;
width: 200px;
z-index: 2;

}

donation-amount-hover span:after{

content: '';
position: absolute;
bottom: 36px;
width: 10px;
height: 10px;
border-bottom: 5px solid #dfdfdf;
border-right: 5px solid #dfdfdf;
background: #f8f8f8;
left: 0;
margin-left: -10px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(135deg);

}

donation-amount-hover:hover span {

display: block;

}

Validate component

Should have:

  • type
  • placeholder
  • label
  • name
  • checkEmail (if true, check if email)
  • checkMinLength (specify a length)
  • checkMaxLength (specify a length)
  • checkRequired (if true, make sure it is not empty)
  • ....

This way we can move the validate towards the component itself. Also add a state so that we can specify if it is valid or not.

TODO: How can we check if the form is valid as a whole? (so on submission). Several solutions that I can think of:

  • Expose a function is validate in the validateinput to check every component
  • Create a custom form component that can do this by a function isValid?
  • Go through the states of the methods one by one manually?

I think option 2 is the best and easiest since it removes all clutter and makes for easy submission

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.