-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
71 lines (71 loc) · 3.37 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
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet/reset.css">
<link rel="stylesheet" type="text/css" href="stylesheet/style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/7e55735c2a.js"></script>
</head>
<body>
<section class="gallery">
<h3>Gallery</h3>
<div class="flex whats-new-box">
<div class="flex whats-new-box-row1">
<img src="https://templated.co/items/demos/snapshot/images/fulls/01.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/05.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/09.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/02.jpg">
</div>
<div class="flex whats-new-box-row1">
<img src="https://templated.co/items/demos/snapshot/images/fulls/06.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/10.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/03.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/07.jpg">
</div>
</div>
<div class="flex whats-new-box">
<div class="flex whats-new-box-row1">
<img src="https://templated.co/items/demos/snapshot/images/fulls/11.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/12.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/04.jpg">
<img src="https://templated.co/items/demos/snapshot/images/fulls/03.jpg">
</div>
</div>
</section>
<section class="section3">
<div class="flex">
<div class="section3-col1">
<h3>About Me</h3>
<p>Mus sed interdum nunc dictum rutrum scelerisque erat a parturient condimentum potenti dapibus vestibulum condimentum per tristique porta. Torquent a ut consectetur a vel ullamcorper a commodo a mattis ipsum class quam sed eros vestibulum quisque a eu nulla scelerisque a elementum vestibulum.
<br><br>Aliquet dolor ultricies sem rhoncus dolor ullamcorper pharetra dis condimentum ullamcorper rutrum vehicula id nisi vel aptent orci litora hendrerit penatibus erat ad sit. In a semper velit eleifend a viverra adipiscing a phasellus urna praesent parturient integer ultrices montes parturient suscipit posuere quis aenean. Parturient euismod ultricies commodo arcu elementum suspendisse id dictumst at ut vestibulum conubia quisque a himenaeos dictum proin dis purus integer mollis parturient eros scelerisque dis libero parturient magnis.</p>
<h3>Follow Me</h3>
<nav>
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
</nav>
</div>
<div class="section3-col2 wrapper">
<h3>Get in Touch</h3>
<div class="section3-flex">
<div class="name">
<label for="name" class="form-style">Name <br></label>
<input type="text" name="name">
</div>
<div class="name">
<label for="email" class="form-style">Email Address <br></label>
<input type="email" name="Email">
</div>
</div>
<label for="message" class="form-style">Message <br></label>
<input type="message" name="message" class="message">
</div>
</div>
</section>
<footer class="footer flex">
<p>Copyright © Your Website 2018</p>
</footer>
</body>
</html>