-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (53 loc) · 2.17 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SABER SAVIOR</title>
<link rel="stylesheet" href="css/style.css">
<link rel="author" href="humans.txt">
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<script src="js/min/main-ck.js"></script>
</head>
<body>
<div id="main-wrapper">
<header class="menu">
<nav>
<!-- <span id="top-logo"></span> -->
<ul>
<li><a href="#" data-reveal-id="about-modal">About</a></li>
<li><a href="http://sabersavior.tumblr.com/">Blog</a></li>
<li><a href="#">Shop</a></li>
</ul>
</nav>
</header>
<section id="main">
<article class="main-article" style=" background:url('img/razors_edge.jpg')center center no-repeat; background-size:cover;" ><a href="https://sssxsss.bandcamp.com/">Razors Edge</a></article>
<!-- <article class="sup-article"><a href="#"></a></article>
<article class="sup-article"><a href="#"></a></article> -->
</section>
<footer>
<div class="footer-wrap">
<a href="#"><img class="ss_script" src="img/ss_script.png" alt=""></a>
<a class="seal" href="#"></a>
<span class="social">
<a href="#" class="fb"></a>
<a href="#" class="tw"></a>
<a href="#" class="tu"></a>
<a href="#" class="insta"></a>
<a href="#" class="ytube"></a>
</span>
</div>
</footer>
</div>
<div id="about-modal" class="reveal-modal" data-reveal>
<a href="http://en.wikipedia.org/wiki/Sator_Square" target="_blank"><p>SATOR AREPO TENET OPERA ROTAS</p></a>
<a class="close-reveal-modal" aria-label="Close">×</a>
</div>
<script type="text/javascript">
$(document).foundation();
</script>
</body>
</html>