From e63e58a8d81bc5c8357a6384f42d9100d0bd51dc Mon Sep 17 00:00:00 2001 From: PrittSpadeLord Date: Wed, 23 Apr 2025 22:10:49 +0530 Subject: [PATCH 1/2] Fixed features icon positioning, added alt text --- .idea/compiler.xml | 7 ++ .idea/misc.xml | 2 +- .../main/resources/public/assets/css/main.css | 11 ++- website/src/main/resources/public/index.html | 83 +++++++++++-------- 4 files changed, 64 insertions(+), 39 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index e58d3e4..043b74b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,4 +3,11 @@ + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a3b2ea6..b847081 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/website/src/main/resources/public/assets/css/main.css b/website/src/main/resources/public/assets/css/main.css index 701e4e8..17071ec 100644 --- a/website/src/main/resources/public/assets/css/main.css +++ b/website/src/main/resources/public/assets/css/main.css @@ -2025,8 +2025,8 @@ input, select, textarea { -ms-transform: scale(1); transform: scale(1); position: absolute; - left: 3em; - top: 3em; + left: 2.5em; + top: 2.5em; opacity: 1; } @@ -2223,6 +2223,13 @@ input, select, textarea { } +/* Features Text Container */ + + .features-text-container { + padding: 2em; + } + + /* Form */ form { diff --git a/website/src/main/resources/public/index.html b/website/src/main/resources/public/index.html index f483581..26c335b 100644 --- a/website/src/main/resources/public/index.html +++ b/website/src/main/resources/public/index.html @@ -154,48 +154,59 @@

Our partnerships

- -

JetBrains

-

We will frequently give away licenses to their products, - such as IntelliJ - IDEA - Ultimate on - special - occasions. -

-

For example as prize for winning a coding contest, or just to - thank you for your contribution to the community.

+
+ An image of JetBrains logo +
+
+

JetBrains

+

We will frequently give away licenses to their products, + such as IntelliJ + IDEA + Ultimate on + special + occasions. +

+

For example as prize for winning a coding contest, or just to + thank you for your contribution to the community.

+
- -

Cloud Builders

-

Hosting free Java conferences with expert speakers and many exciting - talks.

-

All profits go to Ukrainian charity funds - 💙💛. -

+
+ An image of Cloud Builders logo +
+
+

Cloud Builders

+

Hosting free Java conferences with expert speakers and many exciting + talks.

+

All profits go to Ukrainian charity funds + 💙💛. +

+
- -

Advent of Code

-

Each year in December, we host AoC within our community with private - leaderboards.

-

Advent of Code is an Advent calendar of small programming puzzles for a - variety of skill sets - and skill levels that can be solved in any programming language you - like.

+
+ The logo of Advent of Code +
+
+

Advent of Code

+

Each year in December, we host AoC within our community with private + leaderboards.

+

Advent of Code is an Advent calendar of small programming puzzles for a + variety of skill sets + and skill levels that can be solved in any programming language you + like.

+
- -

MOOC: Java Programming

-

Hands down the best complete and free resource to learn Java.

-

The University of Helsinki created this course, and they use it to teach - their students programming. It comes with 14 weekly parts and exercises.

+
+ The logo of MOOC from University of Helsinki +
+
+

MOOC: Java Programming

+

Hands down the best complete and free resource to learn Java.

+

The University of Helsinki created this course, and they use it to teach + their students programming. It comes with 14 weekly parts and exercises.

+
From 1f3b297e915ffbf77bd469913a29a1fa5d244a54 Mon Sep 17 00:00:00 2001 From: PrittSpadeLord Date: Wed, 23 Apr 2025 22:23:00 +0530 Subject: [PATCH 2/2] undo compiler.xml and misc.xml changes --- .idea/compiler.xml | 7 ------- .idea/misc.xml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 043b74b..e58d3e4 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -3,11 +3,4 @@ - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b847081..a3b2ea6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file