diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-27 10:58:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-27 10:58:02 -0500 |
commit | bdfb8a9a0ada40b1716a90a602bd160e5aa6820b (patch) | |
tree | fdf06f51c82b981dc3e60284a363f1afef31597f | |
parent | 3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7 (diff) | |
download | portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.lz portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.tar.xz portfolio-bdfb8a9a0ada40b1716a90a602bd160e5aa6820b.zip |
update normalize and remove npm
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | index.php | 6 | ||||
-rw-r--r-- | templates/css/normalize.css | 349 | ||||
-rw-r--r-- | templates/index.tpl | 11 | ||||
-rw-r--r-- | templates/js/efectos.js | 47 | ||||
-rw-r--r-- | templates/js/efectos.min.js | 3 | ||||
-rw-r--r-- | templates/js/formulario.js | 4 |
7 files changed, 357 insertions, 69 deletions
@@ -16,11 +16,5 @@ $ mkdir templates_c # chmod g+w -R templates_c/ ``` -#### Descargar librerías adicionales (jQuery, normalize) - -``` -$ npm install -``` - ## Licencia Esta obra esta bajo la Licencia [GNU AGPLv3+](LICENSE) @@ -25,15 +25,13 @@ $html->assign("enviado", $enviado); /* ---- ---- CSS ---- ---- */ $html->assign('templates', array('estilos' => 'templates/css/estilos.min.css', - 'normalize' => 'node_modules/normalize.css/normalize.css', + 'normalize' => 'templates/css/normalize.css', 'favicon' => 'templates/images/favicon.png') ); /* ---- ---- LibreJS ---- ---- */ $html->assign('librejs', array('librejs' => 'templates/librejs.html', - 'jquery' => 'node_modules/jquery/dist/jquery.min.js', - 'formulario' => 'templates/js/formulario.min.js', - 'efectos' => 'templates/js/efectos.min.js') + 'formulario' => 'templates/js/formulario.min.js') ); /* ---- ---- Projects and redes Sociales Libres ---- ---- */ diff --git a/templates/css/normalize.css b/templates/css/normalize.css new file mode 100644 index 0000000..192eb9c --- /dev/null +++ b/templates/css/normalize.css @@ -0,0 +1,349 @@ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ + +/* Document + ========================================================================== */ + +/** + * 1. Correct the line height in all browsers. + * 2. Prevent adjustments of font size after orientation changes in iOS. + */ + +html { + line-height: 1.15; /* 1 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/* Sections + ========================================================================== */ + +/** + * Remove the margin in all browsers. + */ + +body { + margin: 0; +} + +/** + * Render the `main` element consistently in IE. + */ + +main { + display: block; +} + +/** + * Correct the font size and margin on `h1` elements within `section` and + * `article` contexts in Chrome, Firefox, and Safari. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/* Grouping content + ========================================================================== */ + +/** + * 1. Add the correct box sizing in Firefox. + * 2. Show the overflow in Edge and IE. + */ + +hr { + box-sizing: content-box; /* 1 */ + height: 0; /* 1 */ + overflow: visible; /* 2 */ +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +pre { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Remove the gray background on active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * 1. Remove the bottom border in Chrome 57- + * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. + */ + +abbr[title] { + border-bottom: none; /* 1 */ + text-decoration: underline; /* 2 */ + text-decoration: underline dotted; /* 2 */ +} + +/** + * Add the correct font weight in Chrome, Edge, and Safari. + */ + +b, +strong { + font-weight: bolder; +} + +/** + * 1. Correct the inheritance and scaling of font size in all browsers. + * 2. Correct the odd `em` font sizing in all browsers. + */ + +code, +kbd, +samp { + font-family: monospace, monospace; /* 1 */ + font-size: 1em; /* 2 */ +} + +/** + * Add the correct font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` elements from affecting the line height in + * all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove the border on images inside links in IE 10. + */ + +img { + border-style: none; +} + +/* Forms + ========================================================================== */ + +/** + * 1. Change the font styles in all browsers. + * 2. Remove the margin in Firefox and Safari. + */ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; /* 1 */ + font-size: 100%; /* 1 */ + line-height: 1.15; /* 1 */ + margin: 0; /* 2 */ +} + +/** + * Show the overflow in IE. + * 1. Show the overflow in Edge. + */ + +button, +input { /* 1 */ + overflow: visible; +} + +/** + * Remove the inheritance of text transform in Edge, Firefox, and IE. + * 1. Remove the inheritance of text transform in Firefox. + */ + +button, +select { /* 1 */ + text-transform: none; +} + +/** + * Correct the inability to style clickable types in iOS and Safari. + */ + +button, +[type="button"], +[type="reset"], +[type="submit"] { + -webkit-appearance: button; +} + +/** + * Remove the inner border and padding in Firefox. + */ + +button::-moz-focus-inner, +[type="button"]::-moz-focus-inner, +[type="reset"]::-moz-focus-inner, +[type="submit"]::-moz-focus-inner { + border-style: none; + padding: 0; +} + +/** + * Restore the focus styles unset by the previous rule. + */ + +button:-moz-focusring, +[type="button"]:-moz-focusring, +[type="reset"]:-moz-focusring, +[type="submit"]:-moz-focusring { + outline: 1px dotted ButtonText; +} + +/** + * Correct the padding in Firefox. + */ + +fieldset { + padding: 0.35em 0.75em 0.625em; +} + +/** + * 1. Correct the text wrapping in Edge and IE. + * 2. Correct the color inheritance from `fieldset` elements in IE. + * 3. Remove the padding so developers are not caught out when they zero out + * `fieldset` elements in all browsers. + */ + +legend { + box-sizing: border-box; /* 1 */ + color: inherit; /* 2 */ + display: table; /* 1 */ + max-width: 100%; /* 1 */ + padding: 0; /* 3 */ + white-space: normal; /* 1 */ +} + +/** + * Add the correct vertical alignment in Chrome, Firefox, and Opera. + */ + +progress { + vertical-align: baseline; +} + +/** + * Remove the default vertical scrollbar in IE 10+. + */ + +textarea { + overflow: auto; +} + +/** + * 1. Add the correct box sizing in IE 10. + * 2. Remove the padding in IE 10. + */ + +[type="checkbox"], +[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Correct the cursor style of increment and decrement buttons in Chrome. + */ + +[type="number"]::-webkit-inner-spin-button, +[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Correct the odd appearance in Chrome and Safari. + * 2. Correct the outline style in Safari. + */ + +[type="search"] { + -webkit-appearance: textfield; /* 1 */ + outline-offset: -2px; /* 2 */ +} + +/** + * Remove the inner padding in Chrome and Safari on macOS. + */ + +[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * 1. Correct the inability to style clickable types in iOS and Safari. + * 2. Change font properties to `inherit` in Safari. + */ + +::-webkit-file-upload-button { + -webkit-appearance: button; /* 1 */ + font: inherit; /* 2 */ +} + +/* Interactive + ========================================================================== */ + +/* + * Add the correct display in Edge, IE 10+, and Firefox. + */ + +details { + display: block; +} + +/* + * Add the correct display in all browsers. + */ + +summary { + display: list-item; +} + +/* Misc + ========================================================================== */ + +/** + * Add the correct display in IE 10+. + */ + +template { + display: none; +} + +/** + * Add the correct display in IE 10. + */ + +[hidden] { + display: none; +} diff --git a/templates/index.tpl b/templates/index.tpl index 18b74eb..5e5a347 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -20,9 +20,9 @@ <header> <div class="contenedor"> <nav class="menu"> - <a href="#" id="btn-acerca-de">Acerca de</a> - <a href="#" id="btn-trabajos">Proyectos</a> - <a href="#" id="btn-contacto">Contacto</a> + <a href="#about-us" id="btn-acerca-de">Acerca de</a> + <a href="#trabajos" id="btn-trabajos">Proyectos</a> + <a href="#contacto" id="btn-contacto">Contacto</a> </nav> <div class="contenedor-texto"> <div class="texto"> @@ -40,7 +40,7 @@ <img alt="Jesús Eduardo" title="Jesús Eduardo" src="./templates/images/foto.png" width="115"/> </div> <div class="texto"> - <h3 class="titulo">Acerca de</h3> + <h3 class="titulo" id="about-us">Acerca de</h3> <p>Consultor y desarrollador de <span class="bold">Software Libre</span>. Hacker de <span class="bold">Hyperbola GNU/Linux-Libre.</span></p> </div> </div> @@ -113,9 +113,6 @@ </div> </footer> - <script src="{$librejs.jquery}" - integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg=="></script> <script src="{$librejs.formulario}"></script> - <script src="{$librejs.efectos}"></script> </body> </html> diff --git a/templates/js/efectos.js b/templates/js/efectos.js deleted file mode 100644 index 9d76511..0000000 --- a/templates/js/efectos.js +++ /dev/null @@ -1,47 +0,0 @@ -/* -@licstart The following is the entire license notice for the -JavaScript code in this page. - -Copyleft 2017 | Heckyel - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -@licend The above is the entire license notice -for the JavaScript code in this page. -*/ -$(document).ready(function(){ - // scroll elementos Menu - var acercade = $('#acerca-de').offset().top, - proyecto = $('#trabajos').offset().top, - contactar = $('#contacto').offset().top; - - $('#btn-acerca-de').on('click', function(e){ - e.preventDefault(); - $('html, body').animate({ - scrollTop: 240 - }, 500); - }); - - $('#btn-trabajos').on('click', function(e){ - e.preventDefault(); - $('html, body').animate({ - scrollTop: proyecto - }, 500); - }); - - $('#btn-contacto').on('click', function(e){ - e.preventDefault(); - $('html, body').animate({ - scrollTop: contactar - }, 500); - }); - -}); diff --git a/templates/js/efectos.min.js b/templates/js/efectos.min.js deleted file mode 100644 index 021b50d..0000000 --- a/templates/js/efectos.min.js +++ /dev/null @@ -1,3 +0,0 @@ -// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later -$(document).ready(function(){$("#acerca-de").offset().top;var t=$("#trabajos").offset().top,o=$("#contacto").offset().top;$("#btn-acerca-de").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:240},500)}),$("#btn-trabajos").on("click",function(o){o.preventDefault(),$("html, body").animate({scrollTop:t},500)}),$("#btn-contacto").on("click",function(t){t.preventDefault(),$("html, body").animate({scrollTop:o},500)})}); -// @license-end diff --git a/templates/js/formulario.js b/templates/js/formulario.js index fae85ec..00bd9a8 100644 --- a/templates/js/formulario.js +++ b/templates/js/formulario.js @@ -2,7 +2,7 @@ @licstart The following is the entire license notice for the JavaScript code in this page. -Copyleft 2017 | Heckyel +Copyleft 2019 | Heckyel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ for the JavaScript code in this page. */ (function(){ - var formulario = document.getElementById('formulario'), + let formulario = document.getElementById('formulario'), nombre = formulario.nombre, correo = formulario.correo, mensaje = formulario.mensaje, |