]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add styles and design following the guidelines for the FORT project.
authorGerardo Pias <gerardo.pias@matesoft.com.uy>
Mon, 27 May 2019 18:02:33 +0000 (15:02 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 29 May 2019 15:11:16 +0000 (08:11 -0700)
docs/_layouts/default.html
docs/_layouts/home.html [new file with mode: 0644]
docs/css/fort_project.css [new file with mode: 0644]
docs/css/fort_validator.css [new file with mode: 0644]
docs/img/GitHub-Mark-Light-120px-plus.png [new file with mode: 0644]
docs/img/logo_validador_fort.svg [new file with mode: 0644]
docs/index.md
docs/js/metodos.js [new file with mode: 0644]

index 8dbc985c28bd7597b14d8cfeb0e41fabd1398e62..b42c00b6a7ac729b4a96b5560cc2cd81fd94231b 100644 (file)
@@ -1,21 +1,97 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <title>{{ page.title }}</title>
+       <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+       <!-- Bootstrap CSS -->
+       <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">-->
+       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
+
+       <!-- Styles -->
        <link href="../css/screen.css" rel="stylesheet" type="text/css">
+       <link href="../css/fort_project.css" rel="stylesheet" type="text/css">
+       <link href="../css/fort_validator.css" rel="stylesheet" type="text/css">
 
        <!-- Site is still under construction, so don't index it -->
        <meta name="robots" content="noindex,nofollow">
 </head>
 
 <body>
+<!-- Header -->
+<header class="site-header">
+       <div class="container">
+               <div class="row align-items-end">
+                       <div class="col">
+                               <div class="logo">
+                                       <a href="../index.html" title="" class="d-flex">
+                                               <img src="../img/logo_validador_fort.svg" alt="Fort">
+                                       </a>
+                               </div>
+                       </div>
+                       <div class="col-auto">
+                               <div class="menu-open">
+                                       <span></span>
+                                       <span></span>
+                                       <span></span>
+                               </div>
+                               <div class="navigation">
+                                       <nav class="site-nav">
+                                               <ul>
+                                                       <li>
+                                                               <a class="" href="../index.html">
+                                                                       Home
+                                                               </a>
+                                                       </li>
+                                                       <li><a href="./index.html">
+                                                               Documentation
+                                                       </a></li>
+                                               </ul>
+                                       </nav>
+
+                               </div>
+                       </div>
+               </div>
+       </div>
+</header>
+
+<section class="site-section">
+       <div class="container alerta">
+               <div class="row align-items-center">
+                       <blockquote><strong>
+                               <img src="../img/warn.svg" alt="WARNING"/> Warning: This documentation is still under construction. It's too succint for comfort still.
+                       </strong></blockquote>
+               </div>
+       </div>
+       <div class="container">
+
+               {{ content }}
+       </div>
+</section>
+<!-- Footer -->
+<footer class="site-footer">
+       <div class="container">
+               <div class="row">
+                       <div class="col justify-content-center">
+                               <a href="https://github.com/NICMx/FORT-validator" target="_blank" title="" class="d-flex">
+                                       <img src="../img/GitHub-Mark-Light-120px-plus.png" alt="Git">
+                               </a>
+                       </div>
+               </div>
+       </div>
+</footer>
+
+<div class="js-overlay overlay-content"></div>
+
+<!-- Bootstrap js -->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
 
-<blockquote><strong>
-<img src="../img/warn.svg" alt="WARNING" /> Warning: This documentation is still under construction. It's too succint for comfort still.
-</strong></blockquote>
+<!-- APP JS -->
+<script src="../js/metodos.js" type="text/javascript"></script>
 
-{{ content }}
 
 </body>
 </html>
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
new file mode 100644 (file)
index 0000000..9503509
--- /dev/null
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <title>{{ page.title }}</title>
+       <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+
+       <!-- Bootstrap CSS -->
+       <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">-->
+       <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
+
+       <!-- Styles -->
+       <link href="./css/screen.css" rel="stylesheet" type="text/css">
+       <link href="./css/fort_project.css" rel="stylesheet" type="text/css">
+       <link href="./css/fort_validator.css" rel="stylesheet" type="text/css">
+
+       <!-- Site is still under construction, so don't index it -->
+       <meta name="robots" content="noindex,nofollow">
+</head>
+
+<body>
+<!-- Header -->
+<header class="site-header">
+       <div class="container">
+               <div class="row align-items-end">
+                       <div class="col">
+                               <div class="logo">
+                                       <a href="./index.html" title="" class="d-flex">
+                                               <img src="./img/logo_validador_fort.svg" alt="Fort">
+                                       </a>
+                               </div>
+                       </div>
+                       <div class="col-auto">
+                               <div class="menu-open">
+                                       <span></span>
+                                       <span></span>
+                                       <span></span>
+                               </div>
+                               <div class="navigation">
+                                       <nav class="site-nav">
+                                               <ul>
+                                                       <li>
+                                                               <a class="" href="./index.html">
+                                                                       Home
+                                                               </a>
+                                                       </li>
+                                                       <li><a href="./doc/index.html">
+                                                               Documentation
+                                                       </a></li>
+                                               </ul>
+                                       </nav>
+
+                               </div>
+                       </div>
+               </div>
+       </div>
+</header>
+
+<section class="site-section">
+       <div class="container alerta">
+               <div class="row align-items-center">
+                       <blockquote><strong>
+                               <img src="./img/warn.svg" alt="WARNING" /> Warning: This documentation is still under construction. It's too succint for comfort still.
+                       </strong></blockquote>
+               </div>
+       </div>
+       <div class="container">
+
+               {{ content }}
+       </div>
+</section>
+<!-- Footer -->
+<footer class="site-footer">
+       <div class="container">
+               <div class="row">
+                       <div class="col justify-content-center">
+                               <a href="https://github.com/NICMx/FORT-validator" target="_blank" title="" class="d-flex">
+                                       <img src="./img/GitHub-Mark-Light-120px-plus.png" alt="Git">
+                               </a>
+                       </div>
+               </div>
+       </div>
+</footer>
+
+<div class="js-overlay overlay-content"></div>
+
+<!-- Bootstrap js -->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
+
+<!-- APP JS -->
+<script src="./js/metodos.js" type="text/javascript"></script>
+
+
+</body>
+</html>
diff --git a/docs/css/fort_project.css b/docs/css/fort_project.css
new file mode 100644 (file)
index 0000000..7d26842
--- /dev/null
@@ -0,0 +1,401 @@
+@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
+.bg-grey {
+       background: #f5f5f5; }
+
+.bg-blue-dark {
+       background: #10242d; }
+
+ul,
+ul li {
+       margin: 0;
+       padding: 0;
+       list-style-type: none; }
+ul.list-bullet li,
+ul li.list-bullet li {
+       margin-bottom: 5px; }
+ul.list-bullet li:before,
+ul li.list-bullet li:before {
+       content: "•";
+       color: #3389ff;
+       margin-right: 5px;
+       margin-left: 10px;
+       font-size: 16px; }
+
+.text-white,
+.text-white * {
+       color: white; }
+
+.text-blue-light,
+.text-blue-light * {
+       color: #3389ff !important; }
+
+.text-blue-dark,
+.text-blue-dark * {
+       color: #10242d !important; }
+
+figure img {
+       max-width: 100%; }
+
+* {
+       color: white;
+       font-family: "Roboto", sans-serif;
+}
+
+h1, h2, h3, h4,
+h1 *, h2 *, h3 *, h4 * {
+       color: white;
+       font-weight: 300;
+       margin-bottom: .5rem;}
+
+h2.text-blue-light, h2.text-blue-light * {
+       font-size: 4.4rem; }
+
+strong {
+       font-weight: 700; }
+
+.text-high,
+.text-high * {
+       font-size: 1.38rem;
+       font-weight: 300;
+       line-height: normal; }
+@media (max-width: 768px) {
+       .text-high,
+       .text-high * {
+               font-size: 1rem; } }
+
+.text-high {
+       margin: 40px 0; }
+@media (max-width: 768px) {
+       .text-high {
+               margin: 20px 0; } }
+
+@media (max-width: 1024px) {
+       .text-right {
+               text-align: left !important; } }
+
+a , a*{
+       color: #3389ff;
+       transition: all 0.5s ease;
+       -moz-transition: all 0.5s ease;
+       -ms-transition: all 0.5s ease;
+       -webkit-transition: all 0.5s ease; }
+a:hover, a:focus {
+       text-decoration: none; }
+
+body {
+       background: #152c38;
+       padding-top: 120px;
+       margin: 0;
+       margin-bottom: 120px;}
+@media (max-width: 768px) {
+       body {
+               padding-top: 60px; } }
+
+.site-header {
+       position: fixed;
+       top: 0;
+       right: 0;
+       height: 120px;
+       width: 100%;
+       background-color: #152c38;
+       transition: all 0.5s ease;
+       -moz-transition: all 0.5s ease;
+       -ms-transition: all 0.5s ease;
+       -webkit-transition: all 0.5s ease;
+       z-index: 2;
+       padding: 40px 0; }
+.site-header .logo a {
+       align-items: flex-end; }
+.site-header .logo a img {
+       margin-right: 20px;
+       /*width: 150px; }*/
+               height: 70px;}
+.site-header .logo a h1 {
+       margin: 0; }
+.site-header.small-header {
+       background: #10242d;
+       height: 80px;
+       padding: 10px 0; }
+.site-header.small-header .logo a img {
+       /*width: 100px;*/
+       height: 60px;}
+.site-header.small-header .small-nav {
+       margin-bottom: 0; }
+@media (max-width: 768px) {
+       .site-header {
+               background: #10242d;
+               height: 80px;
+               padding: 20px 0; }
+       .site-header .logo a img {
+               /*width: 100px; }*/
+               height: 60px;}
+       .site-header .small-nav {
+               margin-bottom: 0; }
+       .site-header.small-header {
+               padding: 20px 0; } }
+
+.site-footer {
+       position: absolute;
+       bottom: 0;
+       width: 100%;
+       height: 120px;
+       background: #09181e;
+       padding: 30px 0; }
+.site-footer p {
+       margin: 0; }
+
+.site-section {
+       padding: 80px 0; }
+@media (max-width: 768px) {
+       .site-section {
+               padding: 40px 0; } }
+
+.site-aside {
+       background: #10242d;
+       padding: 40px;
+}
+.site-aside a {
+       color: white; }
+@media (min-width: 1024px) {
+       .site-aside{position: fixed;}
+}
+.box {
+       border: 3px solid #3389ff;
+       border-radius: 15px;
+       -moz-border-radius: 15px;
+       -ms-border-radius: 15px;
+       -webkit-border-radius: 15px;
+       height: 320px;
+       padding: 40px; }
+.box h3, .box h3 * {
+       font-size: 14px;
+       font-weight: 700;
+       text-transform: uppercase; }
+.box h4, .box h4 * {
+       color: #3389ff; }
+@media (max-width: 1024px) {
+       .box {
+               border: none;
+               border-bottom: 3px solid #3389ff;
+               border-radius: 0;
+               padding: 0 0 20px 0;
+               height: auto;
+               margin: 20px 0; }
+       .box.last {
+               border: none;
+               padding: 0; } }
+
+.site-nav ul {
+       display: flex; }
+.site-nav ul li a {
+       color: white;
+       font-size: 16px;
+       font-weight: 400;
+       letter-spacing: 1px;
+       padding: 0 15px;
+       text-transform: uppercase; }
+.site-nav ul li a:hover, .site-nav ul li a:focus {
+       color: #3389ff; }
+.site-nav ul li a.active-item {
+       position: relative; }
+.site-nav ul li a.active-item:after {
+       background: #3389ff;
+       content: "";
+       position: absolute;
+       bottom: -10px;
+       left: 50%;
+       height: 2px;
+       width: 30px;
+       transform: translateX(-50%); }
+
+.small-nav {
+       margin-right: 10px;
+       margin-bottom: 30px; }
+.small-nav ul li a, .small-nav ul li a * {
+       color: rgba(245, 245, 245, 0.5);
+       font-size: 12px;
+       font-weight: 300;
+       padding: 0 3px; }
+.small-nav ul li a.active-item, .small-nav ul li a *.active-item {
+       color: #3389ff; }
+.small-nav ul li a.active-item:after, .small-nav ul li a *.active-item:after {
+       display: none; }
+
+@media (max-width: 1024px) {
+       .navigation {
+               display: none;
+               background: #10242d;
+               padding: 40px;
+               position: fixed;
+               top: 0;
+               left: 0;
+               height: 100%;
+               width: 100%;
+               z-index: 2; }
+       .navigation ul {
+               flex-direction: column; }
+       .navigation ul li {
+               border-bottom: 1px solid rgba(51, 137, 255, 0.2); }
+       .navigation ul li a {
+               display: block;
+               font-size: 18px;
+               text-align: center;
+               padding: 20px 0; }
+       .navigation ul li a.active-item {
+               color: #3389ff; }
+       .navigation ul li a.active-item:after {
+               display: none; }
+       .navigation ul li:last-child {
+               border: none; }
+       .navigation .small-nav ul {
+               flex-direction: row; }
+       .navigation .small-nav ul li {
+               border: none; }
+       .navigation .small-nav ul li a {
+               font-size: 12px;
+               padding: 0 3px; } }
+
+.menu-open {
+       display: none; }
+@media (max-width: 1024px) {
+       .menu-open {
+               display: block;
+               cursor: pointer;
+               position: fixed;
+               top: 35px;
+               right: 20px;
+               height: 25px;
+               width: 25px;
+               transform: rotate(0deg);
+               -moz-transform: rotate(0deg);
+               -ms-transform: rotate(0deg);
+               -webkit-transform: rotate(0deg);
+               transition: 0.5s ease-in-out;
+               -moz-transition: 0.5s ease-in-out;
+               -ms-transition: 0.5s ease-in-out;
+               -webkit-transition: 0.5s ease-in-out;
+               z-index: 20; }
+       .menu-open span {
+               background: white;
+               display: block;
+               opacity: 1;
+               position: absolute;
+               top: 0;
+               left: 0;
+               height: 3px;
+               width: 100%;
+               transition: 0.25s ease-in-out;
+               -moz-transition: 0.25s ease-in-out;
+               -ms-transition: 0.25s ease-in-out;
+               -webkit-transition: 0.25s ease-in-out;
+               transform: rotate(0deg);
+               -moz-transform: rotate(0deg);
+               -ms-transform: rotate(0deg);
+               -webkit-transform: rotate(0deg); }
+       .menu-open span:nth-child(1), .menu-open span:nth-child(2), .menu-open span:nth-child(3) {
+               transform-origin: left center;
+               -moz-transform-origin: left center;
+               -ms-transform-origin: left center;
+               -webkit-transform-origin: left center; }
+       .menu-open span:nth-child(1) {
+               top: 0px; }
+       .menu-open span:nth-child(2) {
+               top: 6px; }
+       .menu-open span:nth-child(3) {
+               top: 12px; }
+       .menu-open span:hover, .menu-open span:focus {
+               background: #006cff; }
+       .menu-open.clic span:nth-child(1) {
+               transform: rotate(45deg);
+               -moz-transform: rotate(45deg);
+               -ms-transform: rotate(45deg);
+               -webkit-transform: rotate(45deg);
+               position: absolute;
+               top: 0;
+               left: 0; }
+       .menu-open.clic span:nth-child(2) {
+               width: 0%;
+               opacity: 0; }
+       .menu-open.clic span:nth-child(3) {
+               transform: rotate(-45deg);
+               -moz-transform: rotate(-45deg);
+               -ms-transform: rotate(-45deg);
+               -webkit-transform: rotate(-45deg);
+               position: absolute;
+               top: 17px;
+               left: 0; } }
+
+.container {
+       max-width: 1250px;
+       padding-left: 30px;
+       padding-right: 30px; }
+
+.btn {
+       background: #66d394;
+       border-radius: 30px;
+       -moz-border-radius: 30px;
+       -ms-border-radius: 30px;
+       -webkit-border-radius: 30px;
+       color: white;
+       padding: 10px 30px;
+       text-transform: uppercase;
+       font-size: 13px;
+       font-weight: 700;
+       letter-spacing: 1px; }
+.btn:hover, .btn:focus {
+       background: #3ec878;
+       color: white; }
+.btn * {
+       font-size: 13px;
+       font-weight: 700;
+       text-transform: uppercase; }
+
+.i-black {
+       background: #5b5b5b; }
+
+.i-white {
+       background: white; }
+
+.sponsor{
+       display: flex;
+       align-items: center;}
+
+.sponsor a img{
+       max-height: 100px;
+       max-width: 224px;
+}
+
+html {
+       min-height: 100%;
+       position: relative;
+}
+
+footer figure img {
+       max-width: 22rem; }
+
+.alert-fort {
+       color: #383d41;
+       background-color: #b1b3b7;
+       border-color: #d6d8db;
+}
+
+.card-team {
+       background-color: unset;
+}
+
+ul.list-bullet-top > li,
+ul li.list-bullet-top >li {
+       margin-bottom: 10px; }
+ul.list-bullet-top > li:before,
+ul li.list-bullet-top > li:before {
+       content: "o";
+       color: #3389ff;
+       margin-right: 5px;
+       font-size: 16px; }
+
+.about-section{
+       margin-top: -120px;
+       padding-top: 120px;
+}
+
+/*# sourceMappingURL=app.css.map */
diff --git a/docs/css/fort_validator.css b/docs/css/fort_validator.css
new file mode 100644 (file)
index 0000000..7af2484
--- /dev/null
@@ -0,0 +1,46 @@
+/** {
+       font-size: 1rem;
+}*/
+
+body {
+       margin-bottom: 80px;
+}
+
+.site-footer {
+       height: 80px;
+       padding: 20px 0; }
+
+
+blockquote {
+       background-color: #b1b3b7;
+       margin: 0 3em 3em 3em;
+}
+
+code, code span {
+       color: white;
+       font-family: monospace;
+       font-size: inherit;
+       background-color: unset;
+}
+
+pre code{
+       color: white;
+       background-color: black;
+       font-size: 1rem;
+}
+pre code.terminal {
+       color: white;
+}
+
+.language-bash > .nb {
+       color: white;
+}
+
+p img {
+       background-color: #b1b3b7;
+}
+
+.site-footer a img {
+       margin: auto;
+       max-height: 40px;
+}
\ No newline at end of file
diff --git a/docs/img/GitHub-Mark-Light-120px-plus.png b/docs/img/GitHub-Mark-Light-120px-plus.png
new file mode 100644 (file)
index 0000000..192846a
Binary files /dev/null and b/docs/img/GitHub-Mark-Light-120px-plus.png differ
diff --git a/docs/img/logo_validador_fort.svg b/docs/img/logo_validador_fort.svg
new file mode 100644 (file)
index 0000000..1883fb3
--- /dev/null
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
+     viewBox="105 345 385 163" style="enable-background:new 105 345 385 163;" xml:space="preserve">
+<style type="text/css">
+       .st0{fill:#FAA61A;}
+       *{fill:#ffffff;}
+</style>
+<g>
+       <g>
+               <g>
+                       <g>
+                               <g>
+                                       <path d="M268.8,432.8c0.2,2,0.3,4.1,0.3,6.4c0,11.6-2.8,20-8.3,25.2c-5.5,5.2-11.8,7.7-18.8,7.7c-8.9,0-15.3-2.8-19.3-8.4
+                                               c-2.8-3.9-4.6-9.1-5.4-15.5l-19.1-16.1c-3.9-3.3-5.2-6.6-4.1-9.8c0.7-1.8,2.7-4.8,8.8-4.8c3.9,0,9.4,1.3,12.7,4.1l3.2,2.7
+                                               c1.3-3.7,3.1-6.8,5.5-9.3c5-5.2,11.2-7.8,18.5-7.8c3.4,0,6.5,0.4,9.3,1.2c5.4-7.9,11.2-15.7,17.3-23.2
+                                               c-7.1-2.4-15.1-3.6-24-3.6c-17.7,0-32.6,5.5-44.7,16.6c-12.1,11-18.1,25.4-18.1,43.2c0,18.1,4.9,32.1,14.6,41.9
+                                               c9.8,9.8,24.2,14.7,43.2,14.7c18.1,0,33-5.5,45-16.6c11.9-11.1,17.9-25.6,17.9-43.5c0-16.1-3.7-28.6-11.2-37.7
+                                               C283.7,410.5,275.9,421.4,268.8,432.8z"/>
+                                       <path d="M149.6,408V426h18.2v25.4h-18.2v46.4h-35.1V381.4h68V408H149.6z"/>
+                                       <path d="M369,497.8l-23-44.6h-1.2v44.6h-33.9V382.1c4.4,0,14.3-0.1,23.6-0.3c9.3-0.2,15.2-0.3,17.7-0.3
+                                               c14.6,0,25.6,2.8,33.2,8.4c7.5,5.6,11.3,14.4,11.3,26.6c0,6.8-1.8,13.1-5.4,18.7c-3.6,5.6-8.6,9.6-15,11.9l8.1,12.9l22.3,37.9
+                                               H369z M350.6,406.8h-5.8v24l5.1,0.7c4.4,0,7.9-1.1,10.4-3.3c2.5-2.2,3.8-5.4,3.8-9.5c0-3.6-1.1-6.5-3.2-8.7
+                                               C358.8,407.9,355.4,406.8,350.6,406.8z"/>
+                                       <path d="M458.8,408v89.9H428V408h-24.2v-26.5H483V408H458.8z"/>
+                               </g>
+                               <path class="st0" d="M288,371.2c-20.5,22.4-38,47-52.3,73.8c-7.8-6.6-15.5-13.1-23.3-19.7c-4.6-3.9-19.6-4.5-11,2.8
+                                       c11.2,9.4,22.3,18.8,33.5,28.3c2.3,2,11.2,6.6,13.5,2.2c14.5-28.6,32.4-54.7,54.1-78.4C306.9,375.3,291.6,367.3,288,371.2z"/>
+                       </g>
+               </g>
+       </g>
+       <g>
+               <path class="st0" d="M123.1,364.9L123.1,364.9l2.4-14.5h6.2l-4.9,22.4h-7.3l-4.9-22.4h6.4L123.1,364.9z"/>
+               <path class="st0" d="M144.3,370.9c-1.6,1.8-3,2.7-5.5,2.7c-3.6,0-5.8-2.4-5.8-6c0-5.1,2.8-6.7,5.6-7.6c2.8-0.9,5.5-1.2,5.5-3.6
+                       c0-1.2-0.7-2.3-2-2.3c-2.3,0-2.3,1.6-2.4,3.5h-6.4c-0.1-2.8,0.7-4.7,2.3-6s3.8-1.8,6.3-1.8c6.3,0,8.6,1.9,8.6,6.8v13.7
+                       c0,0.8,0.2,1.7,0.5,2.5h-6.2L144.3,370.9z M144,362c-1.3,0.7-2.4,1-3.2,1.6c-0.8,0.6-1.5,1.4-1.5,2.9c0,1.4,0.8,2.4,2.4,2.4
+                       c1.9,0,2.3-2,2.3-3.4V362z"/>
+               <path class="st0" d="M154.4,372.9v-30h6.4v30H154.4z"/>
+               <path class="st0" d="M165.5,348.2v-5.4h6.4v5.4H165.5z M165.5,372.9v-22.4h6.4v22.4H165.5z"/>
+               <path class="st0" d="M186.5,372.9v-2.6h-0.1c-1.2,2.2-3.1,3.3-5,3.3c-4.6-0.2-5.6-4.5-5.6-8.3v-7.8c0-3.5,1.2-7.7,5.4-7.7
+                       c1.7,0,3.3,0.7,4.6,2.7h0.1v-9.6h6.4v30H186.5z M182.3,364.8c0,1.3,0,3.6,1.8,3.6c1.7,0,2-1.7,2-3.9v-5.3c0-1.9-0.3-4.2-1.8-4.2
+                       c-2,0-2,2.5-2,4V364.8z"/>
+               <path class="st0" d="M206.6,370.9c-1.6,1.8-3,2.7-5.5,2.7c-3.6,0-5.8-2.4-5.8-6c0-5.1,2.8-6.7,5.6-7.6c2.8-0.9,5.5-1.2,5.5-3.6
+                       c0-1.2-0.7-2.3-2-2.3c-2.3,0-2.3,1.6-2.4,3.5h-6.4c-0.1-2.8,0.7-4.7,2.3-6s3.8-1.8,6.3-1.8c6.3,0,8.6,1.9,8.6,6.8v13.7
+                       c0,0.8,0.2,1.7,0.5,2.5H207L206.6,370.9z M206.3,362c-1.3,0.7-2.4,1-3.2,1.6c-0.8,0.6-1.5,1.4-1.5,2.9c0,1.4,0.8,2.4,2.4,2.4
+                       c1.9,0,2.3-2,2.3-3.4V362z"/>
+               <path class="st0" d="M226.5,372.9v-2.6h-0.1c-1.2,2.2-3.1,3.3-5,3.3c-4.6-0.2-5.6-4.5-5.6-8.3v-7.8c0-3.5,1.2-7.7,5.4-7.7
+                       c1.7,0,3.3,0.7,4.6,2.7h0.1v-9.6h6.4v30H226.5z M222.3,364.8c0,1.3,0,3.6,1.8,3.6c1.7,0,2-1.7,2-3.9v-5.3c0-1.9-0.3-4.2-1.8-4.2
+                       c-2,0-2,2.5-2,4V364.8z"/>
+               <path class="st0" d="M236,357.5c0-5.8,3.4-7.7,8.3-7.7c5.6,0,8.3,2.6,8.3,7.7v9.1c-0.3,5.1-3.5,7-8.3,7c-4.6,0-8.3-1.8-8.3-7
+                       V357.5z M242.4,367c0.1,1.3,0.6,2,2,2s1.8-0.7,2-2v-10c0-1.4-0.5-2.6-2-2.6s-2,1.2-2,2.6V367z"/>
+               <path class="st0" d="M261.9,350.4v3.4h0.1c0.7-2.4,2.3-4,4.9-4v7.2c-0.6-0.1-1.3-0.2-1.9-0.2c-1.8,0-2.5,0.4-2.6,2.2v13.8H256
+                       v-22.4H261.9z"/>
+       </g>
+</g>
+</svg>
index 35ac79742260e7dd81fa6a8b6e9be7e02fb36c63..0037a55ed903eb4c6b6905df22fec39962e0de37 100644 (file)
@@ -1,5 +1,6 @@
 ---
 title: Home
+layout: home
 ---
 
 # {{ page.title }}
diff --git a/docs/js/metodos.js b/docs/js/metodos.js
new file mode 100644 (file)
index 0000000..026bc15
--- /dev/null
@@ -0,0 +1,59 @@
+$(document).ready(function () {
+
+       //  Show nav + overlay-content
+       $('.menu-open').click(function () {
+               if ($(this).hasClass('clic')) {
+                       closeNavigation();
+               } else {
+                       openNavigation();
+               }
+               $(this).toggleClass('clic');
+       });
+
+       // $('.overlay-content').click(function() {
+       //     closeNavigation();
+       // });
+
+       // $('.menu-close').click(function() {
+       //      closeNav();
+       // });
+
+       function openNavigation() {
+               // $('body').addClass('nav-fixed');
+               $('.navigation').fadeIn();
+               // $('.js-overlay').fadeIn();
+       }
+
+       function closeNavigation() {
+               // $('body').removeClass('nav-fixed');
+               $('.navigation').fadeOut();
+               // $('.js-overlay').fadeOut();
+       }
+
+       // Header fixed
+       $(function () {
+               var shrinkHeader = 80;
+               $(window).scroll(function () {
+                       var scroll = getCurrentScroll();
+                       if (scroll >= shrinkHeader) {
+                               $('.site-header').addClass('small-header');
+                       } else {
+                               $('.site-header').removeClass('small-header');
+                       }
+               });
+       });
+
+       function getCurrentScroll() {
+               return window.pageYOffset || document.documentElement.scrollTop;
+       }
+
+       $(document).ready(function() { var pathname = window.location.pathname;
+               pathname = pathname.replace('/FORT-validator/doc', '.');
+               pathname = pathname.replace('/FORT-validator', '.');
+
+               //get the path of current page
+               $('.site-nav > ul > li > a[href="'+pathname+'"]').addClass('active-item');
+       })
+
+
+});