Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Oct 10, 2024
1 parent edc8137 commit 6384fc4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 72 deletions.
58 changes: 0 additions & 58 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,58 +0,0 @@
/* .vitepress/theme/custom.css */

/* Anpassung der Buttons */
button, .button {
background-color: #b30000; /* Weicherer Dunkelrot für Buttons */
color: #fff;
border: none;
}

button:hover, .button:hover {
background-color: #e60000; /* Weicheres Rot für Hover-Effekt bei Buttons */
}

/* Anpassung der Links */
.link {
color: #b30000; /* Weicherer Dunkelrot für Links */
}

.link:hover {
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Links */
}

/* Zusätzliche Anpassungen für spezifische Link-Klassen */
a:link, a:visited {
color: #b30000; /* Weicherer Dunkelrot für Links */
}

a:hover, a:active {
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Links */
}

/* Anpassung der Sidebar-Links */
.sidebar a {
color: #b30000; /* Weicherer Dunkelrot für Sidebar-Links */
}

.sidebar a:hover {
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Sidebar-Links */
}

/* Anpassung des "Get Started"-Buttons auf der Startseite */
.get-started {
background-color: #b30000; /* Weicherer Dunkelrot für den "Get Started"-Button */
color: #fff;
border: none;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
}

.get-started:hover {
background-color: #e60000; /* Weicheres Rot für Hover-Effekt beim "Get Started"-Button */
}

/* Anpassung der Überschriften */
h1, h2, h3, h4, h5, h6 {
color: #b30000; /* Weicherer Dunkelrot für Überschriften */
}
33 changes: 19 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,37 @@
layout: home

hero:
text: "Developing UI5 Apps Purely in ABAP"
text: "abap2UI5"
tagline:
Developing UI5 Apps Purely in ABAP
image:
src: /logo.png
alt: abap2UI5 Logo
width: 200px
height: 200px
actions:
- theme: brand
text: About
link: /get_started/quickstart
- theme: alt
text: Get Started
link: /get_started/quickstart
- theme: alt
text: Release Notes
link: /resources/release_notes

features:
- title: 100% ABAP
details: No JavaScript, DDL, EML or Customizing
- title: User-Friendly
details: Implement a single interface to create a standalone UI5 application
- title: Minimal System Footprint
details: Uses a simple HTTP handler (no BSP, OData, CDS or RAP)
- title: Cloud & On-Premise Ready
details: Supports both ABAP Cloud and Standard ABAP
- title: Broad System Compatibility
details: Runs on all ABAP releases (from NW 7.02 to ABAP Cloud)
- title: Easy Installation
details: Install via abapGit, no additional app deployment required
---
- title: GitHub
icon: 🦖
details: Find & Install the project from GitHub. Explore the repository, contribute to the codebase.
link: https://www.github.com/abap2UI5/abap2UI5
- title: Blogs
icon: 📚
details: Dive into abap2UI5 blogs for in-depth insights. Read articles, tutorials, and enhance your understanding and skills.
link: /resources/blogs
- title: LinkedIn
icon: ❤️
details: Stay connected and follow on social media. Join our LinkedIn community to network with others and stay updated with the latest changes.
link: https://www.linkedin.com/company/abap2ui5

---

0 comments on commit 6384fc4

Please sign in to comment.