Skip to content

Commit

Permalink
added Menu.html and Log In.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ILLOCOS committed Jul 16, 2022
1 parent 1762e64 commit 05c7f63
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 42 deletions.
79 changes: 79 additions & 0 deletions Log In.html
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>
59 changes: 59 additions & 0 deletions Menu.html
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 added RECTO.pptx
Binary file not shown.
Binary file added TEAM ONE.pptx
Binary file not shown.
79 changes: 79 additions & 0 deletions form.html
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>
67 changes: 25 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
<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">
<div class="container-fluid">
<!--Marquee-->

<!--Marquee-->
<style>
#poop {
text-shadow: -2px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
Expand All @@ -18,56 +20,37 @@
</style>
<div id="poop"> <marquee behavior="scroll" direction="left">Buy One! Take One!
</marquee>

<h1>Pizzarap</h1>

<nav>
<ul>
<nav class="d-flex">
<a href="Log In.html">Log In</a><br></a>
<a href="Menu.html">Menu</a><br></a>
<a href="Contact Us.html">Contact Us</a><br></a>
<a href="Careers.html">Careers</a><br></a>
</ul>
</div>
</nav>

<title>Pizzarap!</title>
<style>

body {
background:linear-gradient(-100deg,#f33d06 50%,#fff);
}
</style>
</head>
<body>

<div class="container-fluid">
<div class="container">


<!--Nav Bar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Dropdown
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Hot Deals!</a></li>
<li><a class="dropdown-item" href="#">Special Offer!</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Birthday Treat!</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</div>




<!--h1-->
<h1 class="text-white text-center"
style = "background: rgb(17, 17, 16)">Pizzarap!</h1>

Expand Down
28 changes: 28 additions & 0 deletions recto.html
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>

0 comments on commit 05c7f63

Please sign in to comment.