-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPix.html
143 lines (128 loc) · 6.92 KB
/
Pix.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>Curioceanity</title>
<link rel="stylesheet" href="Styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav class="navbar">
<div class="navbar-container">
<a href="/" id="navbar-logo">
<img src="/Images/SiteLogo.png" alt="Logo" height="60" width="100">
Curioceanity
</a>
<div class="navbar-menu">
<li class="navbar-item">
<a href="/Index.html" class="navbar-links">Home</a>
</li>
<li class="navbar-item">
<a href="/About.html" class="navbar-links">About</a>
</li>
<li class="navbar-item">
<a href="/Contact.html" class="navbar-links">Contact</a>
</li>
</div>
</div>
</nav>
<div class="Works">
<div class="desc">
<p>Images</p>
</div>
<div class="creature-pix">
<img src="/Images/Home/Whale grid.png" height="150" width="220" class="responsive">
<img src="/Images/Home/jelly grid.png" height="150" width="220" class="responsive">
<img src="/Images/Home/shark grid.png" height="150" width="220" class="responsive">
<img src="/Images/Home/octopus grid.png" height="150" width="220" class="responsive">
<img src="/Images/Jellyfish/Atolla Jelly.png" height="150" width="220" class="responsive">
<img src="/Images/Jellyfish/Crystal Jelly content.png" height="150" width="220" class="responsive">
<img src="/Images/Jellyfish/Crystal Jelly.png" height="150" width="220" class="responsive">
<img src="/Images/Jellyfish/Fried Egg jellyfish content.png"height="150" width="220" class="responsive">
<img src="/Images/Jellyfish/Fried Egg jellyfish.png" height="150" width="220" class="responsive">
<img src="/Images/Octopus/blanket octopus content.jpg" height="150" width="220" class="responsive">
<img src="/Images/Octopus/blanket octopus.png"height="150" width="220" class="responsive">
<img src="/Images/Octopus/Blue ring octopus content.jpeg" height="150" width="220" class="responsive">
<img src="/Images/Octopus/blue ring octopus.png" height="150" width="220" class="responsive">
<img src="/Images/Octopus/coconut octopus content.jpg"height="150" width="220" class="responsive">
<img src="/Images/Octopus/coconut octopus.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/Great White shark content.png" height="150" width="220" class="responsive">
<img src="/Images/Sharks/Great White shark.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/Hammer Head Shark content.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/Hammer Head Shark.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/leopard shark content.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/leopard shark.png"height="150" width="220" class="responsive">
<img src="/Images/Sharks/zebra shark content.jpg"height="150" width="220" class="responsive">
<img src="/Images/Sharks/zebra shrk.png"height="150" width="220" class="responsive">
<img src="/Images/Whale/Blue Whale content.jpg"height="150" width="220" class="responsive">
<img src="/Images/Whale/Blue Whale.png"height="150" width="220" class="responsive">
<img src="/Images/Whale/Bowhead whale.png"height="150" width="220" class="responsive">
<img src="/Images/Whale/Sei Whale content.jpg"height="150" width="220" class="responsive">
<img src="/Images/Whale/Sei Whale.png"height="150" width="220" class="responsive">
</div>
</div>
<div class="footer-container">
<div class="footer-links">
<div class="footer-link-wrapper">
<div class="footer-links-items">
<h2>About Us</h2>
<a href="/Our Work.html">Our Work</a>
<a href="/Our Content.html">Our Content</a>
</div>
<div class="footer-links-items">
<h2>Contacts</h2>
<a href="/Social Accounts.html">Social Media</a>
<a href="/Emails.html">Emails</a>
<a href="/Numbers.html">Phone Numbers</a>
</div>
</div>
<div class="footer-link-wrapper">
<div class="footer-links-items">
<h2>Gallery</h2>
<a href="/Pix.html">Images</a>
</div>
<!-- <div class="footer-links-items">
<h2>Social Media</h2>
<a href="/">How it works</a>
<a href="/">Testimonials</a>
<a href="/">Contacts</a>
</div> */-->
</div>
</div>
<div class="social-media">
<div class="social-media-wrap">
<div class="footer-logo">
<a href="/" id="footer-logo">
<img src="/Images/SiteLogo.png" alt="logo" height="60" width="100">
Curioceanity
</a>
</div>
<div class="website-rights">
<p>© Curioceanity 2022. All rights reserved.</p>
</div>
<div class="social-icons">
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-facebook"></i>
</a>
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-twitter"></i>
</a>
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-instagram"></i>
</a>
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-linkedin"></i>
</a>
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-google"></i>
</a>
<a href="/" class="social-icons-link" target="blank">
<i class="fa fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</body>