|
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <title>Cubes Advent Calendar | Demo 2 | Codrops</title> |
| 7 | + <title>Cubes Advent Calendar | Demo 1 | Codrops</title> |
8 | 8 | <meta name="description" content="An Advent calendar made of 3D cubes with different styles and effects." /> |
9 | 9 | <meta name="keywords" content="advent calendar, web, html template, 3d, cubes, css, javascript, anime.js" /> |
10 | 10 | <meta name="author" content="Codrops" /> |
11 | 11 | <link rel="shortcut icon" href="favicon.ico"> |
12 | | - <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Droid+Sans+Mono" rel="stylesheet" /> |
| 12 | + <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700" rel="stylesheet" /> |
13 | 13 | <link rel="stylesheet" type="text/css" href="css/normalize.css" /> |
14 | 14 | <link rel="stylesheet" type="text/css" href="css/common.css" /> |
15 | | - <link rel="stylesheet" type="text/css" href="css/style2.css" /> |
| 15 | + <link rel="stylesheet" type="text/css" href="css/style1.css" /> |
16 | 16 | <!--[if IE]> |
17 | 17 | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
18 | 18 | <![endif]--><script>document.documentElement.className = 'js';</script> |
@@ -45,8 +45,8 @@ <h1 class="codrops-header__title">Cubes Advent Calendar</h1> |
45 | 45 | </div> |
46 | 46 | <p class="codrops-header__tagline">Inspired by <a href="http://www.adultswim.com/music/singles-2016/" class="link">Adult Swim</a>. Firefox support is <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=904304" class="link">buggy</a>.</p> |
47 | 47 | <nav class="codrops-demos"> |
48 | | - <a class="link" href="index.html">Demo 1</a> |
49 | | - <a class="link current-demo" href="index2.html">Demo 2</a> |
| 48 | + <a class="current-demo link" href="index.html">Demo 1</a> |
| 49 | + <a class="link" href="index2.html">Demo 2</a> |
50 | 50 | <a class="link" href="index3.html">Demo 3</a> |
51 | 51 | </nav> |
52 | 52 | <a href="https://github.com/codrops/CubesAdventCalendar/" title="View this project on GitHub"><svg class="icon icon--github"><use xlink:href="#icon-github"></use></svg></a> |
@@ -193,11 +193,11 @@ <h3 class="content__title">Better World</h3> |
193 | 193 | <div class="content__number">0</div> |
194 | 194 | <button class="btn-back" aria-label="Back to the grid view">↵</button> |
195 | 195 | </div><!-- /content --> |
196 | | - </div> |
| 196 | + </div><!-- /calendar-wrap --> |
197 | 197 | </main> |
198 | 198 | <script src="js/charming.min.js"></script> |
199 | 199 | <script src="js/anime.min.js"></script> |
200 | 200 | <script src="js/textfx.js"></script> |
201 | | - <script src="js/main2.js"></script> |
| 201 | + <script src="js/main.js"></script> |
202 | 202 | </body> |
203 | 203 | </html> |
0 commit comments