-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmumble.html
35 lines (35 loc) · 1.96 KB
/
mumble.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Inspiration for Menu Hover Effects | Demo: Adsila | Codrops</title>
<meta name="description" content="Inspiration for modern menu hover effects." />
<meta name="keywords" content="menu, navigation, hover, effect, animation, javascript, css, web design" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700|Nunito: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/style-adsila.css" />
<link rel="stylesheet" type="text/css" href="pater/pater.css" />
<link rel="stylesheet" type="text/css" href="css/pr.css" />
<link rel="stylesheet" type="text/css" href="css/grid.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<body class="demo-adsila">
<main>
<div><h1 class="arrow"><a href="index.html">←</a></h1></div>
<div class="container">
<header>
<img src="imgs/liam.png" width="600px">
</header>
<aside>
<h4>January 2018: Third Place</h4>
<h4>February 2018: Fourth Place</h4>
</aside>
</div>
</main>
<script src="js/demo.js"></script>
</body>
</html>