-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
121 lines (106 loc) · 4.58 KB
/
About.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
<!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>About Us</p>
</div>
<div class="content">
<p>All of our content is from Wikipedia and we as a website credit 'Wikipedia Contributors'. Curioceanity is
a website that strives to raise awareness about sea creatures and to increase our users'
interests about marine life. We try to make our users' realise how vast the oceans are and how much we
are still yet to know about it. We at Curioceanity make our users' understand more about our environment
and how our actions leave a big impact on it.
</p>
</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>