feature/some progress made on layouts

This commit is contained in:
Joaquin committed 2025-05-05 17:07:51 -07:00
1 parent 4be7ca3a8e
commit f6640b23cf
8 files changed
+9 -69

No files matched your search

+2 -9
View File
@@ -1,9 +1,5 @@
<html>
<head>
<title>RCalculator</title>
<link rel="icon" href="https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/rekor.png">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.3.2/dist/tailwind.min.css" rel="stylesheet">
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body class="bg-white dark:bg-gray-900">
<%- include("./partials/headerStart") %>
<main>
@@ -51,6 +47,3 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.3.0/flowbite.min.js"></script>
</body>
</html>
<!--fixed bottom-0 left-0 z-50 lg:hidden w-full h-16 bg-white border-t border-gray-200 dark:bg-gray-400-->
+2 -8
View File
@@ -1,11 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Document</title>
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
<%- include("./partials/header") %>
<main>
+1 -9
View File
@@ -1,12 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Document</title>
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
<%- include("./partials/header") %>
+1 -9
View File
@@ -1,12 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Document</title>
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
The Index Page
+1 -13
View File
@@ -1,16 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login Page</title>
<link rel="stylesheet" href="/static/css/style.css" <link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="/static/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@3.3.2/dist/tailwind.min.css" rel="stylesheet">
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
<div class="flex justify-center items-center h-screen bg-gray-700">
+1 -8
View File
@@ -1,11 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Document</title>
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
<%- include("./partials/header") %>
@@ -7,7 +7,3 @@
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title><%= title %></title>
</head>
<body>
<%- include(filename, locals) %>
</body>
</html>
+1 -9
View File
@@ -1,12 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<title>Document</title>
</head>
<%- include("./partials/fileHeader", {title: "RCalculator"}) %>
<body>
<%- include("./partials/header") %>