Skip to content

Commit

Permalink
added project logos on the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
sopheck committed Mar 1, 2024
1 parent 27fa8ea commit f9e27e2
Show file tree
Hide file tree
Showing 8 changed files with 816 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
branches:
- kdh-main
#- dev
tags:
- v*
#tags:
#- v*

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
Expand Down
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2_kdh] - 2024-03-01

### Added

- Added the logos of HU Berlin, AI-Skills and NFDI4Memory on the landing page.

## [0.1.1_kdh] - 2024-02-29

### Added

- Merged new features of Open WebUI ([0.1.106])

## Changed

- Disabled the Infobar on the right side due to low RWD (Issue #1).

### Fixed

- Corrected the text on the landing page

## [0.1.0_kdh] - 2024-02-28

### Changed

📣 The fork of Open WebUI from KDH starts here. 🙌

**All future releases from here on refer to the fork and no longer to the official Open WebUI repo.**

### Added

- Adapted the design a little to KDH design
- Added an Infobar on the right hand side for details on the models (not yet implemented).
- A placeholder has been added in the left sidebar for the planned critical documentation later on.
- Only visible to admins for the time being

## [0.1.106] - 2024-02-27

### Added
Expand Down
15 changes: 7 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ services:
image: ollama/ollama:latest

open-webui:
build:
context: .
args:
OLLAMA_API_BASE_URL: '/ollama/api'
dockerfile: Dockerfile
image: localhost/kdh-ollama-webui:latest
#image: ghcr.io/sopheck/kdh-open-webui:latest
container_name: kdh-ollama-webui
#build:
#context: .
#args:
#OLLAMA_API_BASE_URL: '/ollama/api'
#dockerfile: Dockerfile
image: ghcr.io/sopheck/open-webui-of-kdh:latest
container_name: kdh-open-webui
volumes:
- open-webui:/app/backend/data
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kdh_ki-playground",
"version": "0.1.1_kdh",
"version": "0.1.2_kdh",
"private": true,
"scripts": {
"dev": "vite dev --host",
Expand Down
44 changes: 31 additions & 13 deletions src/routes/auth/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,31 @@
<a href="https://blogs.hu-berlin.de/furesh/" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
<img src="/kdh-blue.png" class="h-[50px]" alt="KDH Logo" />
</a>
<a href="https://hu-berlin.de" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
<img src="/hu-logo.png" class="h-[100px]" alt="HU Logo" />
</a>

<ul class="flex flex-wrap items-center mb-6 text-sm font-medium text-gray-500 sm:mb-0"> <!--dark:text-gray-400-->
<!--<li>
<a href="https://blogs.hu-berlin.de/furesh/" class="hover:underline me-4 md:me-6">KDH Website</a>
</li>-->
<li class="flex flex-col items-center">
<p class="me-4 md:me-6 text-center">
Your data will be stored exclusively on HU Berlin servers and<br>will not be passed on to third parties.
</p>
<svg class="w-6 h-6 mt-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<li>
<!--<a href="https://blogs.hu-berlin.de/furesh/" class="hover:underline me-4 md:me-6">KDH Website</a>
--> In Kooperation mit:
</li>
<li>
<a href="https://ai-skills.hu-berlin.de/" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
<img src="/ai-skills-logo.svg" class="h-[100px]" alt="KDH Logo" />
</a>
</li>
<li>
<a href="https://4memory.de/" class="flex items-center mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse">
<img src="/4memory-logo.png" class="h-[100px]" alt="KDH Logo" />
</a>
</li>
<li class="flex flex-col items-center pl-[200px] hyphens-auto">
<svg class="w-6 h-6 my-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path d="m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" />
</svg>
<p class="me-4 md:me-6 text-center">
Your data will be stored<br>on servers of the HU Berlin<br>and will not be passed on<br>to third parties.
</p>
</li>

<!--<li>
<a href="#" class="hover:underline me-4 md:me-6">Licensing</a>
</li>
Expand All @@ -216,8 +226,16 @@
</ul>
</div>
<hr class="my-6 sm:mx-auto lg:my-8" /> <!--dark:border-gray-900-->
<span class="block text-sm text-gray-500 sm:text-center"><!--dark:text-gray-400-->© 2024 <a href="https://blogs.hu-berlin.de/furesh/" class="hover:underline">KDH UB HU-Berlin</a>. MIT License.</span>
</div>
<div class="grid place-items-center">
<div class="text-sm text-gray-500">
© 2024
<a href="https://blogs.hu-berlin.de/furesh/" class="hover:underline">KDH UB HU-Berlin</a>. MIT License.
<a href="https://hu-berlin.de" class="mb-4 sm:mb-0 space-x-3 rtl:space-x-reverse"><img src="/hu-logo.png" class="h-[100px]" alt="HU Logo"></a>
</div>
</div>


</div>
</footer>


Expand Down
Binary file added static/4memory-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f9e27e2

Please sign in to comment.