forked from madhuriranavare/Git_Check1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (113 loc) · 4.21 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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lemonada" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Italianno" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lemonada" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chewy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Italianno" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lemonada" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montez" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rancho" rel="stylesheet">
<title>CupCake</title>
</head>
<body>
<div class="mad-image">
<div class="mad-text">
<h1>Cake Art</h1>
<p>Strawberry Cakes</p>
</div>
</div>
<header>
<div class="navigation">
<nav class="top">
<h2 id="title" style="flex:3"> Cakes just editing something</h2>
<ul>
<li><a href="#" style="flex:1"><strong>Home</strong></a></li>
<li><a href="#" style="flex:1"><strong>Blog</strong></a></li>
<li><a href="#" style="flex:1"><strong>Recipes</strong></a></li>
<li><a href="#" style="flex:1"><strong>FAQ</strong></a></li>
<li><a href="#" style="flex:1"><strong>testing link</strong></a></li>
</ul>
</nav>
</div>
</header>
<div class="image">
<div class = "grid">
<div class = "box box1">
<h2>Black Forest</h2>
<img src="img/black.jpg" alt="loading">
<p>
Black Forest cake is a chocolate sponge cake with a rich cherry filling based on the German dessert Schwarzwälder Kirschtorte, literally "Black Forest Cherry-torte"
</p>
</div>
<div class = "box box2">
<h2>Dessert</h2>
<img src="img/dessert_small.jpg" alt="loading">
<p>
a pastry comprising layers of filo with chopped nuts, sweetened and held together with syrup or honey
</p>
</div>
<div class = "box box3">
<h2>Sachertorte</h2>
<img src="img/sach.jpg" alt="loading">
<p>
The cake consists of a dense chocolate cake with a thin layer of apricot jam on top, coated in dark chocolate icing on the top and sides. It is traditionally served with unsweetened whipped cream.
</p>
</div>
<div class = "box box4">
<h2>Tiramisu</h2>
<img src="img/tartu.jpg" alt="loading">
<p>
Traditional tiramisu contains a short list of ingredients: finger biscuits, egg yolks, sugar, coffee, mascarpone cheese and cocoa powder. In the original recipe there is no liquor or egg whites.
</p>
</div>
<div class = "box box5">
<h2>Panna Cotta</h2>
<img src="img/panna.jpg" alt="loading">
<p>
Sugar is dissolved in warm cream. The cream may be flavored, either by infusing spices and the like in it, or by adding rum, coffee, vanilla, and so on.
</p>
</div>
<div class = "box box6">
<h2>Tartufo di Pizzo</h2>
<img src="img/tira.jpg" alt="loading">
<p>
It is usually composed of two or more flavors of ice cream, often with either fruit syrup or frozen fruit — typically raspberry, strawberry, or cherry — in the center.
</p>
</div>
</div>
</div>
<div class="hero2">
<div class="hero_text2">
<h1>Cake Classes</h1>
<p>Monday To Friday <br>
8:00 am to 4:00 pm
</p>
</div>
</div>
<footer>
<div class="footer-main-div">
<div class="footer-social-icons">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="link">
</div>
<div class="footer-text">© 2018 Copyright:
<a href="#"> Strawberry Cakes</a>
</div>
</div>
</footer>
</body>
</html>