-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (138 loc) · 4.9 KB
/
index.html
File metadata and controls
152 lines (138 loc) · 4.9 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
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
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<title>Travel</title>
<meta name="description" content="The inspirational adventures around the world" />
<meta name="keywords" content="podróże, zdjęcia, travel, inspiration, photos, pictures" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,firefox=1" />
<meta name="author" content="Dorota Kargul" />
<link href="style.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Lora|Raleway:400,700&subset=latin-ext" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js></script>
<![endif]-->
</head>
<body>
<img src="img/bckg.png" />
<header>
<h2 class="pseudoBorder">Lorem Ipsum</h2>
<h1>Travel</h1>
<h3>The inspirational adventures around the world</h3>
</header>
<main>
<section>
<div class="contener">
<div class="content">
<h4 class="pseudoBorder2">About me</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
<br /> <br />
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,</p>
<div class="button">
<p>Read more</p>
</div>
</div>
</div>
<img src="img/photo.png" />
</section>
<section>
<h4 class="pseudoBorder2">Latest articles</h4>
<div class="articles">
<div class="article">
<img src="img/art1.jpg" />
<h5 class="pseudoBorder3">Lorem Ipsum Dolor</h5>
<p>Lorem ipsum dolor sit amet, consectetur pisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation.</p>
<div class="button">
<p>Read more</p>
</div>
</div>
<div class="article">
<img src="img/art2.jpg" />
<h5 class="pseudoBorder3">Lorem Ipsum Dolor</h5>
<p>Lorem ipsum dolor sit amet, consectetur pisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation.</p>
<div class="button">
<p>Read more</p>
</div>
</div>
<div class="article">
<img src="img/art3.jpg" />
<h5 class="pseudoBorder3">Lorem Ipsum Dolor</h5>
<p>Lorem ipsum dolor sit amet, consectetur pisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation.</p>
<div class="button">
<p>Read more</p>
</div>
</div>
</div>
<div style="clear: both;"></div>
</section>
<section>
<h4 class="pseudoBorder2">Gallery</h4>
<div class="photos">
<div id="photo4">
<a href="img/tulips.jpg" target="_blank"><img src="img/art4.jpg" /></a>
</div>
<div id="photo5">
<a href="img/sunset.jpg" target="_blank"><img src="img/art5.jpg" /></a>
</div>
<div id="photo6">
<a href="img/beach.jpg" target="_blank"><img src="img/art6.jpg" /></a>
</div>
<div id="photo7">
<a href="img/mountains.jpg" target="_blank"><img src="img/art7.jpg" /></a>
</div>
<div id="photo8">
<a href="img/tatras.jpg" target="_blank"><img src="img/art8.jpg" /></a>
</div>
<div id="photo9">
<a href="img/valley.jpg" target="_blank"><img src="img/art9.jpg" /></a>
</div>
<div id="photo10">
<a href="img/surfer.jpg" target="_blank"><img src="img/art10.jpg" /></a>
</div>
</div>
<div class="button">
<p>Show more</p>
</div>
</section>
<section>
<div class="contener">
<div class="content">
<h4 class="pseudoBorder2">Contact</h4>
<div id="container">
<form>
<input type="name" placeholder="Your name" onfocus="this.placeholder=' ' " onblur="this.placeholder='Your name' ">
<input type="email" placeholder="Your email" onfocus="this.placeholder=' ' " onblur="this.placeholder='Your email' ">
<input type="message" placeholder="Message" onfocus="this.placeholder=' ' " onblur="this.placeholder='Message' ">
</form>
</div>
<div class="button">
<p>Send message</p>
</div>
</div>
</div>
<img src="img/art11.jpg" />
</section>
<footer>
<div class="socialsBox">
<div class="social">
<img src="img/facebook.png" />
</div>
<div class="social">
<img src="img/twitter.png" />
</div>
<div class="social">
<img src="img/insta.png" />
</div>
<div class="social">
<img src="img/pinterest.png" />
</div>
<div style="clear: both;"></div>
</div>
<div class="info">
Copyright © by Dorota Kargul 2018
</div>
</footer>
</main>
</body>
</html>