-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
188 lines (185 loc) · 8.82 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./img/logo-footer.svg" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<script src="script.js" defer></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S.und Co</title>
</head>
<body>
<nav class="navbar">
<img class="logo-img" src="./img/logo.svg" alt="company-logo" height="72" width="72" />
<div class="hidden-title">MENU</div>
<div class="navbar-links">
<ul>
<li><a href="#">Main One</a></li>
<li><a href="#">Page Two</a></li>
<li><a href="#">Page Three</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="navbar-language">
<p class="focused">EN</p>
| GR
</div>
<a href="#" class="search-icon">
<img class="search-icon-svg" src="./img/search-icon.svg" alt="search-icon" height="23.67" width="23.68" />
</a>
<a href="#" class="toggle-icon">
<img class="toggle-icon-img" src="./img/toggle-icon.svg" alt="toggle-icon" height="27" width="30" />
</a>
</nav>
<div class="toggle-menu">
<ul>
<li><a href="#">Main One</a></li>
<li><a href="#">Page Two</a></li>
<li><a href="#">Page Three</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Our Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="language">
<p class="focused">EN</p>
| GR
</div>
<div class="toggle-menu-footer">
<div class="social-icons">
<img class="social-icon" src="./img/facebook-icon.svg" alt="facebook-icon" height="24" width="24" />
<img class="social-icon" src="./img/twitter-icon.svg" alt="twitter-icon" height="24" width="24" />
<img class="social-icon" src="./img/instagram-icon.svg" alt="instagram-icon" height="24" width="24" />
<img class="social-icon" src="./img/website-icon.svg" alt="website-icon" height="24" width="24" />
</div>
<div class="cookies">
<p>
Cookies. | Privacy.
</p>
</div>
<div class="com-details">
<p>S.und@themail.com</p>
<p>+30 210 1234 567</p>
</div>
<div class="copywrite">© The standard Copywrite 2020</div>
</div>
</div>
<div class="main-page">
<div class="carousel-wrapper">
<span class="carousel-title">S.und Co</span>
<div class="carousel-txt">
<span class="carousel-green-underline"></span>
<span class="carousel-desc">To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it?</span>
</div>
<ul class="carousel-ul">
<li class="slides">
<img class="slide-img" src="./img/carousel-1.png" />
</li>
<li class="slides">
<img class="slide-img" src="./img/carousel-2.jpg" />
</li>
<li class="slides">
<img class="slide-img" src="./img/carousel-3.jpg" />
</li>
</ul>
<div class="dot-container">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
<div class="products-wrapper">
<div class="product-container">
<img class="product-img img1" src="./img/product-1-new.jpg" alt="product-1-img" height="368" width="696" />
<div class="product-info">
<span class="product-date">Since the 1500s</span>
<span class="product-title">The standard</span>
<span class="product-desc">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt.
</span>
</div>
</div>
<div class="product-container reversed">
<img class="product-img img2" src="./img/product-2.png" alt="product-2-img" height="424" width="456" />
<div class="product-info">
<span class="product-date">Since the 1500s</span>
<span class="product-title">The standard</span>
<span class="product-desc">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.
</span>
<button class="search-btn">Search</button>
</div>
</div>
</div>
<div class="map-form-wrapper">
<div class="map-with-dot">
<img class="map-img" src="./img/map2.jpg" alt="map-img" height="1032" width="856" />
<span class="map-dot" tabindex="0">
<span class="dot-email">S.und@themail.com<br>+30 210 1234 567</span>
<div class="dot-social-icons">
<img class="social-icon" src="./img/facebook-icon.svg" alt="facebook-icon" height="24" width="24" />
<img class="social-icon" src="./img/twitter-icon.svg" alt="twitter-icon" height="24" width="24" />
<img class="social-icon" src="./img/instagram-icon.svg" alt="instagram-icon" height="24" width="24" />
<img class="social-icon" src="./img/website-icon.svg" alt="website-icon" height="24" width="24" />
</div>
</span>
</div>
<form class="form-wrapper">
<span class="form-title">Contact Us</span>
<span class="form-desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua.</span>
<div class="form-field-wrapper">
<input type="text" class="form-name" placeholder="Full Name*" pattern="^[a-zA-Z_ ]*$"
title="Only letters" required />
<svg class="form-check-mark" id="name-check-mark" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>
</div>
<div class="form-field-wrapper">
<input type="email" class="form-email" placeholder="E-mail*" pattern=".+@spitogatos\.gr"
title="Only an @spitogatos.gr email address" required />
<svg class="form-check-mark" id="email-check-mark" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>
</div>
<div class="form-field-wrapper">
<input type="tel" class="form-num" placeholder="Phone*" maxlength="12" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}"
title="Only 10 digits" required />
<svg class="form-check-mark" id="num-check-mark" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>
</div>
<div class="form-cat-wrapper">
<select class="form-cat" id="cat1"></select>
<select class="form-cat" id="cat2"></select>
</div>
<textarea class="form-message" rows="4" cols="50" maxlength="100" placeholder="Message"></textarea>
<span class="form-word-counter">100</span>
<span class="form-mini-desc">Please select at least one of the following:</span>
<div class="form-check-wrapper">
<input type="checkbox" name="checkbox1" class="form-check check1" />
<label for="checkbox1" class="form-check-label">Option 1</label>
<input type="checkbox" name="checkbox2" class="form-check check2" />
<label for="checkbox2" class="form-check-label">Option 2</label>
</div>
<input type="submit" class="submit-btn" value="Submit"></input>
</form>
</div>
<div class="footer-wrapper">
<div class="copywrite-footer">© The standard Copywrite 2020</div>
<div class="cookies-footer">
<p>
Cookies. | Privacy.
</p>
</div>
<img class="logo-img-footer" src="./img/logo.svg" alt="company-logo" height="32" width="32" />
</div>
</div>
</body>
</html>