fixed background

This commit is contained in:
Saifeddine ALOUI 2024-10-30 00:26:45 +01:00
parent 5d53769a69
commit f103cfe896
18 changed files with 35134 additions and 37173 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-D4J9inFv.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Hw2bq5xZ.css">
<script type="module" crossorigin src="/assets/index-BHB08200.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CeWaEmSv.css">
</head>
<body>
<div id="app"></div>

File diff suppressed because it is too large Load Diff

5668
web/dist/themes/borg.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<template>
<div class="sticky top-0 z-50 w-full bg-transparent dark:bg-gray-800">
<div class="sticky top-0 z-50 w-full bg-transparent">
<nav class="container mx-auto px-4">
<div class="flex items-center justify-between h-16">
<!-- Navigation Links -->

View File

@ -340,7 +340,7 @@ export default {
try {
// Fetch and apply new theme CSS
const response = await axios.get(`/distthemes/${themeName}.css`, {
const response = await axios.get(`/themes/${themeName}.css`, {
headers: {
'Cache-Control': 'no-cache',
'Pragma': 'no-cache',

View File

@ -16,11 +16,19 @@
<div class="flex flex-col items-center text-center max-w-4xl w-full px-4 relative z-10">
<div class="mb-8 w-full">
<div class="text-6xl md:text-7xl font-bold text-amber-500 mb-2"
style="text-shadow: 2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white;">
L🌟LLMS
<div class="text-5xl md:text-6xl font-bold text-amber-500 mb-2 hover:scale-105 transition-transform"
style="text-shadow: 2px 2px 4px rgba(0,0,0,0.2),
2px 2px 0px white,
-2px -2px 0px white,
2px -2px 0px white,
-2px 2px 0px white;
background: linear-gradient(45deg, #f59e0b, #fbbf24);
-webkit-background-clip: text;
background-clip: text;">
L<span class="animate-pulse"></span>LLMS
</div>
<p class="text-2xl text-gray-600 dark:text-gray-300 italic">
One tool to rule them all
</p>
@ -79,10 +87,18 @@
alt="Logo" title="LoLLMS WebUI">
</div>
<div class="flex flex-col justify-center">
<div class="text-6xl md:text-2xl font-bold text-amber-500 mb-2"
style="text-shadow: 2px 2px 0px white, -2px -2px 0px white, 2px -2px 0px white, -2px 2px 0px white;">
L🌟LLMS
</div>
<div class="text-sm md:text-xl font-bold text-amber-500 mb-2 hover:scale-105 transition-transform"
style="text-shadow: 2px 2px 4px rgba(0,0,0,0.2),
2px 2px 0px white,
-2px -2px 0px white,
2px -2px 0px white,
-2px 2px 0px white;
background: linear-gradient(45deg, #f59e0b, #fbbf24);
-webkit-background-clip: text;
background-clip: text;">
L<span class="animate-pulse"></span>LLMS
</div>
<p class="text-gray-400 text-sm">One tool to rule them all</p>
</div>
</RouterLink>