(Prototype team page) |
|||
Line 1: | Line 1: | ||
− | {{TecCEM}} | + | {{:Team:TecCEM/Templates/NavBar}} |
<html> | <html> | ||
+ | <head> | ||
+ | <!-- Basic Page Needs --> | ||
+ | <meta charset="utf-8"/> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||
+ | <title>Notebooks</title> | ||
+ | <meta name="description" content=""/> | ||
+ | <meta name="keywords" content=""/> | ||
+ | <meta name="author" content="Fernando Colchado"/> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Raleway|Ubuntu" rel="stylesheet"> | ||
+ | <link href="https://fonts.googleapis.com/css?family=Pangolin" rel="stylesheet"> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | jQuery(document).ready(function ($) { | ||
− | + | function map (value, in_min, in_max, out_min, out_max){ | |
+ | return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min; | ||
+ | } | ||
+ | |||
− | + | }); | |
− | + | </script> | |
− | + | </head> | |
− | </ | + | <body> |
− | < | + | </body> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
</html> | </html> | ||
+ | {{:Team:TecCEM/Templates/Footer}} |
Revision as of 19:56, 27 October 2017