-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstore.html
57 lines (57 loc) · 2.65 KB
/
store.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MD5</title>
<link rel="stylesheet" href="./css/bulma.css" media="screen" title="no title">
<link rel="stylesheet" href="./css/fade.css" media="screen" title="no title">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="./img/favicon-32x32.png" sizes="32x32" />
<script src="./js/smooth-scroll.js"></script>
</head>
<body class="">
<!-- NAV SECTION -->
<div class="has-fixed-nav" style="position: relative;">
<header
class="nav is-fixed-top has-shadow container"
style="background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 1%)"
>
<div class="nav-left">
<a href="./index.html" class="nav-item is-brand" alt="MD5 Logo image">
<img style="max-height: 32px;" src="./img/md5logo.png" alt="MD5 logo" />
</a>
</div>
<div class="nav-right">
<a data-scroll href="./index.html#programs" class="nav-item" alt="Link to programs overview">Programs</a>
<a data-scroll href="#" class="nav-item active" alt="Link to store">Store</a>
<a href="https://medium.com/@md5.press" class="nav-item" alt="Link to Articles on Medium">
Blog
</a>
<span class="nav-item">
<a data-scroll href="./index.html#contact" class="button" alt="Link to contact form">Contact</a>
</span>
</div>
</header>
<p class="container" style="position: fixed; top: 40vh; left: 7.5vw;">
<a href="https://www.medium.com/@md5.press" style="border-bottom: none; padding-bottom: 2em; color: black;"><i style="padding-left: 0.5em; margin-bottom: 0.5em;" class="fa fa-3x fa-medium"></i></a>
<br>
<a href="https://www.twitter.com/md5press" style="border-bottom: none; color: black; top: 1em;"><i style="padding-left: 0.5em;" class="fa fa-3x fa-twitter"></i></a>
</p>
</div>
<div class="container">
<div class="columns">
<section class="column is-11 is-offset-1">
<div style="margin-top: 1em; margin-bottom: 1em;" id='product-component-d7ff96df66d'></div>
</section>
</div>
</div>
<div class="container">
<div class="columns">
<section class="column is-11 is-offset-1">
<div style="margin-top: 1em; margin-bottom: 1em;" id='product-component-087f7a2ff0d'></div>
</section>
</div>
</div>
<script type="text/javascript" src="./js/shopify.js"></script>
</body>
</html>