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.

+