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

PR #6

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

PR #6

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
Binary file added Free_Sample_By_Wix (1).jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 0 additions & 31 deletions README.md

This file was deleted.

Binary file added adventure.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 bg.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 bg1.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 bg2.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 download.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 face.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 face2.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 face3.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 fasolt.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 resort1.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 resort2.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 three.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions travel - Copy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.navbar-nav .nav-item .nav-link {
color: darkslategray
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
color: black;
font-weight: 600;
background-color: lightgrey;
}

.caption3 {
position: absolute;
top:140px;
left:-780px;
color:black;
font-weight: bold;
}
.carousel-caption {
font-family: 'Dancing Script', cursive;
}
.page-header {
font-family: 'Lobster',cursive;

}
.jumbotron input {
padding : 5px ;
border-radius: 12pt;
}
Binary file added travel planner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions travel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
.navbar-nav .nav-item .nav-link {
color: darkslategray;

}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
color: white;
font-weight: 600;
background-color: #343A40
}

.caption3 {
position: absolute;
top:140px;
left:-780px;
color:black;
font-weight: bold;
}
.carousel-caption {
font-family: 'Dancing Script', cursive;
}
.page-header {
font-family: 'Lobster',cursive;
}
.jumbotron{
background: linear-gradient(#E9ECEF,white);
}

.jumbotron input {
padding : 5px ;
border-radius: 12pt;

}
.cards :hover{
opacity: 0.8;
}
.cont2 {
height:60px;
background-color: #46FF46;
padding-top:20px;
font-weight: 400;

}

.accBtn{
font-size: 18px;
font-weight: 300;
font-family: Arial, Helvetica, sans-serif;
color :#343A40;
}
.accBtn:hover {
color: white;
font-weight: 500;
background-color: #343A40
}

.question {
cursor: pointer;
font-weight: 700;
}
.map{
margin-left:150px;
margin-right:0px;

}
.cont3{
background-color: black;
height:440px;
margin-right: 0;
overflow-x: hidden;
overflow-y: hidden;

}
.contact{
font-family: monospace;
color: white;
padding-top:30px;
}

/* .headGreen {
background-color: rgb(70, 255, 70);
} */
.imgR{
border-radius: 50%;
height: 110px;
width: 110px;
}

.fa{
color: red;
}

.cont4 {
border-radius: 70px;
background:linear-gradient(#E9ECEF,white);
padding:5px;
}
.cont6{
padding:5px;
font-family: 'Dancing Script' , cursive;
font-weight: 500;
font-size: 30px;
opacity: 0.9;
background: linear-gradient(rgb(14, 13, 36),rgb(34, 34, 104));
color: white;
width:320px;
border-radius: 120px;
}

.cont7{
display: grid;
grid-gap: 0px;
grid-template-columns:2fr 1fr ;
background: linear-gradient(rgb(49, 44, 44),black);
padding-top:21px;
padding-left:370px;
}
290 changes: 290 additions & 0 deletions travel.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions travel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@



console.log('123')
document.querySelectorAll('.answer').style.visibility="hidden" ;