-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
270 additions
and
42 deletions.
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,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width"=device-width, initial-scale="1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> | ||
|
||
<div class="container-fluid"> | ||
<div class="container"> | ||
|
||
<style> | ||
|
||
body { | ||
background:linear-gradient(-100deg,#f33d06 50%,#fff); | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<form class="row g-3"> | ||
<div class="col-md-6"> | ||
<label for="inputEmail4" class="form-label">Email</label> | ||
<input type="email" class="form-control" id="inputEmail4"> | ||
</div> | ||
<div class="col-md-6"> | ||
<label for="inputPassword4" class="form-label">Password</label> | ||
<input type="password" class="form-control" id="inputPassword4"> | ||
</div> | ||
<div class="col-12"> | ||
<label for="inputAddress" class="form-label">Address</label> | ||
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St"> | ||
</div> | ||
<div class="col-12"> | ||
<label for="inputAddress2" class="form-label">Address 2</label> | ||
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor"> | ||
</div> | ||
<div class="col-md-6"> | ||
<label for="inputCity" class="form-label">City</label> | ||
<input type="text" class="form-control" id="inputCity"> | ||
</div> | ||
<div class="col-md-4"> | ||
<label for="inputState" class="form-label">State</label> | ||
<select id="inputState" class="form-select"> | ||
<option selected>Choose...</option> | ||
<option>...</option> | ||
</select> | ||
</div> | ||
<div class="col-md-2"> | ||
<label for="inputZip" class="form-label">Zip</label> | ||
<input type="text" class="form-control" id="inputZip"> | ||
</div> | ||
<div class="col-12"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" id="gridCheck"> | ||
<label class="form-check-label" for="gridCheck"> | ||
Tick | ||
</label> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</div> | ||
</form> | ||
|
||
<!--Marquee--> | ||
<style> | ||
#poop { | ||
text-shadow: -2px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; | ||
font-style: bold; | ||
font-size:2em; | ||
font-weight:bold; | ||
color: rgb(222, 246, 7); | ||
</style> | ||
<div id="poop"> <marquee behavior="scroll" direction="left">Dont forget to avail of our promo! Buy One! Take One! For a limited time only! Offer good while supply last! | ||
</marquee> | ||
|
||
</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,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<style> | ||
body { | ||
background:linear-gradient(-100deg,#f33d06 50%,#fff); | ||
} | ||
</style> | ||
|
||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width"=device-width, initial-scale="1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> | ||
|
||
<div class="container"> | ||
<div class="container-fluid"> | ||
|
||
<!--Marquee--> | ||
<style> | ||
#poop { | ||
text-shadow: -2px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; | ||
font-style: bold; | ||
font-size:2em; | ||
font-weight:bold; | ||
color: rgb(222, 246, 7); | ||
</style> | ||
<div id="poop"> <marquee behavior="scroll" direction="left">Buy One! Take One! | ||
</marquee> | ||
|
||
<body> | ||
|
||
<h1>Pizzarap</h1> | ||
<nav> | ||
<ul> | ||
<a href="#"><li></li><a></a> | ||
<h1>Menu</h1> | ||
<section class="items"> | ||
</section> | ||
<div class="item"> | ||
<img src="7-2-pizza-free-png-image.png" width="350" height="263" alt="pizza"> | ||
<h4>Red Hot Chili Pepper with Italian Tomato</h4> | ||
<button>Order now for Php 188.00 only ! Buy one Take one !</button> | ||
</div> | ||
|
||
<div class="item"> | ||
<img src="2-pizza-png-image.png" width="350" height="263" alt="pizza"> | ||
<h4>Garlic Mushroom with Broccoli and Cheese</h4> | ||
<button>Order now for Php 188.00 only ! Buy one Take one !</button> | ||
</div> | ||
|
||
<div class="item"> | ||
<img src="menu-pizza.png" width="350" height="263" alt="pizza"> | ||
<h4>French Pepperoni with African Mojo</h4> | ||
<button>Order now for Php 188.00 only ! Buy one Take one !</button> | ||
</div> | ||
</section> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
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,79 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width"=device-width, initial-scale="1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> | ||
|
||
<div class="container-fluid"> | ||
<div class="container"> | ||
|
||
<style> | ||
|
||
body { | ||
background:linear-gradient(-100deg,#f33d06 50%,#fff); | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
<form class="row g-3"> | ||
<div class="col-md-6"> | ||
<label for="inputEmail4" class="form-label">Email</label> | ||
<input type="email" class="form-control" id="inputEmail4"> | ||
</div> | ||
<div class="col-md-6"> | ||
<label for="inputPassword4" class="form-label">Password</label> | ||
<input type="password" class="form-control" id="inputPassword4"> | ||
</div> | ||
<div class="col-12"> | ||
<label for="inputAddress" class="form-label">Address</label> | ||
<input type="text" class="form-control" id="inputAddress" placeholder="1234 Main St"> | ||
</div> | ||
<div class="col-12"> | ||
<label for="inputAddress2" class="form-label">Address 2</label> | ||
<input type="text" class="form-control" id="inputAddress2" placeholder="Apartment, studio, or floor"> | ||
</div> | ||
<div class="col-md-6"> | ||
<label for="inputCity" class="form-label">City</label> | ||
<input type="text" class="form-control" id="inputCity"> | ||
</div> | ||
<div class="col-md-4"> | ||
<label for="inputState" class="form-label">State</label> | ||
<select id="inputState" class="form-select"> | ||
<option selected>Choose...</option> | ||
<option>...</option> | ||
</select> | ||
</div> | ||
<div class="col-md-2"> | ||
<label for="inputZip" class="form-label">Zip</label> | ||
<input type="text" class="form-control" id="inputZip"> | ||
</div> | ||
<div class="col-12"> | ||
<div class="form-check"> | ||
<input class="form-check-input" type="checkbox" id="gridCheck"> | ||
<label class="form-check-label" for="gridCheck"> | ||
Tick | ||
</label> | ||
</div> | ||
</div> | ||
<div class="col-12"> | ||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</div> | ||
</form> | ||
|
||
<!--Marquee--> | ||
<style> | ||
#poop { | ||
text-shadow: -2px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; | ||
font-style: bold; | ||
font-size:2em; | ||
font-weight:bold; | ||
color: rgb(222, 246, 7); | ||
</style> | ||
<div id="poop"> <marquee behavior="scroll" direction="left">Dont forget to avail of our promo! Buy One! Take One! For a limited time only! Offer good while supply last! | ||
</marquee> | ||
|
||
</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
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,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width"=device-width, initial-scale="1.0"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css"> | ||
<h1 class="text-white text-center" | ||
style = "background: rgb(27, 2, 129)">Team One: Justine Nixon Jed Dax</h1> | ||
</head> | ||
<body> | ||
<p class="fs-4">Group One | ||
School Website Development Timeline:</p> | ||
|
||
<p class="fs-4">Day One: July 11, 2022: To gather information, set goal and who are the target audience.</p> | ||
|
||
<p class="fs-4">The goal is to create a user friendly website for all types of students | ||
and accommodate people from all walks of life.</p> | ||
|
||
<p class="fs-4">Day Two: July 12, 2022: Gathered all the essential elements of information pertaining to the goal, objective and started the layout of the plan and equal distribution of responsibility.</p> | ||
|
||
<p class="fs-4">Day Three: July 13, 2022: Execution of the proposed plan, encoding and collaboration.</p> | ||
|
||
<p class="fs-4">Day Four: July 14, 2022: Finalization, Cross Examination for loopholes, Debugging for Deployment.</p> | ||
|
||
<p class="fs-4">Day Five: July 15, 2022: Final presentation to client for approval and probable maintenance.</p> | ||
</body> | ||
</html> |