-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (129 loc) · 6.93 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
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
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<title>this is a website</title>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="row">
<div class="header-logo">
<a href="#"><img src="resources/img/logo.jpg" class="logo"></a>
<span>olympic</span>
</div>
<div class="serach-box">
<label for="search"></label>
<input type="text" placeholder="Search" class="header-search">
<a href="#"><i class="ion-ios-search icon-big"></i></a>
<a href="#"><i class="ion-person icon-big1"></i></a>
</div>
<ul class="main-nav">
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Learn</a></li>
</ul>
<div class="hero-content">
<h1>The main heading OR hero content</h1>
</div>
</div>
</nav>
<div class="row">
<div class="button-nav">
<ul class="second-nav">
<li><a href="#"><i class="ion-document-text menu-button"></i></a></li>
<li><a href="#"><i class="ion-load-a menu-button"></i></a></li>
<li><a href="#"><i class="ion-clipboard menu-button"></i></a></li>
<li><a href="#"><i class="ion-umbrella menu-button"></i></a></li>
<li><a href="#"><i class="ion-location menu-button"></i></a></li>
<li><a href="#"><i class="ion-chatbubbles menu-button"></i></a></li>
</ul>
</div>
</div>
</header>
<section class="good-products">
<div class="row">
<h2>Good products</h2>
<p class="long-text">One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
</div>
<div class="row">
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
<div class="col span_1_of_3">
<div class="product-box">
<div class="product-price"><p>product price<span>350$</span></p></div>
<img src="resources/img/autumn%20clothes.svg" class="img-products">
<h3>Product name</h3>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<div class="btn-setup">
<a href="#" class="btn full-btn">see more</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
<!-----
</div>
----->