-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
138 lines (111 loc) · 4.28 KB
/
gallery.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Happy art</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Milana Valueva">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<script src="js/modernizr.custom.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome-4.0.1/css/font-awesome.min.css">
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<!-- Structure -->
<div class="container-main">
<header class="header">
<h1>GHappy art</h1>
<span class="after-brand">by milana valueva</span>
<section class="tt-grid-wrapper">
<ul class="tt-grid tt-effect-fall tt-effect-delay">
<li><a href="#"><img src="img/1.jpg" alt="img01"/></a></li><!--
--><li><a href="#"><img src="img/2.jpg" alt="img02"/></a></li><!--
--><li><a href="#"><img src="img/3.jpg" alt="img03"/></a></li><!--
--><li><a href="#"><img src="img/4.jpg" alt="img04"/></a></li><!--
--><li><a href="#"><img src="img/5.jpg" alt="img05"/></a></li><!--
--><li><a href="#"><img src="img/6.jpg" alt="img06"/></a></li>
</ul>
<nav>
<a class="tt-current">
</a><a></a><a></a><a></a>
</nav>
</section>
<blockquote>
For ordinary people with extraordinary dreams
</blockquote>
</header>
<!--Navigation-->
<article class="navigation">
<div class="md-modal md-effect-1" id="modal-1">
<div class="md-content">
<h3>Modal Dialog</h3>
<div>
<p>This is a modal window. You can do the following things with it:</p>
<ul>
<li><strong>Read:</strong> modal windows will probably tell you something important so don't forget to read what they say.</li>
<li><strong>Look:</strong> a modal window enjoys a certain kind of attention; just look at it and appreciate its presence.</li>
<li><strong>Close:</strong> click on the button below to close the modal.</li>
</ul>
<button class="md-close">Close me!</button>
</div>
</div>
</div>
<div class="md-overlay"></div>
<!-- <script src="js/index.js"></script>-->
<div class="purchase-trash">
<button class="md-trigger" data-modal="modal-1">
<img class="cart" src="foto/cart1.png">
</button>
<span class="price">4 | 400$</span>
</div>
<nav class="navbar">
<ul class="">
<li><a href="index.html" data-hover="Главная"> Главная </a></li>
<li><a href="gallery.html" class="active"> Каталог </a></li>
<li><a href="about.html" data-hover="О нас"> О нас </a></li>
<li><a href="shop.html" data-hover="Оплата и доставка"> Оплата и доставка </a></li>
</ul>
</nav>
<!--Address-->
<article class="address home">
<section class="home" style="font-size: 13px; text-align: left;">Санкт-Петербург<br>
Большой Казачий переулок<br>
89112351587<br>
</section>
<p class="effect-bottom-line">Follow to twitter</p>
</article>
<!--Social icons-->
<div class="social-icons">
<i class="fa fa-vk fa-2x"></i>
<i class="fa fa-facebook fa-2x"></i>
<i class="fa fa-twitter fa-2x"></i>
<i class="fa fa-flickr fa-2x"></i>
</div>
</article><!-- End Navigation -->
<section class="line"></section>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="js/blueberry.js"></script>
<script src="js/modal.js"></script>
<script src="js/classie.js"></script>
<script src="js/thumbnailGridEffects.js"></script>
<script>
$(document).ready(
function iniciar(){
$('.effect-bottom-line').on("click", function(){
$('.effect-bottom-line').css('background-color','#f6e9e0');
$('.effect-bottom-line').html('<div class="icon-ok"></div> Following...').css('color','#54403f');
});
}
);
</script>
</div> <!--end container-->
</body>
</html>