-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
34 lines (29 loc) · 1.31 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Join Us Foundation
</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/x-icon" href="./logo.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="./jquery_effects.js"></script>
<script type="text/javascript" src = "jquery.js"></script>
<script type="text/javascript" src = "api.js"></script>
</head>
<body><a href="./index.html"><img src="./logo.png" alt="logo" class="toplogo"></a>
<ul>
<li><a id="home" style="display: none;" href="./index.html">Home</a></li>
<li><a id="news" style="display: none;" class="active" href="./news.html">News</a></li>
<li><a id="projects" style="display: none;" href="./projects.html">Our Projects</a></li>
<li><a id="gallery" style="display: none;" href="./gallery.html">Gallery</a></li>
<li><a id="contact" style="display: none;" href="./contact.html">Contact</a></li>
<li><a id="sign" style="display: none;" href="./sign.html">Sign in</a></li>
</ul>
<div id="newsList" style="margin-top:100px ; text-align:center"></div>
<div class="footer">
<p style="font-size: small;" >2021 Join Us Foundation <br> All Rights Reserved©</p>
<p></p>
</div>
</body>
</html>