From f1058df26be6125e27278593e75199b118565f1c Mon Sep 17 00:00:00 2001 From: "codeshwar-preview[bot]" <160849357+codeshwar-preview[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 05:12:06 +0000 Subject: [PATCH] Update files in fasdf-74 --- index.html | 15 +++++-- public/js/interactivity.js | 38 ++++++++++++++++- public/styles/main.css | 54 ++++++++++++++++++++++-- routes/jpegToPdfRoute.js | 69 +++++++++++++++++++++++++++++++ server.js | 5 ++- views/jpegToPdf.ejs | 85 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 256 insertions(+), 10 deletions(-) create mode 100644 routes/jpegToPdfRoute.js create mode 100644 views/jpegToPdf.ejs diff --git a/index.html b/index.html index 4a2cbef..7d61178 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,3 @@ -
@@ -89,12 +88,18 @@ left: 0; width: 100%; height: 100%; - background-image: url('images/Removebackgroundproject.png'); /* Updated background image */ + background-image: url('images/Removebackgroundproject.png'); background-size: cover; background-repeat: no-repeat; - opacity: 0.2; /* Adjusted the opacity here */ + opacity: 0.2; z-index: 0; } + .jpeg-to-pdf-link { + margin: 0 15px; + text-decoration: none; + color: #007BFF; + font-weight: bold; + } @@ -114,6 +119,7 @@ Layoff Tracker + JPEG to PDF Log in Sign Up @@ -134,4 +140,5 @@