-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (80 loc) · 2.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
<!DOCTYPE html>
<html lang="pl-PL">
<head>
<meta charset="UTF-8">
<title>Egzamin</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.18.1/build/cssreset/cssreset-min.css">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<div class="row">
<div class="logo_header">
<img src="images/logo.png" alt="Ways" title=Ways>
</div>
<div class="menu">
<ul>
<li><a href="home.html">Home.</a></li>
<li><a href="news.html">News.</a></li>
<li><a href="work.html">Work.</a></li>
<li><a href="about.html">About.</a></li>
<li><a href="contact.html">Contact.</a></li>
</ul>
</div>
</div>
<div class="slider">
<p class="text_small">We create future</p>
<p class="text_big">Best solutions for your company</p>
<button>Learn more</button>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="title">
<p>Learn about our fantastic history</p>
</div>
<div class="article">
<p>Sugar plum chocolate bar croissant powder croissant cake tiramisu halvah croissant. Cupcake powder cotton candy soufflé ice cream soufflé pie cookie. Gingerbread cake liquorice tiramisu dragée icing sesame snaps soufflé jelly. Muffin caramels croissant.
</br>
</br>
Topping cheesecake lemon drops cookie dragée gingerbread. Lemon drops wafer oat cake. Gummi bears cake chocolate bar wafer croissant cheesecake soufflé tiramisu. Marzipan lemon drops candy. Gummi bears cake chocolate bar wafer croissant cheesecake soufflé tiramisu. Marzipan lemon drops candy.
Gummi bears cake chocolate bar wafer croissant cheesecake soufflé tiramisu. Marzipan lemon drops candy. Gummi bears cake chocolate bar wafer croissant cheesecake soufflé tiramisu. Marzipan lemon drops candy</p>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="logo_footer">
<img src="images/logo.png" alt="Ways" title=Ways>
</div>
<div class="row">
<div class="menu_footer">
<div class="menu_footer_first">
<ul>
<li><a href="Production_time.html">Production time</a></li>
<li><a href="Questions_and_answers.html">Questions and answers</a></li>
<li><a href="Payment_methods.html">Payment methods</a></li>
</ul>
</div>
<div class="menu_footer_second">
<ul>
<li><a href="Shipping_informationhtml">Shipping information</a></li>
<li><a href="Feedback.html">Feedback</a></li>
<li><a href="User_agreement.html">User agreement</a></li>
</ul>
</div>
</div>
<div class="copyright">
<p>Copyright © 2014 Softline</p>
<p>All rights reserved</p>
</div>
</div>
</div>
</div>
</body>
</html>