Skip to content

Commit 4546ca9

Browse files
authored
Merge pull request Codey001#17 from ikrahaman/patch-2
profile page
2 parents dc9d263 + 0c65aec commit 4546ca9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

profile page

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Suvida Website</title>
8+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
9+
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
10+
<link rel="stylesheet" href="css/styles.css">
11+
</head>
12+
<body>
13+
<section id="title">
14+
15+
<!-- NAV BAR -->
16+
17+
<div class="topnav" id="myTopnav">
18+
<a href="#home" class="rounded m-1 p-2">Home</a>
19+
<a href="#news" class="rounded m-1 p-2">News</a>
20+
<a href="#contact" class="rounded m-1 p-2">Contact</a>
21+
<a href="#about" class="rounded m-1 p-2">About</a>
22+
<a href="#user" class="active rounded m-1 p-2">Your Profile</a>
23+
24+
<a href="login.html" class="border rounded m-2 p-2" style="float: right;">Sign Out</a>
25+
26+
</body>
27+
28+
</html>
29+
30+
</html>

0 commit comments

Comments
 (0)