-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeal.html
More file actions
48 lines (35 loc) · 1.37 KB
/
Copy pathmeal.html
File metadata and controls
48 lines (35 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="meal.css"
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap" rel="stylesheet">
<title>Meal planner</title>
</head>
<body>
<div class="button-container">
<a href="projects.html"><button>Projects</button></a>
<a href="about.html"><button>About</button></a>
<a href="contact.html"><button>Contact</button></a>
</div>
<div class="pomo-title">
<p>meal planner</p>
</div>
<div class="duck-box">
<img src="meal.jpeg" alt="cute duck">
</div>
<div class="pomo-about">
<h1 class="pomo-about-heading">What is it</h1>
<p class="pomo-about-text">
It’s a meal planner. For when you want to eat healthy but also can’t be bothered to think. Let Plately cook (literally).
</p>
</div>
<a href="https://meal-planner-ever5iuz5-samiha-hesans-projects.vercel.app/" target="_blank">
<div class="start-pomo">
<p class="start-pomo-text">START</p>
</div>
</a>
</html>