-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (160 loc) · 6.69 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flavors de La Casa</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="CSS/rules.css">
<link rel="stylesheet" href="CSS/rules_responsivity.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="CSS/universal_rules.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<style>
.main-box {
background-image: url('images/main2.jpg');
}
</style>
</head>
<body>
<div class="hold-header">
<div id="header" class="header-wrapper">
<header class="header">
<a href="index.html"><img src="./images/logo.png" class="header-logo"></a>
<nav class="header-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="your_cart.html">Cart</a></li>
</ul>
</nav>
</header>
</div>
</div>
<script>
// fades in main elements of the page
$(document).ready(function() {
// $("main-logo, main-logo").pagefade(1000, 1000);
$('#main-logo').hide().fadeIn(3000);
$('#main-text').hide().fadeIn(3000);
});
</script>
<div class="hold-header">
<section class="main-box">
<div class="main-content">
<img id="main-logo" src="images/logo_white.png">
<h1 id="main-text"> Cook our meal kits and taste <br>the flavor of Latin America!</h1>
</div>
</section>
</div>
<div class="fix-borders">
<section class="brief-box"> <!-- parent -->
<img class="brief-child" id="brief-image" src="images/AWARD.png"> <!--child 1-->
<p class="brief-child" id="brief-text"> With fresh products obtained from local producers, you will have four new meal kits every month honoring the cuisine from one of the 33 countries in Latin America.
We started our company inspired in the problem of so many Latinxs who immigrate to the US losing connection to their heritages... People like us!
<br><br>
<a href="aboutus.html"><button #id="brief-button">About us</button></a>
</p>
</div>
</section>
<section class="slide-box">
<h2>Check out this month's recipes!</h2> <br>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<div class="container">
<ul class="horscroll" id="autoscrollR">
<li>
<div class="card">
<a href="recipe1.html">
<img src="images/ceviche.jpeg" alt="Ceviche">
<div class="title-line">
<object data="images/peru.png"> </object>
<p class="price"> Ceviche </p>
</div>
<p class="description">Ceviche is a seafood dish where diced cubes of raw fish, marinated in a lemon or lime juice mixture,
react with the citrus juices to cure the fish protein and causes it to become opaque and firm while absorbing flavor.</p>
</a>
</div>
</li>
<li>
<div class="card">
<a href="recipe2.html">
<img src="images/paodequeijo.jpg" alt="Ceviche">
<div class="title-line">
<object data="images/bandeirabrasil.jpeg"> </object>
<p class="price"> Pão de queijo </p>
</div>
<p class="description">Pão de queijo or Cheese Bread is a typical Brazilian snack. It originated in the 18th century and
its ingredients include manioc starch and “meia cura” cheese.</p>
</a>
</div>
</li>
<li>
<div class="card">
<a href="recipe3.html">
<img src="images/alfajor.jpeg" alt="Ceviche">
<div class="title-line">
<object data="images/bandeiraargentina.png"> </object>
<p class="price"> Alfajor </p>
</div>
<p class="description">Alfajor is a buttery cornstarch cookie sandwich filled with dulce de leche. It was brought to
South America in the 16th century with the invasion of the Spanish conquistadors. It is very popular in Argentina.</p>
</a>
</div>
</li>
<li>
<div class="card">
<a href="recipe4.html">
<img src="images/enchilada.jpg" alt="Ceviche">
<div class="title-line">
<object data="images/flagmexico.png"> </object>
<p class="price"> Enchilada </p>
</div>
<p class="description">Enchilada is a Mexican dish that dates back at least to Aztec times. It consists of a corn tortilla
rolled around a filling and covered with a savory sauce. It can be filled with meats, cheese, beans and vegetables.</p>
</a>
</div>
</li>
</ul>
</div>
<br><br>
</section>
<section class="review-box">
<div class="review-child">
<img class="review-image" src="images/comment2.png" style="margin-left: 34%;">
<img class="review-image" src="images/comment1.png">
<img class="review-image" src="images/comment3.png" style="margin-left: 34%;">
</div>
<div class="review-child">
<h2 id="review-text">
Reviews<br>from<br>our<br>customers
</h2>
<br><br>
<hr>
<br>
<div id="review-seals">
<img class="seal-image" src="images/seal1.png">
<img class="seal-image" src="images/seal2.png">
<img class="seal-image" src="images/seal3.png">
</div>
</div>
</section>
<div id="footer" class="footer-wrapper">
<footer class="footer">
<ul class="footer-otherLinks">
<li class="footer-listItem"><a href="recipes.html">Recipes</a></li>
<li class="footer-listItem"><a href="aboutus.html">About Us</a></li>
<li class="footer-listItem"><a href="your_cart.html">Cart</a></li>
</ul>
<ul class="footer-socialMedia">
<li><a href="https://www.facebook.com"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com"><i class="fa fa-youtube"></i></a></li>
<li><a href="https://www.pinterest.com"><i class="fa fa-pinterest"></i></a></li>
</ul>
<p class="footer-copyRights">© 2022 Flavors De La Casa -US, Inc. All Rights Reserved.</p>
</footer>
</div>
</body>
</html>