-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (146 loc) · 5.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<html>
<head>
<title>MMA-Web-Mania</title>
<link rel="shortcut icon" type="web-icon" href="Main Banner Image\mma-header1.png">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<style>
body{
background-color: black;
}
.myheader{
height:120px;
}
.imgstyle {
display: block;
margin-right: auto;
width: 100%;
}
.imgstyle1 {
width: 100%;
height: 50px;
background-color: white;
}
.menu{
height:80px;
background-color: white;
border-bottom: 5px solid black;
}
.content{
background-image:url('https://i.pinimg.com/originals/df/4d/f1/df4df193cfd23e2304a81f1bfc8efdfa.jpg');
background-size:cover;
height:600px;
background-color:gray;
}
.footer{
background-color: white;
height:40px;
}
.menuitems{
display: flex;
}
.menuitems-a{
color: black;
text-decoration:None;
margin-bottom: 10px;
font-size: 20px;
font-family: Agency FB;
font-weight: bolder;
padding-left: 40px;
padding-top: 10px;
}
.menuitems-a:hover{
color: Red;
/*font-size: 25px;*/
}
.moniter{
width:100%;
min-height:600px;
}
.im-design{
padding-top: 10px;
height: 60px;
width: 60px;
}
.menu-div{
display: flex;
padding-top: 20px;
}
.image-dimensions{
height: 30px;
width: 30px;
}
.footer{
display: flex;
justify-content: center;
padding: 10px;
}
.margin-left{
margin-left: 55px;
margin-top: 5px;
}
.text-design{
font-family: "Roboto";
font-size: 15px;
font-weight: bolder;
}
.text-design-1{
font-family: "Roboto";
font-size: 15px;
font-weight: bold;
}
</style>
</head>
<body>
<div class ="main">
<!--<div class="myheader">
<a href="index1.html"><img src="e:\Web Technologies\Main Banner Image\MMA Fighter Life Cycle.jpg" class="imgstyle"></a>
</div>-->
<div class="menu">
<div class="menuitems">
<div>
<a class="menuitems-a" href="./index.html"><img src="Main Banner Image\mma-header1.png" class="im-design"></a>
</div>
<div class="menu-div">
<a class="menuitems-a" href="Multiple-Web-Pages\aboutus.html" target="if2" ></span>AboutUs</a>
<a class="menuitems-a" href="Multiple-Web-Pages\rankings.html" target="if2">Rankings</a>
<a class="menuitems-a" href="Multiple-Web-Pages\merch.html" target="if2">Shop</a>
<a class="menuitems-a" href="Multiple-Web-Pages\subscribe.html" target="if2">Subscription</a>
<a class="menuitems-a" href="Multiple-Web-Pages\login.html" target="if2">Login</a>
<a class="menuitems-a" href="Multiple-Web-Pages\register.html" target="if2">Register</a>
<!--<a class="menuitems-a" href="contact.html" target="if2">ContactUs</a>-->
</div>
</div>
</div>
<div class="content">
<iframe class="moniter" name="if2" src="Multiple-Web-Pages\home.html"frameborder=""></iframe>
</div>
<div class="footer">
<!--<img class="imgstyle1">-->
<div class="margin-left">
<h1 class="text-design">Follow us on our Social Media Handles</h1>
</div>
<div class="margin-left">
<img src="Main Footer Images\facebook.png" class="image-dimensions">
</div>
<div class="margin-left">
<img src="Main Footer Images\instagram.png" class="image-dimensions">
</div>
<div class="margin-left">
<img src="Main Footer Images\linkedin-logo.png" class="image-dimensions">
</div>
<div class="margin-left">
<img src="Main Footer Images\threads.png" class="image-dimensions">
</div>
<div class="margin-left">
<img src="Main Footer Images\tiktok.png" class="image-dimensions">
</div>
<div class="margin-left">
<img src="Main Footer Images\twitter.png" class="image-dimensions">
</div>
<div class="margin-left">
<h1 class="text-design-1">ⓒ All copy rights are reserved</h1>
</div>
</div>
</div>
</body>
</html>