Code Monkey home page Code Monkey logo

asp-site's People

Contributors

daronschmit avatar mjcuva avatar

Watchers

 avatar  avatar  avatar

asp-site's Issues

Optimize for mobile

My prediction is most people will be on the site from their phones, so we need to make sure it is awesome on mobile. ๐Ÿ˜ญ

PNM Add Thank you message

Right now when someone enters their contact info the form doesn't give any indication it was successful. The form should change to text that says something like "Thank you! A brother should be in contact with you shortly!"

Style Things

Just a little note about controllers:

We should use the controllerAs syntax wherever possible (see the style guide Marc posted). Basically, instead of defining everything on an injected $scope ($scope.property = blah), we capture the context (this) in the controller and bind it straight to that (var vm = this; vm.property = blah). We then only use an injected $scope for the utility it offers ($on, $emit, etc). If that doesn't make sense, lemme know, and check out the style guide.

One way to look at it is we're making the controller into a constructor, rather than binding it all to a $scope. By injecting and binding to the $scope, we're technically calling scope.controller.$scope.property (gross). This changes it to scope.controller.property.

Need hero image

Need a good high resolution image to use for the front page. It should look good in many sizes and fill the whole screen.

A good example is the one that is used on http://www.spotify.com/, except more fraternity related. It should look good with text over it and possibly other layers (blur, color, etc).

News Page

I'm not sure how important this is for before rush. We can just put all of the rush info on the main page and worry about this later.

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.