diff --git a/content/_index.md b/content/_index.md index 20784fb..72b8b8d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,80 +8,99 @@ html, body { padding: 0; width: 100%; height: 100%; - font-family: 'Roboto', sans-serif; color: #fff; - background-size: cover; - background: #00796B; + background: url('/img/background/image.png'); + background-attachment: fixed; } .home { text-align: center; - padding: 5em 0; + padding: 4em 1em 6em 1em; } .home img { - width: 300px; + width: 350px; height: auto; } .home h1 { - font-size: 3.5vw; - font-weight: 700; + font-size: 4vw; + font-weight: 800; + margin-bottom: 20px; } .home h2 { - font-size: 2.5vw; - font-weight: normal; + font-size: 2.8vw; + font-weight: 600; margin-bottom: 30px; } .home h3 { - font-size: 1.5vw; - font-weight: normal; - margin-bottom: 60px; + font-size: 1.8vw; + font-weight: 400; + margin-bottom: 50px; } .home h3 a { - color: #c94a4a; - text-decoration: none; - font-weight: 500; + color: #ffd700; + font-weight: 700; + border-radius: 5px; + transition: background-color 0.3s ease, color 0.3s ease; + font-size: 1em; +} + +.home h3 a:hover { + color: #fff; } .home .buttons { - margin-top: 20px; + margin-top: 30px; } .buttons a { display: inline-block; margin: 0 1em; - padding: 1em 3em; + padding: 1.2em 3em; border-radius: 30px; background: #5a67d8; color: #fff; text-decoration: none; - font-size: 1.2vw; - font-weight: 500; - transition: background 0.3s ease, transform 0.3s ease; + font-size: 1.4vw; + font-weight: 600; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; } .buttons a:hover { background: #434190; transform: scale(1.05); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); +} + +footer { + background: #333; + padding: 2em 0; + text-align: center; + color: #fff; } +footer a { + color: #5a67d8; + text-decoration: none; +} @media (max-width: 768px) { .home h1, .home h2, .home h3, .buttons a { - font-size: 16px; + font-size: 5vw; } .home img { - width: 50%; + width: 70%; } .buttons a { padding: 10px 20px; - font-size: 14px; + font-size: 16px; } } @@ -90,11 +109,10 @@ html, body {
Tratteria Logo

Tratteria

-

A Transaction Tokens Service

-

Secure your microservices with Transaction Token.

-

Integrate into your microservices application with ease.

+

Transaction Tokens Service

+

Secure your microservices with Transaction Token.

+ Learn More Get Started - Learn More
-
+ \ No newline at end of file diff --git a/static/img/background/image.png b/static/img/background/image.png new file mode 100644 index 0000000..f2196fa Binary files /dev/null and b/static/img/background/image.png differ