-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.html
62 lines (53 loc) · 3.29 KB
/
main.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
<html>
<head>
<title >EuFit</title>
<link rel="stylesheet" type="text/css" href="style1.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<header class="header">
<nav class="navbar navbar-style">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target "#micon">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href=""><img class="logo" src="logoo.png" ></a>
</div>
<div class="collapse navbar-collapse" id="micon">
<ul class="nav navbar-nav navbar-right">
<li><a href="main.html">Home</a></li>
<li><a href="discover.html">Discover</a></li>
<li><a href="feature.html">Features</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-6 banner-info">
<h1>Learn Self-Defense for 1000Rs./month</h1>
<p class="big-text">Discover which Martial Arts suits You Best </p>
<p>This is your chance to fight Depression, Bullying, Lonliness, Stubborn Fat or Any Negativity
School bullying has been a problem for years. While we as a society have really made the effort to stop bullying in our educational systems, the truth of the matter is that bullying still exists today. It’s somehow as big of a problem as it has ever been.
We have the power to end bullying by developing our children’s social skills. Any given child can be a bully or a bully target. One way to develop our children’s social skills is through the practice of martial arts.
Martial arts enables children to develop self-confidence, self-discipline, and self-respect, as well as respect for others. Because the change has to come from within ourselves, acquiring these essential personality traits can help stop bullying once and for all. Empower your children with martial arts and witness the immediate positive effect it has on their lives.Martial arts teaches a lot of important values and principles.
WELCOME TO THE WORLD OF MARTIAL ARTS!
</p>
<a class="btn btn-first" href="new1.html">Login</a>
<a class="btn btn-second" href="C:\Users\TARIQ MUSTAFA\Desktop\billior dollar project\Animated-Profile-Card-master\profile.html">Explore</a>
<a class="btn btn-third" href="contactus.html">Choose</a>
</div>
<div class="col-sm-6 banner-image">
<img src="High.jpg" class="img-responsive">
</div>
</div>
</body>
</html>