Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrowah committed Apr 27, 2024
1 parent 112e100 commit 3041831
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ app.use("/product", productRoutes);

//Server Running
app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}, you better catch it!`);
console.log(`Server is running on port ${PORT}`);
});
10 changes: 1 addition & 9 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@
}
</style>

<!-- Page Main -->
<main class="flex flex-col items-center justify-center mt-32">
<!-- Hero -->
<section
class="flex flex-wrap items-center -mx-3 font-sans px-4 mx-auto w-full lg:max-w-screen-lg sm:max-w-screen-sm md:max-w-screen-md pb-20"
>
<!-- Column-1 -->
<div class="px-3 w-full lg:w-2/5">
<div
class="mx-auto mb-8 max-w-lg text-center lg:mx-0 lg:max-w-md lg:text-left"
Expand Down Expand Up @@ -54,9 +51,7 @@
</div>
</div>

<!-- Column-2 -->
<div class="px-3 mb-12 w-full lg:mb-0 lg:w-3/5">
<!-- Illustrations Container -->
<div class="flex justify-center items-center">
<svg
class="block max-w-full h-auto align-middle lg:max-w-lg"
Expand Down Expand Up @@ -228,10 +223,9 @@
</div>
</section>

<!-- Parallax Background -->
<section
class="flex flex-col w-full h-[500px] bg-cover bg-fixed bg-center flex justify-center items-center"
style="background-image: url(/imgs/Background.jpeg)"
style="background-image: url(/imgs/background.jpeg)"
>
<h1 class="text-black text-5xl font-semibold mt-20 mb-10">
Key PTracker Features
Expand Down Expand Up @@ -279,11 +273,9 @@
</span>
</section>

<!-- Content -->
<section class="p-20 space-y-8">
<h1 class="text-4xl text-center my-20">What out customers say</h1>

<!-- component -->
<div class="py-16 white">
<div class="container m-auto px-6 text-gray-600 md:px-12 xl:px-6">
<div class="grid gap-8 md:grid-rows-2 lg:grid-cols-2">
Expand Down
1 change: 0 additions & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<main class="h-full">
<!-- component -->
<script
src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.js"
defer
Expand Down

0 comments on commit 3041831

Please sign in to comment.