Skip to content

Commit

Permalink
v2 published
Browse files Browse the repository at this point in the history
  • Loading branch information
Anomaly-1 committed Apr 5, 2024
1 parent 3478be6 commit a72d553
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
17 changes: 7 additions & 10 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<template>
<title>PlateMaster</title>
<html id="page">
<body class="transition-colors bg-zinc-900 relative">
<!-- Image in the top right corner -->
<img src="/platemaster.png" alt="Logo" class="absolute top-0 right-0 w-36 h-auto mt-4 mr-4" />
<slot />
</body>
</html>
</template>

<title>FoodClick</title>
<html id="page">
<body class="transition-colors bg-zinc-900">
<slot/>
</body>
</html>
</template>
3 changes: 2 additions & 1 deletion pages/clickup.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<template>
<img src="/platemaster.png" alt="Logo" class="absolute top-0 right-0 w-36 h-auto mt-4 mr-4" />
<div class="absolute h-screen w-screen flex items-center justify-center">
<div class="flex">
<div class="overflow-hidden">
Expand Down
1 change: 1 addition & 0 deletions pages/fitness.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<img src="/platemaster.png" alt="Logo" class="absolute top-0 right-0 w-36 h-auto mt-4 mr-4" />
<div class="flex justify-center items-center h-screen">
<div class="m-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-4">
<!-- Card for displaying BMI -->
Expand Down
1 change: 1 addition & 0 deletions pages/recipeanalyzer.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<img src="/platemaster.png" alt="Logo" class="absolute top-0 right-0 w-36 h-auto mt-4 mr-4" />
<div class="container mx-auto px-4 py-8 flex flex-col lg:flex-row overflow-y-auto h-screen">
<!-- Left side with input -->
<div class="lg:w-1/2 lg:pr-4 mt-20">
Expand Down

0 comments on commit a72d553

Please sign in to comment.