-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1year.html
More file actions
61 lines (58 loc) · 1.88 KB
/
1year.html
File metadata and controls
61 lines (58 loc) · 1.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="preload"
href="/fonts/poppins-regular-webfont.woff2"
as="font"
type="font/woff2"
crossorigin
/>
<link rel="stylesheet" href="/styles/1-year.css" />
</head>
<body>
<!-- <section>
<header>
<h1 class="center">One Year of Nutty's Kitchen!</h1>
<p>Welcome! Welcome! Welcome!</p>
<p>
Unbelievably, it's <em>One Whole Year</em> since Nutty's Kitchen was
launched and in that time we created one hundred recipes for you.
</p>
<p>That's enough to put my head in a spin!</p>
</header>
</section> -->
<section class="flip-box-wrapper">
<div id="flip-box" class="flip-box flip-me">
<div id="flip-box-inner" class="flip-box-inner flip-me">
<div class="flip-box-front">
<img
class="badge"
src="images/nutty-1-year-7.svg"
alt="nutty 1 year"
title="nutty's one year, one hundred recipe badge"
/>
</div>
</div>
</div>
</section>
<!-- <section>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Deserunt alias
incidunt harum magnam velit corrupti nemo cum libero beatae! Voluptatum
architecto dignissimos molestias magnam delectus minima maxime modi quia
eligendi!
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Deserunt alias
incidunt harum magnam velit corrupti nemo cum libero beatae! Voluptatum
architecto dignissimos molestias magnam delectus minima maxime modi quia
eligendi!
</p>
</section> -->
<script src="/src/1year.js"></script>
</body>
</html>