Skip to content

Commit 6384fc4

Browse files
authored
update
1 parent edc8137 commit 6384fc4

File tree

2 files changed

+19
-72
lines changed

2 files changed

+19
-72
lines changed

docs/.vitepress/theme/style.css

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +0,0 @@
1-
/* .vitepress/theme/custom.css */
2-
3-
/* Anpassung der Buttons */
4-
button, .button {
5-
background-color: #b30000; /* Weicherer Dunkelrot für Buttons */
6-
color: #fff;
7-
border: none;
8-
}
9-
10-
button:hover, .button:hover {
11-
background-color: #e60000; /* Weicheres Rot für Hover-Effekt bei Buttons */
12-
}
13-
14-
/* Anpassung der Links */
15-
.link {
16-
color: #b30000; /* Weicherer Dunkelrot für Links */
17-
}
18-
19-
.link:hover {
20-
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Links */
21-
}
22-
23-
/* Zusätzliche Anpassungen für spezifische Link-Klassen */
24-
a:link, a:visited {
25-
color: #b30000; /* Weicherer Dunkelrot für Links */
26-
}
27-
28-
a:hover, a:active {
29-
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Links */
30-
}
31-
32-
/* Anpassung der Sidebar-Links */
33-
.sidebar a {
34-
color: #b30000; /* Weicherer Dunkelrot für Sidebar-Links */
35-
}
36-
37-
.sidebar a:hover {
38-
color: #ff9999; /* Weicherer Rotton für Hover-Effekt bei Sidebar-Links */
39-
}
40-
41-
/* Anpassung des "Get Started"-Buttons auf der Startseite */
42-
.get-started {
43-
background-color: #b30000; /* Weicherer Dunkelrot für den "Get Started"-Button */
44-
color: #fff;
45-
border: none;
46-
padding: 10px 20px;
47-
text-decoration: none;
48-
border-radius: 5px;
49-
}
50-
51-
.get-started:hover {
52-
background-color: #e60000; /* Weicheres Rot für Hover-Effekt beim "Get Started"-Button */
53-
}
54-
55-
/* Anpassung der Überschriften */
56-
h1, h2, h3, h4, h5, h6 {
57-
color: #b30000; /* Weicherer Dunkelrot für Überschriften */
58-
}

docs/index.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,37 @@
33
layout: home
44

55
hero:
6-
text: "Developing UI5 Apps Purely in ABAP"
6+
text: "abap2UI5"
7+
tagline:
8+
Developing UI5 Apps Purely in ABAP
79
image:
810
src: /logo.png
911
alt: abap2UI5 Logo
1012
width: 200px
1113
height: 200px
1214
actions:
1315
- theme: brand
16+
text: About
17+
link: /get_started/quickstart
18+
- theme: alt
1419
text: Get Started
1520
link: /get_started/quickstart
1621
- theme: alt
1722
text: Release Notes
1823
link: /resources/release_notes
1924

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

39+
---

0 commit comments

Comments
 (0)