-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (96 loc) · 4.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
<!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">
<title>3 Cakes</title>
<link rel="stylesheet" href="estilos/estilos.css">
</head>
<body>
<section id="container">
<header>
<p style="color:#b49760"> Only 3 cakes for 3 months, and then we change all! </p>
</header>
<section id="banner">
<article id="banner1" <a href="index.html"> <img src="/img/logob.png" alt="logo.png"></a>></article>
<article id="banner2">
<ul class="menu">
<li><a href="#home"></a>Home</li>
<li><a href="#cakes"></a>Cakes</li>
<li><a href="#decor"></a>Decoration</li>
<li><a href="#order"></a>Orders</li>
<li><a href="#admin"></a>Admin</li>
</ul></article>
</section>
<section id="noticias">
<article id="news1">
<p style="color:#b49760"> Unique Handmade Cakes</p>
<p style="color: bisque"> for Your Mood</p>
</article>
</section>
<section id="tienda">
<article id="cake1"> <img src="/img/cake1.png" alt="logo.png"></article>
<article id="cake2"> <img src="/img/cake2.png" alt="logo.png"></article>
<article id="cake3"> <img src="/img/cake3.png" alt="logo.png"></article>
</section>
<section id="names">
<article id="name1">
<p style="color:#b49760"> Blueberry Moka</p>
<p style="color: bisque"> $35.00</p>
</article>
<article id="name2">
<p style="color:#b49760"> Coconut Paradise</p>
<p style="color: bisque"> $32.75</p>
</article>
<article id="name3">
<p style="color:#b49760"> Maple Pecan</p>
<p style="color: bisque"> $35.00</p>
</article>
</section>
<section id="separador">
</section>
<section id="social">
<article id="social1">
<a href="#"><img src="img/instagram.png" alt="instagram"></a>
<a href="#"><img src="img/facebook.png" alt="facebook"></a>
<a href="#"><img src="img/youtube.png" alt="youtube"></a>
<a href="#"><img src="img/twitter.png" alt="twitter"></a>
</article>
<article id="social2">
<div id="lte_icons-2" class="widget widget_lte_icons">
<h3 class="lte-header-widget " style="color:bisque"><span class="widget-icon"></span >Contact us
</h3>
<ul class="lte-social-icons-list">
<li>
<a href="#"><span class="lte-ic icon icon-phone-call" ></span><span class="lte-header" style="color:bisque">Phone:</span><span class="lte-txt" style="color:#b49760">+52 01-2345-6789<br> </span>
</a>
</li>
<li>
<a href="#"><span class="lte-ic icon icon-location"></span><span class="lte-header" style="color:bisque">Our location:</span><span class="lte-txt" style="color:#b49760">975 FrontEnd Ave, NA 105048, Unknown</span>
</a>
</li>
<li>
<a href="#"><span class="lte-ic icon icon-mail"></span><span class="lte-header" style="color:bisque">Email:</span><span class="lte-txt" style="color:#b49760">[email protected]</span>
</a>
</li>
<li>
<a href="#">
<span class="lte-ic icon icon-mail"></span>
<span class="lte-header" style="color:bisque">Hours:</span>
<span class="lte-txt" style="color:#b49760">Monday - Friday: 10:00 - 20:00</span>
<br>
<span class="lte-txt" style="color:#b49760">Saturday -Sunday: 10:00 - 14:00</span>
</a>
</li>
</ul>
</div>
</article>
</section>
<footer>
<p style="color:#b49760"> Copyright © 2021-<script>document.write(new Date().getFullYear())</script> Rogelio Valdés All Rights Reserved</p>
<article id="footer1"></article>
</footer>
</section>
</body>
</html>