File tree Expand file tree Collapse file tree 2 files changed +19
-72
lines changed Expand file tree Collapse file tree 2 files changed +19
-72
lines changed Original file line number Diff line number Diff line change 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
- }
Original file line number Diff line number Diff line change 3
3
layout : home
4
4
5
5
hero :
6
- text : " Developing UI5 Apps Purely in ABAP"
6
+ text : " abap2UI5"
7
+ tagline :
8
+ Developing UI5 Apps Purely in ABAP
7
9
image :
8
10
src : /logo.png
9
11
alt : abap2UI5 Logo
10
12
width : 200px
11
13
height : 200px
12
14
actions :
13
15
- theme : brand
16
+ text : About
17
+ link : /get_started/quickstart
18
+ - theme : alt
14
19
text : Get Started
15
20
link : /get_started/quickstart
16
21
- theme : alt
17
22
text : Release Notes
18
23
link : /resources/release_notes
19
24
20
25
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
34
38
39
+ ---
You can’t perform that action at this time.
0 commit comments