Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Improvement in Footer Section #1608

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@
<div>
<lottie-player src="https://lottie.host/d255520b-69e6-4038-9c0d-dd0fea22ff34/cEkKelgU4A.json" background="##FFFFFF" speed="1" style="width: 300px; height: 300px" loop autoplay direction="1" mode="normal"></lottie-player>
</div>
<button onclick="f()">Home</button>
<button><a href="./index.html">Home</a></button>
</div>
<script>
function f(){
window.location.href="./index.html";
}
</script>

<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</body>
</html>
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ Show some ❤️&nbsp; by giving <img src="https://imgur.com/o7ncZFp.jpg" height

<table>
<tr>

<td align="center"><a href="https://github.com/Ayushmaan06"><img src="img/Ayushman.jpg" width=130px height=130px /></a></br> <h4 style="color:red;">Ayushmaan Singh</h4>
<a href="https://www.linkedin.com/in/ayushmaan03/"><img src="https://img.icons8.com/fluency/2x/linkedin.png" width="32px" height="32px"></img></a>
</td>

<td align="center"><a href="https://github.com/KrishnenduDG"><img src="img/krishnendu DG.png" width=130px height=130px /></a></br> <h4 style="color:red;">Krishnendu Dasgupta</h4>
<a href="https://www.linkedin.com/in/krishnendu-dasgupta-450391186/"><img src="https://img.icons8.com/fluency/2x/linkedin.png" width="32px" height="32px"></img></a>
</td>
Expand Down
5 changes: 1 addition & 4 deletions about.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ body, html {

header {
margin-bottom: 30px;
background: transparent;
}

.heading {
Expand Down Expand Up @@ -183,6 +182,4 @@ header {
font-size: 1rem;
padding: 12px 25px;
}
}

/* */
}
4 changes: 1 addition & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
<title>About Us - TourGuide</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="about.css">

<link rel="icon" type="image/x-icon" href="favicon.ico"/>

</head>
<body>



<div class="nav-container" id="top">
<nav class="newNav">
<div style="display: flex; flex-direction: row; align-items: center;">
Expand Down
5 changes: 2 additions & 3 deletions dedicated destinations/Taj_Mahal/Taj.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@

.img-box img{
width:100%;
/* border: #575050 solid 3px; */
border-radius: 1rem;
box-shadow: 5px 5px 10px #5fddeb ;
border: #575050 solid 3px;
box-shadow: 5px 5px 60px #575050 ;
}

.bttn{
Expand Down
Loading
Loading