-
Notifications
You must be signed in to change notification settings - Fork 12
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
Angular Workshop desktop Frontend #1
Open
yashvacationlabs
wants to merge
3
commits into
master
Choose a base branch
from
Angular
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=10"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato"> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<div id='stars'></div> | ||
<div id='stars2'></div> | ||
<div id='stars3'></div> | ||
|
||
<div class="container-fluid"> | ||
<div class="col-md-8 col-md-offset-2" id="FHeading"> | ||
<h2>Add a Trip – <span id="Fspan">Flights of a Lifetime</span></h2> | ||
</div> | ||
|
||
<div id="Border_line"> | ||
<div class="col-md-12" id="border"></div> | ||
</div> | ||
|
||
<div class="col-md-8 col-md-offset-2" id="boxbc"> | ||
|
||
<form> | ||
<h2 class="Title_text">Trip Name</h2> | ||
<input type="Name" class="form-control-name" id="exampleFormControlInput1" placeholder="Enter Name"> | ||
<br> | ||
<span class="spantext">It is best to limit the name to about 25 to 30 characters.</span> | ||
|
||
<h2 class="Title_text">Cost</h2> | ||
<input type="Cost" class="form-control-price" id="exampleFormControlInput1" placeholder="Amount"> | ||
|
||
|
||
<h2 class="Title_text">Duration</h2> | ||
<input type="Cost" class="form-control-duration" id="exampleFormControlInput1" placeholder="Eg.12 Months"> | ||
|
||
|
||
<h2 class="Title_text">Discription</h2> | ||
<input type="Description" class="form-control-discription" id="exampleFormControlInput1" placeholder=""> | ||
|
||
|
||
<h2 class="Title_text">Trip Image</h2> | ||
<input type="Name" class="form-control-image" id="exampleFormControlInput1" placeholder=""> | ||
<br> | ||
<span class="spantext">Please add a link to the image</span> | ||
</form> | ||
|
||
<div class="col-md-12" id="boxbc"> | ||
<button type="button" id="btn2" class="btn2">Submit</button> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=10"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="styles.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato" /> | ||
<link rel="stylesheet" href="new.css"> | ||
</head> | ||
|
||
<body> | ||
<div id='stars'></div> | ||
<div id='stars2'></div> | ||
<div id='stars3'></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="col-md-10 col-md-offset-1"> | ||
<div class="rectangle"> | ||
|
||
|
||
|
||
<div class="col-md-2 col-sm-2"> | ||
|
||
<div class="rect"> | ||
<img src="bee.png" alt="" class="image"> | ||
</div> | ||
</div> | ||
|
||
<div class="col-md-10 col-sm-10"> | ||
|
||
<h1 class="htext">Super Flight to Mars</h1> | ||
<h1 class="d_money">$18,200</h1> | ||
<h7 class="stext">2 Earth Years</h7> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div class="col-md-10 col-sm-12"> | ||
<h1 class="ftext">Race through the Solar System to reach the Red planet. This flight will take 11 Earth Years for each side of the journey.</h1> | ||
|
||
|
||
<button type="button" class="bbtn1">BOOK TRIP</button> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
|
||
|
||
|
||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
<html> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=10"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato"> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<div id='stars'></div> | ||
<div id='stars2'></div> | ||
<div id='stars3'></div> | ||
|
||
<div class="Header"> | ||
<div class="col-md-6 col-sm-12"> | ||
<h1 class="Heading">Flights of a Lifetime</h1> | ||
</div> | ||
<div class="col-md-6 col-sm-12"> | ||
<div class="Header_btn"> | ||
<button type="button" class="btn" href="">+ Add Trip</button> | ||
</div> | ||
<div class="Mobile_Header_btn"> | ||
<button type="button" class="btn" href="">+</button> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="Border_line"> | ||
<div class="col-md-12" id="border"></div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="center-block"> | ||
<div class="col-md-6 col-sm-12"> | ||
<div class="Feedbox"> | ||
Total Money: | ||
<input type="text" name="FirstName" value="" class=inputbox> | ||
<br> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-12"> | ||
<h3 class="Status">Remaining money to book trips : $93,000</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container_bottom"> | ||
<div class="col-md-2 col-sm-2"> | ||
<div class="Inner_image"> | ||
<img src="bee.png" alt="" class="image"> | ||
</div> | ||
</div> | ||
<div class="col-md-10 col-sm-10"> | ||
<h1 class="header_text">Super Flight to Mars</h1> | ||
<h1 class="Info_text">$12,400</h1> | ||
<h7 class="bottom_text">2 Earth Years</h7> | ||
</div> | ||
<div class="col-md-10 col-sm-12"> | ||
<h1 class="discription_text">Race through the Solar System to reach the Red planet. This flight will take 11 Earth Years for each side of the journey.</h1> | ||
<button type="button" class="Book_button">BOOK TRIP</button> | ||
</div> | ||
</div> | ||
|
||
<div class="container_bottom"> | ||
<div class="col-md-2 col-sm-2"> | ||
<div class="Inner_image"> | ||
<img src="sun.png" alt="" class="image"> | ||
</div> | ||
</div> | ||
<div class="col-md-10 col-sm-10"> | ||
<h1 class="header_text">Super Flight to Mars</h1> | ||
<h1 class="Info_text">$28,200</h1> | ||
<h7 class="bottom_text">1 Earth Years</h7> | ||
</div> | ||
<div class="col-md-10 col-sm-12"> | ||
<h1 class="discription_text">Race through the Solar System to reach the Red planet. This flight will take 11 Earth Years for each side of the journey.</h1> | ||
<button type="button" class="Book_button">BOOK TRIP</button> | ||
</div> | ||
</div> | ||
|
||
<div class="container_bottom"> | ||
<div class="col-md-2 col-sm-2"> | ||
<div class="Inner_image"> | ||
<img src="bee.png" alt="" class="image"> | ||
</div> | ||
</div> | ||
<div class="col-md-10 col-sm-10"> | ||
<h1 class="header_text">Super Flight to Mars</h1> | ||
<h1 class="Info_text">$18,290</h1> | ||
<h7 class="bottom_text">3 Earth Years</h7> | ||
</div> | ||
<div class="col-md-10 col-sm-12"> | ||
<h1 class="discription_text">Race through the Solar System to reach the Red planet. This flight will take 11 Earth Years for each side of the journey.</h1> | ||
<button type="button" class="Book_button">BOOK TRIP</button> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix indentation. Install an HTML linter in your editor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done