-
Notifications
You must be signed in to change notification settings - Fork 46
/
contributor.html
65 lines (64 loc) · 2.51 KB
/
contributor.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="contributor.css">
<title>Contributor</title>
</head>
<body>
<div class="Header" data-aos="fade-down-right" data-aos="fade-down-right">
<div class="left">
<h1>Fun Fusion</h1>
</div>
<div class="right">
<a href="../index.html" class="rate-us-btn"></i>HOME</a>
<a href="faq.html" class="rate-us-btn"></i>FAQ</a>
<a href="../login/index.html" class="rate-us-btn"> LOGIN</a>
<a href="../rate/index.html" class="rate-us-btn">★ RATE US</a>
<a href="../contributor.html" class="rate-us-btn">CONTRIBUTORS</a>
</div>
</div>
<div class="contributors-container">
<h2>Contributors</h2>
<ul id="contributors-list">
</ul>
</div>
<footer>
<div class="footers">
<div class="summary">
<h1>Fun Fusion</h1>
<div class="what">
<p>Fun Fusion is a hub of web applications dedicated to providing entertainment and interactive
experiences. Explore our collection of games and creative tools designed to bring joy and
excitement
to your online adventures.</p>
</div>
</div>
<div class="">
<div class="contact">
<h1>Contact Us</h1>
<p>Have questions or suggestions? Feel free to reach out to our team. We'd love to hear from you!
</p>
<div class="">
Email: [email protected] <br>
Phone: [Your Phone Number]
</div>
</div>
<div class="social">
<a href="https://github.com/Priyanshi662/FunFusion" target="_blank"><i
class="bi bi-github hi"></i></a>
<a href="#"><i class="bi bi-twitter hi"></i></a>
<a href="#"><i class="bi bi-linkedin hi"></i></a>
<a href="#"><i class="bi bi-facebook hi"></i></a>
</div>
</div>
</div>
<div class="copy">
<p>© 2024 Fun Fusion. All rights reserved.</p>
<p>Privacy Policy | Terms of Use</p>
</div>
</footer>
<script src="contributor.js"></script>
</body>
</html>