-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (91 loc) · 3.49 KB
/
index.html
File metadata and controls
103 lines (91 loc) · 3.49 KB
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
CookingRecipes ·
</title>
<!-- CSS -->
<link rel="stylesheet" href="/CookingRecipes/assets/css/poole.css">
<link rel="stylesheet" href="/CookingRecipes/assets/css/syntax.css">
<link rel="stylesheet" href="/CookingRecipes/assets/css/CookingRecipes.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400,700">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/CookingRecipes/assets/bowl.png">
<link rel="shortcut icon" href="/CookingRecipes/assets/bowl_icon.ico">
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<div class="sidebar-title">
<h1>
<a href="/CookingRecipes/"> CookingRecipes </a>
</h1>
</div>
<p>Not just Czech home-cooking!</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/CookingRecipes/">Home</a>
<a class="sidebar-nav-item" href="/CookingRecipes/#Baking">Baking</a>
<a class="sidebar-nav-item" href="/CookingRecipes/#Cooking">Cooking</a>
</nav>
</div>
<div class="wrap">
<div class="content">
<div class="page">
<h1 class="page-title">Recipes</h1>
<div id="Latest">
<h3>Latest</h3>
<a href="/CookingRecipes/recipes/fragipane_tart.html">Fragipane tart</a>
<br/>
<a href="/CookingRecipes/recipes/kolace.html">Moravské koláče</a>
<br/>
<a href="/CookingRecipes/recipes/pizza.html">Pizza</a>
<br/>
<a href="/CookingRecipes/recipes/cheesecake.html">Cheesecake</a>
<br/>
<a href="/CookingRecipes/recipes/tvarohova_babovka.html">Tvarohová Bábovka (Quark Bundt Cake)</a>
</div>
<div id="Baking">
<h3>Baking</h3>
<a href="/CookingRecipes/recipes/cheesecake.html">Cheesecake</a>
<br/>
<a href="/CookingRecipes/recipes/cinnamon_rolls.html">Cinnamon rolls</a>
<br/>
<a href="/CookingRecipes/recipes/fragipane_tart.html">Fragipane tart</a>
<br/>
<a href="/CookingRecipes/recipes/gingerbread.html">Gingerbread with homemade spices</a>
<br/>
<a href="/CookingRecipes/recipes/kolace.html">Moravské koláče</a>
<br/>
<a href="/CookingRecipes/recipes/pizza.html">Pizza</a>
<br/>
<a href="/CookingRecipes/recipes/poppy_seed_cake.html">Poppy seed cake with lemon-sugar icing</a>
<br/>
<a href="/CookingRecipes/recipes/quark_cake.html">Quark cake</a>
<br/>
<a href="/CookingRecipes/recipes/tvarohova_babovka.html">Tvarohová Bábovka (Quark Bundt Cake)</a>
<br/>
<a href="/CookingRecipes/recipes/vanocka.html">Vánočka</a>
</div>
<div id="Cooking">
<h3>Cooking</h3>
<a href="/CookingRecipes/recipes/knedlik.html">Bread dumpling</a>
<br/>
<a href="/CookingRecipes/recipes/knedlo_vepro_zelo.html">Vepřo knedlo zelo (Pork dumpling cabbage)</a>
<br/>
<a href="/CookingRecipes/recipes/steamed_dumplings.html">Steamed dumplings, savoury or sweet!</a>
</div>
</div>
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
</body>
</html>