-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
46 lines (42 loc) · 1.79 KB
/
social.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
<!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>CLAMB</title>
<!--font awesome cdn-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!--css file-->
<link rel="stylesheet" href="css/style.css">
<!--animation file-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
</head>
<body>
<!--header section starts-->
<header class="header animate__animated animate__fadeInDown">
<a href="index.html" class="logo"><i class="fas fa-tree"></i>CLAMB</a>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="threats1.html">Animals</a>
<a href="threats2.html">Forests</a>
<a href="threats3.html">Poles</a>
<a href="cff.html">#CFF</a>
<a href="articles.html">Articles</a>
<a href="social.html">Social</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
<a href="mailto:[email protected]" class="btn">Contact</a>
</header>
<!--header section ends-->
<!--home section starts-->
<section class="home" id="home">
<div class="image animate__animated animate__fadeInLeft">
<img src="images/social.svg" alt="">
</div>
<div class="content animate__animated animate__fadeInRight">
<h3><span class="line-down">Under Construction</span></h3>
<p>Social platform is under construction. <br/>Visit later to interact with our community. <br/><br> Thanks for your patience.</p>
</div>
</section>
<!--home section ends-->