diff --git a/src/css/main.css b/src/css/main.css new file mode 100644 index 0000000..c225571 --- /dev/null +++ b/src/css/main.css @@ -0,0 +1,69 @@ +body { + font-family: 'Playfair Display', serif; + background-color: #fdf6e3; + color: #333; + padding: 2rem; +} + +h1 { + font-weight: bold; + font-size: 3rem; +} + +h3 { + color: #7d7d7d; + font-weight: 300; +} + +.il { + font-size: 1.5rem; + display: block; + margin-top: 1rem; + color: #555; +} + +.container { + max-width: 800px; + margin: auto; + text-align: center; + padding: 2rem; + background: #fff; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); +} + +.text-start { + text-align: left; +} + +.ico { + padding-right: 13px; + font-size: xx-large; +} + +.ico-sm { + padding-right: 5px; +} + +.card { + background: #fff; + border: 1px solid #ddd; + border-radius: 8px; + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + padding: 1rem; + display: flex; + flex-direction: column; + justify-content: space-between; + height: 100%; +} + +.card-title { + font-size: 1.25rem; + font-weight: bold; + margin-bottom: 0.75rem; +} + +.card-text { + font-size: 1rem; + color: #555; +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 537b182..f471a86 100644 --- a/src/index.html +++ b/src/index.html @@ -8,55 +8,27 @@ - + +
-

p0ntus mail.

+

p0ntus mail.

simple, mindful, secure email.

- Where can I direct your request? + + + Where can I direct your request?
-

If you are a current user

- Webmail - Account +

If you aren't a current user

+ Register
-

If you aren't a current user

- Register +

If you are a current user

+ Webmail + Account
diff --git a/src/register.html b/src/register.html index 9d180ac..d1f273a 100644 --- a/src/register.html +++ b/src/register.html @@ -8,41 +8,7 @@ - +
@@ -50,7 +16,7 @@

Registration is done on Telegram

Click the button below to register
-
+
Telegram Register on Telegram diff --git a/src/services.html b/src/services.html new file mode 100644 index 0000000..1832b0c --- /dev/null +++ b/src/services.html @@ -0,0 +1,61 @@ + + + + + + Services - p0ntus mail + + + + + + + + +
+

p0ntus mail.

+

simple, mindful, secure email.

+
+ What we do +
+
+
+
+
+
Storage
+

Each user gets 4 GB of storage, which can be increased upon request.

+
+
+
+
+
+
+
Free
+

p0ntus mail is and will always be free of charge.

+
+
+
+
+
+
+
Spam Protection
+

We use RSPAMD for spam protection, to ensure your inbox stays clean.

+
+
+
+
+
+
+
Personally Managed
+

p0ntus mail is personally managed and monitored for maximum uptime.

+
+
+
+
+
+ + + \ No newline at end of file