-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
27 lines (25 loc) · 822 Bytes
/
aboutus.html
File metadata and controls
27 lines (25 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<style type="text/css">
body {
background: url(https://images.pexels.com/photos/326278/pexels-photo-326278.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260) no-repeat center center fixed;
background-size: cover;
margin: 0;
}
</style>
</head>
<body>
<h1>Code Trotters Food Service</h1>
<h2> Somos un grupo de Chef's reconocidos por hacer arroz con habichuelas, mezclado con aguacate y atún </h2>
<h2>Les recomendamos que pruebes a nuestro famoso pizza de mariscos</h2>
<h1>Code Chefs</h1>
<h2>Bryan Collazo</h2>
<h2>Mario Rodriguez</h2>
<h2>Jeniffer Rivera</h2>
<h2>Onix Ortiz</h2>
<h2>Jorge Rodriguez</h2>
<h2>Carlos Moreno</h2>
</body>
</html>