-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofilepage.html
38 lines (34 loc) · 2.36 KB
/
profilepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PROFILE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets\css\bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<br>
<div class="container">
<p align="left"><a href="index.html" class="hidden-xs hidden-sm"><img src="C:\Users\deepa\Desktop\yuvaan18.github.io\assets\img\Yuvaan logo.png"></a>
<a href="#" class="btn1 btn-info hidden-xs hidden-sm" role="button">JOIN US</a>
<a href="#" class="btn1 btn-info hidden-xs hidden-sm" role="button">CONTACT US</a>
<a href="#" class="btn1 btn-info hidden-xs hidden-sm" role="button">LOG OUT</a></p>
<b><center><h2>WELCOME</h2><br>
<h1>YOUR ID</h1><br></center></b>
<center><a href="index.html" class="btn btn-info" role="button">HOME</a></center><br>
<center><a href="events.html" class="btn btn-info" role="button">EVENTS</a></center><br>
<center><a href="#" class="btn btn-info" role="button">COMPETITIONS</a></center><br>
<center><a href="#" class="btn btn-info" role="button">ACCOMMODATION</a></center><br>
<center><a href="#" class="btn btn-info hidden-lg hidden-md" role="button">LOG OUT</a></center><br>
</div>
</body>
</html>