-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomePage.html
35 lines (35 loc) · 1.4 KB
/
HomePage.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Palanquin:wght@300&display=swap" rel="stylesheet"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HomePage</title>
<link rel="stylesheet" href="Homepagecss.css" type="text/css"/>
</head>
<body class='bod'>
<div class='logodiv'>
<img src="logo2.jpg" class='logo2'>
</div>
<div class='nav' style="z-index: 2;">
<ul class='navcont'>
<li class='navbutton'>HOME</li>
<li class='navbutton'>ABOUT US</li>
<li class='navbutton'>WORK</li>
<li class='navbutton'>COMPETITIONS</li>
<li class='navbutton'>TEAM</li>
<li class='navbutton'>GALLERY</li>
<li class='navbutton'>SPONSORS</li>
<li class='navbutton'>CONTACT</li>
</ul>
</div>
<div class='homel' style="z-index: 1;">
<img src="Group2HOME.png" width='100%'>
</div>
<div class='aboutus' >
<img width='1899px' src="Group 5abtus.png">
</div>
</body>
</html>