Skip to content

Commit

Permalink
updated various files
Browse files Browse the repository at this point in the history
  • Loading branch information
OraonShivam21 committed Dec 18, 2023
1 parent c715ed0 commit 8d20157
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion admin/add-package/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<link rel="stylesheet" href="./style.css" />
<title>Admin Dashboard</title>
<title>WonderWave Travels - Admin Dashboard</title>
</head>
<body>
<!-- dashboard navigation -->
Expand Down
10 changes: 5 additions & 5 deletions admin/admin-packages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0"
/>
<title>Document</title>
<title>WonderWave Travels - Admin Dashboard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down Expand Up @@ -61,10 +61,10 @@
<img src="https://tmpfiles.nohat.cc/m2H7K9A0Z5m2G6b1.png" alt="">
</div>
<div class="profile-body">
<div>username</div>
<div>email</div>
<div>contact</div>
<div>gender</div>
<div>oraonshivam123</div>
<div>oraonshivam123@gmail.com</div>
<div>Admin</div>
<div>Male</div>
</div>
</div>
<div class="edit-field">
Expand Down
2 changes: 1 addition & 1 deletion cart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Include Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<title>Cart Page - Every Sunday</title>
<title>WonderWave Travels - Cart</title>

<style>
.cart-header {
Expand Down
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
border-radius: 50%;
}
</style>
<title>Document</title>
<title>WonderWave Travels</title>
</head>

<body>
Expand Down Expand Up @@ -78,10 +78,9 @@

<div class="sec-1">
<div class="sec-1-content">
<h1>SUMMER TRIP!</h1>
<h1>WonderWave Travels!</h1>
<p>
Every Sunday is a service for booking hotels, air tickets and other
travel services for professionals
WonderWave Travels offers you the best Indian Tour packages with exciting deals and offers.
</p>
<div>
<input type="text" />
Expand Down
4 changes: 2 additions & 2 deletions login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Log in</title>
<title>WonderWave Travels - Log in</title>
<link rel="stylesheet" href="./styles/login.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -36,7 +36,7 @@ <h2>Sign in to WonderWave Travels</h2>
<input type="password" id="password" name="password" placeholder="Password"/><br /><br />
<input type="button" value="Log In" id="submitBtn" class="submitBtn"/>
</form>
<p>Don't have an account? <a href="../signup/signup.html">Sign up</a></p>
<p>Don't have an account? <a href="../signup/signup.html">Sign Up</a></p>
<div id="errorBox" class="error-box"></div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion packages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Packages - Every Sunday</title>
<title>WonderWave Travels - Packages</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="/style.css" />
Expand Down
6 changes: 3 additions & 3 deletions signup/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Log in</title>
<title>WonderWave Travels - Sign Up</title>
<link rel="stylesheet" href="./styles/signup.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand Down Expand Up @@ -36,9 +36,9 @@ <h2>Sign up to WonderWave Travels</h2>
<input type="email" id="email" name="email" placeholder="Email"/><br /><br />
<input type="text" id="userName" name="user" placeholder="User Name"/><br /><br />
<input type="password" id="password" name="password" placeholder="Password"/><br /><br />
<input type="button" value="Sign In" id="submitBtn" class="submitBtn"/>
<input type="button" value="Sign Up" id="submitBtn" class="submitBtn"/>
</form>
<p>Already have an account? <a href="../login/login.html">Sign In</a></p>
<p>Already have an account? <a href="../login/login.html">Log In</a></p>
<div id="errorBox" class="error-box"></div>
</div>
</body>
Expand Down

0 comments on commit 8d20157

Please sign in to comment.