-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (72 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Secret Family Cookbook App Marketing Page</title>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Open+Sans+Condensed:300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="css/index.css" type="text/css" rel="stylesheet" />
<script src="js/index.js" type="text/javascript" async></script>
</head>
<body class="home">
<div class="navBox">
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content">
<a href="about.html">About</a>
</div>
</div>
</div>
<span class="navbtn" style="font-size:30px;cursor:pointer" onclick="openNav()">☰ menu</span>
</div>
<div class="h1Mission">
<h1>Secret Family Cookbook</h1>
<p>"Generations of recipes at your fingertips."</p>
</div>
<div class="midPageTxt">
<h2>Why use Secret Family Cookbook?</h2>
</div>
<div class="artsBox">
<article class="photoPbox">
<img src="img/P1100345.jpg" alt="fuit">
<h3>Access Your Recipes Online, Any Time</h3>
<p>First and foremost our site is a hub for all your recipes!
Be it passed down through word of mouth or scribed in
old cookbooks, preserve them here with our convenient app.
</p>
</article>
<article class="photoPbox">
<img src="img/P1100347.jpg" alt="fruit">
<h3>Keep Memories of the Past Alive</h3>
<p>Our primary focus is to provide a place where you can keep your family food traditions alive
to share with your loved ones and keep them in a place for new generations.
</p>
</article>
<article class="photoPbox">
<img src="img/P1100343.jpg" alt="fruit">
<h3>In Our Day and Age...</h3>
<p>As our focus shifts more and more away from traditional housemaking skills it is
imperitave to keep these memories intact somewhere so we can remember those who came before us!</p>
</article>
</div>
<div class="btn-center">
<button type="button" name="button">
<a href="https://secret-cookbook-app.netlify.com/">login</a>
</button>
</div>
<article class="fullImgTxt">
<img src="img/IMG_0808.jpg" alt="">
<div class="imgText">
<h2>Cooking is Love Made Visible</h2>
</div>
</article>
<hr>
<footer>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
</footer>
</body>
</html>