Skip to content
116 changes: 116 additions & 0 deletions about-us.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<!doctype html>
<html lang="en">
<head>


<meta charset="utf-8">

<title>About Us</title>


<meta name="viewport" content="width=device-width, initial-scale=1">

<link href="https://fonts.googleapis.com/css?family=Fira+Sans&display=swap" rel="stylesheet">
<link href="css/about-us.css" rel="stylesheet">

<!--[if lt IE 9]>
// <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
// <![endif]-->




</head>
<body>

<!-- navigation -->
<section class="top-class">

<div class="logo">
<img src="img\Logo - Medium.jpg">
</div>

<div class="navigation1">
<nav>
<a href="index.html"s>Browse Recipes</a>
<a href="#">About Us</a>
<a href="#">Sign in</a>
</nav>
</div>

</section>

<header>

<section id="banner">
<h1>Meet The Team</h1>

</section>



</header>


<section class="boxes">

<div class="box1">

<h2>Edwin Deronvil</h2>
<p>React Developer</p>
<a href="https://github.com/Mcguffinn" target="_blank">Github</a>

</div>

<div class="box1">
<h2>Chris Engel</h2>
<p>React Developer</p>
<a href="https://github.com/Dazmen" target="_blank">Github</a>

</div>


<div class="box1">

<h2>Emily Yoo</h2>
<p>UX Designer</p>
<a href="https://dribbble.com/emilyyoox" target="_blank">Dribble</a>

</div>



<div class="box1">
<h2>Jahanna Middleton</h2>
<p>UI Designer</p>
<a href="https://github.com/middletonjahanna" target="_blank">Github</a>

</div>

<div class="box1">

<h2>Matthew Cebenka</h2>
<p>React Developer</p>
<a href="https://github.com/MatthewCebenka" target="_blank">Github</a>

</div>

<div class="box1">

<h2>Billy Ginrich</h2>
<p> Backend Developer</p>
<a href="https://github.com/bgingrich" target="_blank">Github</a>

</div>

<div class="box1">
<h2>Vanessa Tellez</h2>
<p>Backend Developer</p>
<a href="https://github.com/vtellez1" target="_blank">Github</a>
</div>





</section>
92 changes: 92 additions & 0 deletions css/about-us.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
body {
background: #696969;
}
.top-class {
display: flex;
}
.logo {
margin-top: 15px;
margin-left: 10px;
}
.navigation1 {
margin-top: 5px;
margin-left: 60%;
padding: 20px;
padding-left: 5px;
}
@media (max-width: 800px) {
.navigation1 nav {
display: flex;
margin-top: 30px;
}
}
.navigation1 nav a {
text-decoration: none;
color: white;
font-size: 20px;
margin-right: 6px;
margin-left: 15px;
}
@media (max-width: 800px) {
.navigation1 {
display: flex;
margin: 2px 0px 0px 200px;
padding: 0;
}
}
@media (max-width: 500px) {
.navigation1 {
margin: 0;
}
}
#banner h1 {
display: flex;
align-items: center;
font-size: 60px;
margin: auto;
margin-left: 35%;
padding-top: 200px;
}
@media (max-width: 800px) {
#banner h1 {
margin: 0;
}
}
.boxes {
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
margin-top: 10%;
margin-bottom: 10px;
padding-top: 50px;
padding-bottom: 50px;
}
.box-properties {
padding: 20px;
margin-bottom: 30px;
text-align: left;
background-color: #D8E7ED;
border-radius: 6px;
width: 230px;
height: 284px;
}
.box1 {
padding: 20px;
margin-bottom: 30px;
text-align: left;
background-color: #D8E7ED;
border-radius: 6px;
width: 230px;
height: 284px;
}
.box1 h2 {
margin-top: 40%;
}
.box1 a {
font-size: 18px;
text-decoration: none;
color: red;
}
.img {
width: 2%;
}
143 changes: 143 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
* {
Box-sizing: border-box;
Padding: 0 ;
Margin: 0;
Max-width: 100%;
}
.top-class {
display: flex;
}
.logo {
margin-top: 15px;
margin-left: 10px;
}
@media (max-width: 500px) {
.logo img {
width: 100%;
height: auto;
}
}
@media (max-width: 800px) {
.logo img {
margin-left: 15px;
}
}
nav a {
text-decoration: none;
color: gray;
font-size: 20px;
margin-right: 6px;
margin-left: 15px;
}
@media (max-width: 800px) {
nav a {
text-align: center;
}
}
.navigation {
margin-top: 5px;
margin-left: 60%;
padding: 20px;
padding-left: 5px;
}
@media (max-width: 800px) {
.navigation nav {
display: flex;
}
}
.purpose h1 {
font-size: 48px;
color: #42403D;
margin-top: 50px;
}
@media (max-width: 800px) {
.purpose h1 {
font-size: 35px;
text-align: center;
}
}
.purpose p {
font-size: 20px;
margin-top: 35px;
}
@media (max-width: 800px) {
.purpose p {
font-size: 16px;
text-align: center;
margin-right: 7%;
}
}
.chef-logo img {
width: 100%;
padding-bottom: 10%;
}
.main-page {
display: flex;
}
.buttons {
margin-top: 20%;
align-items: center;
}
@media (max-width: 800px) {
.buttons {
display: flex;
flex-direction: column;
}
}
.buttons a {
text-decoration: none;
}
.buttons .swap {
background: var(--bg-color);
color: var(--fg-color);
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.buttons .swap:hover,
.buttons .swap:focus {
background: var(--fg-color);
color: var(--bg-color);
box-shadow: 0 0 8px 2px var(--fg-color);
}
.sign-up {
--bg-color: #D81E05;
--fg-color: #42403D;
margin-top: 20%;
background: #D81E05;
border-radius: 12px;
width: 50%;
padding: 14px 40px;
font-size: 18px;
color: black;
}
@media (max-width: 800px) {
.sign-up {
padding: 5px 30px;
}
}
@media (max-width: 500px) {
.sign-up {
padding: 1px 30px;
}
}
.learn-more {
--bg-color: #42403D;
--fg-color: #AFEEEE;
background: #DCDCDC;
color: #D81E05;
margin-top: 5%;
margin-bottom: 5%;
width: 50%;
font-size: 18px;
border-radius: 12px;
padding: 14px 40px;
}
@media (max-width: 800px) {
.learn-more {
padding: 5px 30px;
}
}
@media (max-width: 500px) {
.learn-more {
padding: 1px 30px;
}
}
Binary file added img/Logo - Medium.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 img/undraw_Chef_cu0r 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading