diff --git a/index.css b/index.css index 951b1b0..5957f24 100644 --- a/index.css +++ b/index.css @@ -62,7 +62,6 @@ table { border-collapse: separate; border-radius: 10px; border-spacing: 0; - overflow: hidden; } td, th { @@ -75,6 +74,17 @@ td:first-child {font-feature-settings: "tnum" 1;} tr:last-child th {border-bottom: 0px;} tr:hover {background-color: var(--logy-lightblue);} +.btm-row td { + /* https://stackoverflow.com/a/24268998 "The sorcery of CSS" */ + border-bottom: none; +} + +.btm-left {border-radius: 0 0 0 9px;} +.btm-right {border-radius: 0 0 9px 0;} +.top-left {border-radius: 9px 0 0 0;} +.top-right {border-radius: 0 9px 0 0;} +.table {overflow-x: auto;} + p { font-weight: 450; line-height: 1.5; @@ -105,7 +115,9 @@ a { caption { margin-top: .5lh; + margin-left: 5px; caption-side: bottom; + text-align: left; } mark { @@ -128,7 +140,7 @@ hr { display: flex; flex-wrap: wrap; justify-content: space-around; - gap: 4px + gap: 4px; } @media (prefers-color-scheme: dark) { @@ -144,4 +156,7 @@ hr { h2 {text-decoration-color: var(--evil-ferrariblue);} ::selection {color: var(--evil-blue);} mark {color: var(--evil-blue);} -} + tr:hover {color: var(--evil-blue);} + table {border: 1px solid var(--evil-ferrariblue);} + td,th {border-bottom: 1px solid var(--evil-ferrariblue);} +} \ No newline at end of file diff --git a/services/index.html b/services/index.html index 52d6845..ca7cae6 100644 --- a/services/index.html +++ b/services/index.html @@ -11,6 +11,82 @@

Isaac’s Services

Below is a list of services I offer. If you need something that’s not on this list, please still contact me because it might be similar to a service I provide. Standard price lists are coming soon.

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1 Standard includes one domain, Plus includes five domains, Pro includes ten domains. Subject to availability and cost caps. Certain top-level domains include additional charges and restrictions.
+ 2 Cookie-free and GDPR compliant. No processing of personal data. US hosting by default, EU hosting available.
+ 3 Standard includes 20 addresses, Plus includes 50 addresses, Pro includes 150 addresses. There can be up to five aliases per address.
+ 4 Includes visitor protection from JavaScript vulnerabilities, advanced bot mitigation, DDoS alerts, Captchas, on-the-fly image optimization, and mobile speed enhancements.
+ * Additional services can be added on buffet-style.
Plan

Standard
$500/year
Plus
$1,000/year
Pro
$2,000/year
Storage50GB web hosting250GB web hosting1TB web hosting
Domain1
Web analytics2
SSL certificates
Whitelabeled support email
Site DDoS protection
Data sovereignty
Email3+$50
Marketing email+$100+$50
Advanced security4+$250+$150
+

Physical website

Standard copyright

@@ -18,7 +94,7 @@

Tech support

Free*, Personal, Commercial

-

Having issues with your email, your phone is acting up, or suddenly the mouse doesn’t work? Isaac to the rescue! I can help with minor issues like these, or downloading and installing some apps. For more advanced setup and support, consider hiring me as a sysadmin.

+

Having issues with your email, your phone is acting up, or suddenly the mouse doesn’t work? Isaac to the rescue! I can help with minor issues like these, or downloading and installing some apps. For more advanced setup and support, consider hiring me as a sysadmin.
* With limits

Email

Personal, Commercial

@@ -28,6 +104,11 @@

Commercial

If you need to send mass email, like with a newsletter or event management, this service is for you. Please note that you will not receive mail from the sender address, so this can’t be used as a primary contact.
* Custom domain required, which you may already have if you subscribe to another service.

+

Marketing SMS

+

Commercial

+

SMS messages have a 98% open rate. If you’re looking to expand your business with text updates, this service is for you.

+

I believe in simple pricing you can understand. SMS marketing costs $15/month plus $0.015 per message.

+

Web design

Personal, Commercial

Looking for a website? Ecommerce, blog, portfolio, student group? I can make these! Fill out the form at forms.isaac.run with code «WEB».

@@ -46,7 +127,11 @@

Sysadmin

Commercial

-

Need a custom server managed? I can procure and maintain applications and servers on your behalf, including enterprise software. This includes web and game servers (like Minecraft), Microsoft 365 and Google Workspace, or bring-your-own and I provide hosting!

+

Need a custom server managed? I can procure and maintain applications and servers on your behalf, including enterprise software. This includes web and email servers, Microsoft 365 and Google Workspace, or bring-your-own and I provide hosting! This is separate from hosting: with me as a sysadmin, you would already have a server under your control, but I would install and maintain software. If you subscribe to a SaaS offering, I would step in as "the IT guy" and handle integrations with your other software.

+ +

Game server

+

Personal

+

Want to play private games with your friends? I can manage private, invite-only servers for several games, including Minecraft, Counter Strike, ARK, and Rust.

Vectorization

Free, Personal, Commercial

@@ -59,6 +144,11 @@

Virtual Private Network

Free, Personal, Commercial

Out using public WiFi and don’t trust their network? Sounds like you’re looking for a VPN. Virtual private networks hide network activity and helps prevent websites from determining your location. No account needed, just an access key. Current server location is Lansing, Michigan.

- +
+ \ No newline at end of file