diff --git a/biomed-frontend/gulpfile.js b/biomed-frontend/gulpfile.js index 0f373f9..e87ddb6 100644 --- a/biomed-frontend/gulpfile.js +++ b/biomed-frontend/gulpfile.js @@ -23,6 +23,7 @@ gulp.task('vendor', function() { 'vendor/jquery/dist/jquery.min.js', 'vendor/foundation/js/vendor/modernizr.js', 'vendor/foundation/js/foundation.js', + 'vendor/foundation/js/foundation/foundation.abide.js', 'vendor/foundation/js/foundation/foundation.clearing.js', 'vendor/angular/angular.min.js', 'vendor/angular-loading-bar/build/loading-bar.js', diff --git a/biomed-frontend/src/app/layout.html b/biomed-frontend/src/app/layout.html index 98430b3..be32028 100644 --- a/biomed-frontend/src/app/layout.html +++ b/biomed-frontend/src/app/layout.html @@ -6,17 +6,17 @@
  • - +
    @@ -40,50 +40,30 @@ -
    -
    -
    -
    -
    - Name -
    -
    - -
    -
    -
    + + + +
    + + Name is required and must be a string.
    -
    -
    -
    -
    - Email -
    -
    - -
    -
    -
    + -
    -
    -
    -
    - Message -
    -
    - -
    -
    -
    +
    +
    -
    -
    - Submit -
    -
    - + + + ×
    @@ -99,7 +79,7 @@
    - +
    @@ -155,4 +135,7 @@
    +
    \ No newline at end of file