Skip to content

Commit b14a42c

Browse files
authored
Update home.ejs
1 parent b6ad1df commit b14a42c

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

views/home.ejs

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
1212
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
13-
<link rel="stylesheet" href="css\styles.css">
13+
<link rel="stylesheet" href="\css\styles.css">
1414
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1515
</head>
1616
<body class="homeBody">
1717

1818

19+
20+
1921
<!--nav-->
2022
<nav x-data="{show:false}" class="flex items-center justify-between flex-wrap bg-orange-600 p-6 navShadow">
2123
<div class="flex items-center flex-shrink-0 text-white mr-6">
@@ -28,6 +30,7 @@
2830
</div>
2931
</nav>
3032

33+
3134
<!--Body-->
3235
<!-- component -->
3336
<body class="font-mono bg-gray-400">
@@ -37,20 +40,10 @@
3740
<!-- Row -->
3841
<div class="w-full xl:w-3/4 lg:w-11/12 flex">
3942
<!-- Col -->
40-
4143
<div class="w-full optionsWrapper">
4244
<h3 class="text-center homeTitle">Welcome - Let's plan some meals!</h3>
4345
<form class="menuWrapper">
4446
<a href="/inputWeekPlanMeals" class="weeklyMenu component">
45-
<div
46-
class="w-full h-auto bg-gray-400 hidden lg:block lg:w-5/12 bg-cover rounded-l-lg"
47-
style="background-image: url('/images/food.png')"
48-
></div>
49-
<!-- Col -->
50-
<div class="w-full lg:w-7/12 bg-white p-5 rounded-lg lg:rounded-l-none">
51-
<h3 class="pt-4 text-2xl text-center">Welcome - Let's plan some meals!</h3>
52-
<form class="px-8 pt-6 pb-8 mb-4 bg-white rounded">
53-
<a href="/inputWeekPlanMeals">
5447
<button
5548
class="textBackground"
5649
type="button"> Create your weekly menu
@@ -68,26 +61,24 @@
6861
type="button">Try something new today
6962
</button>
7063
</a>
71-
<br> <br>
72-
<a href="/inputRandom">
73-
<button
74-
class="w-full px-4 py-2 font-bold text-white bg-blue-500 rounded-full hover:bg-blue-700 focus:outline-none focus:shadow-outline"
75-
type="button">Try something new today
76-
</button>
77-
</a>
78-
<br> <br>
79-
64+
65+
8066

8167
</div>
8268

69+
8370
</form>
8471

72+
8573
</div>
8674

75+
8776
</div>
8877

78+
8979
</div>
9080

81+
9182
</div>
9283
</body>
9384
</body>

0 commit comments

Comments
 (0)