diff options
author | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
commit | 7af1bb7e6e9334315eaa860b43f39a71bce53d19 (patch) | |
tree | c7264c8f468a33d7b1cccef8c206c6bbc7b52eea /src/students | |
parent | 773b8a5f19d1b60fc42aaa200129af496ede173b (diff) | |
download | site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.gz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.bz2 site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.xz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.zip |
Tabs --> Spaces.
Diffstat (limited to 'src/students')
-rw-r--r-- | src/students/index.html | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/src/students/index.html b/src/students/index.html index 495aeea..7c802e8 100644 --- a/src/students/index.html +++ b/src/students/index.html @@ -1,48 +1,48 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <meta name="description" content=""> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta name="description" content=""> <meta name="keywords" content=""> - <title>Coming Soon</title> - <!-- Favicon --> + <title>Coming Soon</title> + <!-- Favicon --> <link href="/assets/images/favicon.png" rel="shortcut icon"> - <!-- CSS --> - <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> - <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> - <link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet"> - <link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet"> - <link href="/assets/plugins/sal/sal.min.css" rel="stylesheet"> - <link href="/assets/css/theme.css" rel="stylesheet"> - <!-- Fonts/Icons --> - <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet"> - <link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet"> - <link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet"> - </head> - <body> - - <!-- Header --> - <div class="header right absolute-dark sticky"> + <!-- CSS --> + <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet"> + <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet"> + <link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet"> + <link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet"> + <link href="/assets/plugins/sal/sal.min.css" rel="stylesheet"> + <link href="/assets/css/theme.css" rel="stylesheet"> + <!-- Fonts/Icons --> + <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet"> + <link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet"> + <link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet"> + </head> + <body> + + <!-- Header --> + <div class="header right absolute-dark sticky"> __HEADER__ - </div> - <!-- end Header --> + </div> + <!-- end Header --> - <div class="section-fullscreen"> - <div class="container"> - <div class="position-middle"> - <div class="row"> - <div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"> - <h1 class="display-4 font-weight-bold">Coming Soon</h1> - <h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5> - <a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a> - </div> - </div><!-- end row --> - </div><!-- end position-middle --> - </div><!-- end container --> - </div> + <div class="section-fullscreen"> + <div class="container"> + <div class="position-middle"> + <div class="row"> + <div class="col-12 col-md-10 coffset-md-1 col-lg-8 offset-lg-2 col-xl-6 offset-xl-3"> + <h1 class="display-4 font-weight-bold">Coming Soon</h1> + <h5 class="font-weight-light text-black-05">We're not quite ready to share this.</h5> + <a class="button button-xl button-radius button-reveal-left-grey margin-top-30" href="/"><i class="fas fa-home"></i><span>Home</span></a> + </div> + </div><!-- end row --> + </div><!-- end position-middle --> + </div><!-- end container --> + </div> __INDEPENDENT_SHADE__ __FOOTER__ - </body> + </body> </html> |