Skip to content

Commit

Permalink
feat:Added destination sceen with actual data
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav09022001 committed Dec 23, 2023
1 parent 5d9680c commit 6828521
Show file tree
Hide file tree
Showing 11 changed files with 957 additions and 46 deletions.
17 changes: 9 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,25 @@
<i class="icon-arrow-down" aria-hidden="true"></i
></a>
<ul class="dropdown-menu">
<li>
<a href="destination.html">Shimla</a>
</li>
<li>
<a href="#">Taj Mahal</a>
<a href="destination.html">Taj Mahal</a>
</li>
<li>
<a href="#">Goa Beaches </a>
<a href="destination.html">Goa Beaches </a>
</li>
<li>
<a href="#">Jaipur</a>
<a href="destination.html">Jaipur</a>
</li>
<li>
<a href="#">Leh-Ladakh</a>
<a href="destination.html">Leh-Ladakh</a>
</li>
<li>
<a href="#">Darjeeling</a>
</li>
<li>
<a href="#">Shimla</a>
<a href="destination.html">Darjeeling</a>
</li>


</ul>
</li>
Expand Down
906 changes: 906 additions & 0 deletions destination.html

Large diffs are not rendered by default.

40 changes: 21 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,27 @@
></a>
<ul class="dropdown-menu">
<li>
<a href="#">Taj Mahal</a>
</li>
<li>
<a href="#">Goa Beaches </a>
</li>
<li>
<a href="#">Jaipur</a>
</li>
<li>
<a href="#">Leh-Ladakh</a>
</li>
<li>
<a href="#">Darjeeling</a>
</li>
<li>
<a href="#">Shimla</a>
</li>

</ul>
<a href="destination.html">Shimla</a>
</li>
<li>
<a href="destination.html">Taj Mahal</a>
</li>
<li>
<a href="destination.html">Goa Beaches </a>
</li>
<li>
<a href="destination.html">Jaipur</a>
</li>
<li>
<a href="destination.html">Leh-Ladakh</a>
</li>
<li>
<a href="destination.html">Darjeeling</a>
</li>


</ul>

</li>

<li class="submenu dropdown pr-2">
Expand Down
17 changes: 9 additions & 8 deletions singleUpdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,25 @@
<i class="icon-arrow-down" aria-hidden="true"></i
></a>
<ul class="dropdown-menu">
<li>
<a href="destination.html">Shimla</a>
</li>
<li>
<a href="#">Taj Mahal</a>
<a href="destination.html">Taj Mahal</a>
</li>
<li>
<a href="#">Goa Beaches </a>
<a href="destination.html">Goa Beaches </a>
</li>
<li>
<a href="#">Jaipur</a>
<a href="destination.html">Jaipur</a>
</li>
<li>
<a href="#">Leh-Ladakh</a>
<a href="destination.html">Leh-Ladakh</a>
</li>
<li>
<a href="#">Darjeeling</a>
</li>
<li>
<a href="#">Shimla</a>
<a href="destination.html">Darjeeling</a>
</li>


</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/css/style.css.map

Large diffs are not rendered by default.

Binary file added static/images/destination/shimla1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/destination/shimla2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/destination/shimla3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ span.location-box {
}

.tabs-navbar1.navbar-sticky {
top: 86px;
top: 122px;
transition: $transition;
}

Expand Down
17 changes: 9 additions & 8 deletions updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,25 @@
<i class="icon-arrow-down" aria-hidden="true"></i
></a>
<ul class="dropdown-menu">
<li>
<a href="destination.html">Shimla</a>
</li>
<li>
<a href="#">Taj Mahal</a>
<a href="destination.html">Taj Mahal</a>
</li>
<li>
<a href="#">Goa Beaches </a>
<a href="destination.html">Goa Beaches </a>
</li>
<li>
<a href="#">Jaipur</a>
<a href="destination.html">Jaipur</a>
</li>
<li>
<a href="#">Leh-Ladakh</a>
<a href="destination.html">Leh-Ladakh</a>
</li>
<li>
<a href="#">Darjeeling</a>
</li>
<li>
<a href="#">Shimla</a>
<a href="destination.html">Darjeeling</a>
</li>


</ul>
</li>
Expand Down

0 comments on commit 6828521

Please sign in to comment.