Skip to content
Snippets Groups Projects
Select Git revision
  • 55f5fca9d23fc731793a1926bde4765d3db37373
  • main default protected
  • feature/seconde-session
  • feature/task-build
4 results

10-practice.html

Blame
  • 10-practice.html 1.41 KiB
    <!doctype html>
    <html lang="fr">
    
    	<head>
    		<meta charset="utf-8">
    
    		<title>ALOM - Practice</title>
    
    		<meta name="description" content="ALOM - Practice">
    		<meta name="author" content="Julien WITTOUCK <julien@codeka.io>">
    
    		<meta name="apple-mobile-web-app-capable" content="yes" />
    		<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
    
    		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
    
    		<link rel="stylesheet" href="../css/reveal.css">
    		<link rel="stylesheet" href="../css/theme/white.css" id="theme">
    
    		<link rel="stylesheet" href="../css/miage-lille.css"/>
    
            <link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
    		<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
    	</head>
    
    	<body>
    
    		<div class="reveal">
    
    			<div class="slides">
    				<section>
    					<h1>ALOM</h1>
    					<h2><i class="em em-runner"></i> Practice</h2>
    				</section>
    
    			</div>
    
    		</div>
    
    		<script src="../js/reveal.js"></script>
    
    		<script>
    			Reveal.initialize({
    				controls: true,
                    controlsBackArrows: 'faded',
    				progress: true,
    				history: true,
    				center: true,
    				transition: 'slide'
    			});
    
    		</script>
    
    		<aside class="miage_aside_logo"></aside>
    
        </body>
    </html>