-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.html
More file actions
108 lines (88 loc) · 4.55 KB
/
Copy pathcatalog.html
File metadata and controls
108 lines (88 loc) · 4.55 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Suomen ProShop</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/business-casual.css" rel="stylesheet">
<link href="animate.css" rel="stylesheet">
<!--Social media icon pack -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Otsikko -->
<div class="container rubberBand animated"><div class="tagline-upper text-center text-heading text-shadow text-white mt-5 d-none d-lg-block">Suomen ProShop</div></div>
<div class="container flash animated"><div class="tagline-lower text-center text-expanded text-shadow text-uppercase text-white mb-5 d-none d-lg-block">Väärämäentie 3 A 00700 Helsinki| ma-pe 6:45 – 16:00 | Puh. 0207 459 7900</div></div>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-faded py-lg-4">
<div class="container">
<a class="navbar-brand text-uppercase text-expanded font-weight-bold d-lg-none" href="index.html">Suomen ProShop</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mx-auto">
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="index.html">Koti
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="about.html">Meistä</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="blog.html">Blog</a>
</li>
<li class="nav-item px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="contact2.html">Ota yhteyttä</a>
</li>
<li class="nav-item active px-lg-4">
<a class="nav-link text-uppercase text-expanded" href="catalog.html">Hinnastomme</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- 3rd party solution
<div class="container">
<div align="center">
<iframe width="512px" height="384px" src="https://www.yumpu.com/xx/embed/view/MQjF1hTdpoyCtLbO" frameborder="0" allowfullscreen="true" allowtransparency="true"></iframe>
</div>
</div>
<div class="embed-responsive embed-responsive-16by9">
<object class="embed-responsive-item" data="ProShop_Hinnasto.pdf" type="application/pdf" internalinstanceid="9" title="">
<p>Your browser isn't supporting embedded pdf files. You can download the file
<a href="ProShop_Hinnasto.pdf">here</a>.</p>
</object>
</div>
END 3rd party -->
</div>
<!--gdrive solution test -->
<div align="center">
<iframe src="https://drive.google.com/file/d/1hoauTtcZSo1CoUYSg0XUtTArEq5eXzyo/preview" width="70%" height="480" frameborder="0"></iframe></div>
<footer class="bg-faded text-center py-5">
<div class="container">
<p class="m-0">Copyright © Suomen ProShop 2017<br><a href="https://www.facebook.com/SuomenProShop/" class="fa fa-facebook"></a></p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Zoom when clicked function for Google Map -->
<script>
$('.map-container').click(function () {
$(this).find('iframe').addClass('clicked')
}).mouseleave(function () {
$(this).find('iframe').removeClass('clicked')
});
</script>
</body>
</html>