-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (48 loc) · 2.27 KB
/
index.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 http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>HTML</title>
<!-- HTML -->
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="mobile-container">
<div class="topnav">
<a class="active">MAAFI</a>
<div id="mylinks">
<a href="index.html"><i class="fa fa-home"></i>Home</a>
<a href="mailto:[email protected]?subject=my problems&body=write your problems "><i class="fa fa-envelope"></i>Contact Us</a>
<a href="About.html"><i class="fa fa-user-circle"></i>About Us</a>
<a href="Gallery.html"><i class="fa fa-image"></i>Gallery</a>
</div>
<a href="jacascript:void(0)" class="icon" onclick="myfunction()"><i class="fa fa-bars" aria-hidden="true"></i></a>
</div>
<section >
<div class="H">
<h1 style="text-align: center;"> MAAFI LEARNING CENTER</h1><hr>
<h6>Modern & Advanced Fundamental Institution</h6><hr><br>
<h5> Wishing you will be a successful person in life, that will be the best gift for me. So work hard and achieve your success. In your life, you will face many bad and hard times. Never lose hope in your bad time.</h5>
</div>
</section>
<footer class="foot">
<div class="copyright" style="font-size: 1.5rem;">
<p>copyright 2021 ©</p>
</div>
<div class="s-links" style="font-size: 2rem;">
<a href="https://www.facebook.com/sujeet.krgupta.921" target="_ayush"><i class="fa fa-facebook"></i></a>
<a href="https://instagram.com/sujeet.krgupta.921?utm_medium=copy_link" target="_ayush"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/Ayush43173433?s=08" target="_ayush"><i class="fa fa-twitter"></i></a>
</div>
</footer>
</nav>
<!-- Project -->
<script src="main.js"></script>
</body>
</html>