100 lines
4.2 KiB
HTML
100 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Expanding Bar Menus | Demo 3 | Codrops</title>
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<meta name="author" content="Codrops" />
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/demo.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/component.css" />
|
|
<script>document.documentElement.className = 'js';</script>
|
|
</head>
|
|
<body class="demo-3">
|
|
<svg class="hidden">
|
|
<symbol id="icon-arrow" viewBox="0 0 24 24">
|
|
<title>arrow</title>
|
|
<polygon points="6.3,12.8 20.9,12.8 20.9,11.2 6.3,11.2 10.2,7.2 9,6 3.1,12 9,18 10.2,16.8 "/>
|
|
</symbol>
|
|
<symbol id="icon-drop" viewBox="0 0 24 24">
|
|
<title>drop</title>
|
|
<path d="M12,21c-3.6,0-6.6-3-6.6-6.6C5.4,11,10.8,4,11.4,3.2C11.6,3.1,11.8,3,12,3s0.4,0.1,0.6,0.3c0.6,0.8,6.1,7.8,6.1,11.2C18.6,18.1,15.6,21,12,21zM12,4.8c-1.8,2.4-5.2,7.4-5.2,9.6c0,2.9,2.3,5.2,5.2,5.2s5.2-2.3,5.2-5.2C17.2,12.2,13.8,7.3,12,4.8z"/><path d="M12,18.2c-0.4,0-0.7-0.3-0.7-0.7s0.3-0.7,0.7-0.7c1.3,0,2.4-1.1,2.4-2.4c0-0.4,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7C15.8,16.5,14.1,18.2,12,18.2z"/>
|
|
</symbol>
|
|
<symbol id="icon-caret" viewBox="0 0 24 24">
|
|
<title>caret</title>
|
|
<polygon points="15.7,16.6 11.1,12 15.7,7.4 14.3,6 8.3,12 14.3,18"/>
|
|
</symbol>
|
|
<symbol id="icon-menu" viewBox="0 0 24 24">
|
|
<title>menu</title>
|
|
<path d="M23.7,3H0V0h23.7V3z M23.7,7.5H0v3h23.7V7.5z M18.9,15h-14v3h14V15z"/>
|
|
</symbol>
|
|
<symbol id="icon-cross" viewBox="0 0 24 24">
|
|
<title>cross</title>
|
|
<path d="M14.1,12l7.3,7.3l-2.1,2.1L12,14.1l-7.3,7.3l-2.1-2.1L9.9,12L2.6,4.7l2.1-2.1L12,9.9l7.3-7.3l2.1,2.1L14.1,12z"/>
|
|
</symbol>
|
|
</svg>
|
|
<main class="view">
|
|
<div class="content">
|
|
<header class="codrops-header">
|
|
<div class="codrops-links">
|
|
<a class="codrops-icon codrops-icon--prev" href="https://tympanus.net/Development/StackMotionHoverEffects/" title="Previous Demo"><svg class="icon icon--arrow"><use xlink:href="#icon-arrow"></use></svg></a>
|
|
<a class="codrops-icon codrops-icon--drop" href="https://tympanus.net/codrops/?p=30460" title="Back to the article"><svg class="icon icon--drop"><use xlink:href="#icon-drop"></use></svg></a>
|
|
</div>
|
|
<h1 class="codrops-header__title">400mm</h1>
|
|
<span class="codrops-header__deco">shutter angle</span>
|
|
<p class="codrops-header__tagline">expanding bar menus</p>
|
|
<nav class="demos">
|
|
<a class="demo" href="index.html">1</a>
|
|
<a class="demo" href="index2.html">2</a>
|
|
<a class="demo demo--current" href="index3.html">3</a>
|
|
</nav>
|
|
</header>
|
|
</div>
|
|
<button class="btn btn--menu">
|
|
<svg class="icon icon--menu"><use xlink:href="#icon-menu"></use></svg>
|
|
<svg class="icon icon--cross"><use xlink:href="#icon-cross"></use></svg>
|
|
</button>
|
|
<nav class="tabsnav tabsnav--ibai tabsnav--hidden tabsnav--hidden-default">
|
|
<div class="tabsnav__item">
|
|
<div class="tabsnav__bar"></div>
|
|
<h3 class="tabsnav__title">Serendipity</h3>
|
|
</div>
|
|
<div class="tabsnav__item">
|
|
<div class="tabsnav__bar"></div>
|
|
<h3 class="tabsnav__title">Telekinesis</h3>
|
|
</div>
|
|
<div class="tabsnav__item">
|
|
<div class="tabsnav__bar"></div>
|
|
<h3 class="tabsnav__title">Footalicious</h3>
|
|
</div>
|
|
</nav>
|
|
<div class="tabscontent">
|
|
<div class="tabscontent__item">
|
|
<div class="box">
|
|
<h3 class="box__title">Scenic</h3>
|
|
</div>
|
|
</div>
|
|
<div class="tabscontent__item">
|
|
<div class="box">
|
|
<h3 class="box__title">Pano</h3>
|
|
</div>
|
|
</div>
|
|
<div class="tabscontent__item">
|
|
<div class="box">
|
|
<h3 class="box__title">Depth</h3>
|
|
</div>
|
|
</div>
|
|
<button class="btn btn--back"><svg class="icon icon--caret"><use xlink:href="#icon-caret"></use></svg></button>
|
|
</div>
|
|
</main>
|
|
<script src="js/anime.min.js"></script>
|
|
<script src="js/enquire.min.js"></script>
|
|
<script src="js/tabsnav.js"></script>
|
|
<script src="js/demo3.js"></script>
|
|
</body>
|
|
</html>
|