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

Angular Workshop desktop Frontend #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
59 changes: 59 additions & 0 deletions Form.html
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>
77 changes: 77 additions & 0 deletions ResponsiveBlocks.html
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">
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

</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>
Binary file added bee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions main.html
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>
Loading