|
@@ -0,0 +1,129 @@
|
|
|
|
|
+<!DOCTYPE html>
|
|
|
|
|
+<html lang="en">
|
|
|
|
|
+<head>
|
|
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
|
|
|
|
|
+ <title>Atelier web WCS</title>
|
|
|
|
|
+
|
|
|
|
|
+ <!-- CSS -->
|
|
|
|
|
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
|
+ <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
+ <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
+ <style>
|
|
|
|
|
+ html {
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ body {
|
|
|
|
|
+ min-height: 100%;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ }
|
|
|
|
|
+ footer {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ .col-1-2 {
|
|
|
|
|
+ width: 50%;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ bottom: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ .col-1-2:first-child {
|
|
|
|
|
+ border-right:1px solid #ddd;
|
|
|
|
|
+ }
|
|
|
|
|
+ .col-1-2:last-child {
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ }
|
|
|
|
|
+ </style>
|
|
|
|
|
+
|
|
|
|
|
+</head>
|
|
|
|
|
+<body>
|
|
|
|
|
+ <div class="main">
|
|
|
|
|
+ <div class="col-1-2">
|
|
|
|
|
+
|
|
|
|
|
+ <nav class="light-blue lighten-1" role="navigation">
|
|
|
|
|
+ <div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">WCS</a>
|
|
|
|
|
+ <ul class="right hide-on-med-and-down">
|
|
|
|
|
+ <li><a href="#">Navbar Link</a></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+
|
|
|
|
|
+ <ul id="nav-mobile" class="side-nav">
|
|
|
|
|
+ <li><a href="#">Navbar Link</a></li>
|
|
|
|
|
+ </ul>
|
|
|
|
|
+ <a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </nav>
|
|
|
|
|
+ <div class="section no-pad-bot" id="index-banner">
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ <h4 class="header center orange-text">J'apprends le JavaScript !</h4>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ <div class="section">
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Icon Section -->
|
|
|
|
|
+ <div class="row">
|
|
|
|
|
+ <div class="col s12 m4">
|
|
|
|
|
+ <div class="icon-block">
|
|
|
|
|
+ <h2 class="center light-blue-text"><i class="material-icons">flash_on</i></h2>
|
|
|
|
|
+
|
|
|
|
|
+ <p class="light">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="col s12 m4">
|
|
|
|
|
+ <div class="icon-block">
|
|
|
|
|
+ <h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
|
|
|
|
|
+
|
|
|
|
|
+ <p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that incorporates components and animations that provide more feedback to users. Additionally, a single underlying responsive system across all platforms allow for a more unified user experience.</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <div class="col s12 m4">
|
|
|
|
|
+ <div class="icon-block">
|
|
|
|
|
+ <h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
|
|
|
|
|
+
|
|
|
|
|
+ <p class="light">We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.</p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <br><br>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <footer class="page-footer orange">
|
|
|
|
|
+ <div class="footer-copyright">
|
|
|
|
|
+ <div class="container">
|
|
|
|
|
+ Made by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </footer>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="col-1-2">
|
|
|
|
|
+ <iframe
|
|
|
|
|
+ id="viewport"
|
|
|
|
|
+ src="empty.html"
|
|
|
|
|
+ frameborder="0"
|
|
|
|
|
+ marginheight="0"
|
|
|
|
|
+ marginwidth="0"
|
|
|
|
|
+ height="100%" width="100%"
|
|
|
|
|
+ style="overflow:hidden;width:100%;height:100%;"></iframe>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <!-- Scripts-->
|
|
|
|
|
+ <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
|
|
|
+ <script src="js/materialize.js"></script>
|
|
|
|
|
+ <script src="js/init.js"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ // $('.s6').height( $(window).height() );
|
|
|
|
|
+ </script>
|
|
|
|
|
+
|
|
|
|
|
+ </body>
|
|
|
|
|
+</html>
|