From 1b8b5ca505e3d311c0832277940ab115ff2b8577 Mon Sep 17 00:00:00 2001 From: Eric Carmichael Date: Thu, 3 Sep 2015 00:18:16 -0700 Subject: [PATCH] scaffolds out apply component but I'm not sure how that works, putting HTML (with inline styles...) in just to get the template somewhat right --- components/apply/apply.html | 11 ++++++++++ components/apply/apply.js | 20 +++++++++++++++++ components/apply/apply.less | 0 components/navbar/navbar.html | 5 +++++ index.html | 41 +++++++++++++++++++++++++++++++++++ 5 files changed, 77 insertions(+) create mode 100644 components/apply/apply.html create mode 100644 components/apply/apply.js create mode 100644 components/apply/apply.less diff --git a/components/apply/apply.html b/components/apply/apply.html new file mode 100644 index 0000000..6534f1b --- /dev/null +++ b/components/apply/apply.html @@ -0,0 +1,11 @@ +
+
+
+
+
+ asdasadfasdasdf +
+
+ +
+
diff --git a/components/apply/apply.js b/components/apply/apply.js new file mode 100644 index 0000000..4bae737 --- /dev/null +++ b/components/apply/apply.js @@ -0,0 +1,20 @@ +(function() { + 'use strict'; + + angular.module('App.apply', []) + + .directive('apply', [ + '$interval', '$filter', '$kinvey', '$http', + function($interval, $filter, $kinvey, $http) { + return { + restrict: 'E', + replace: true, + templateUrl: 'components/apply/apply.html', + scope: {}, + link: function(scope, elem, attrs) { + + } + }; + }]); + +}()); diff --git a/components/apply/apply.less b/components/apply/apply.less new file mode 100644 index 0000000..e69de29 diff --git a/components/navbar/navbar.html b/components/navbar/navbar.html index 8f6268c..3022337 100644 --- a/components/navbar/navbar.html +++ b/components/navbar/navbar.html @@ -17,6 +17,11 @@ Mentors +
  • + + Apply + +
  • FAQ diff --git a/index.html b/index.html index 3ee7ee2..741f937 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -340,8 +341,48 @@

    Register

    +
    +
    +
    +
    +
    +

    Apply

    +
    + +
    + +
    + + +
    +
    +
    + +
    +
    + + + + + + + +