diff --git a/index.html b/index.html
index a7df380..dc14e5c 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,7 @@
-
+
@@ -226,7 +226,7 @@ AWS Cloud Clubs
develop new skills, and work on real-world projects. By participating in AWS Cloud Clubs, individuals can gain
hands-on experience with AWS services, attend workshops and seminars, and connect with industry experts and peers.
The clubs aim to foster innovation, enhance technical knowledge, and prepare members for cloud-related careers by
- offering resources, mentorship, and networking opportunities. To know more about AWS CC, click here!
AWS Services
@@ -241,48 +241,49 @@ AWS Services
Amazon EC2 π
Amazon Elastic Compute Cloud (EC2) provides scalable computing capacity in the AWS cloud. Using Amazon EC2
- eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. click here!
+ target="_blank">Know more!
Amazon S3 πΎ
Amazon Simple Storage Service (S3) is an object storage service that offers industry-leading scalability,
- data availability, security, and performance. click here!
+ target="_blank">Know more!
AWS Lambda β‘
AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you
- consume. click here!
+ target="_blank">Know more!
Amazon RDS π
Amazon Relational Database Service (RDS) makes it easy to set up, operate, and scale a relational database in
the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration
- tasks. click here!
+ target="_blank">Know more!
Amazon DynamoDB π
Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at
any scale. Itβs a fully managed, multi-region, multi-active, durable database with built-in security, backup
- and restore, and in-memory caching. click here!
+ target="_blank">Know more!
Amazon Route 53 π
Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is designed
for developers and corporations to route the end users to Internet applications by translating human-readable
names into the numeric IP addresses. You can use Route 53 to perform three main
- functions: domain registration, DNS routing, and health checking. click here!
+ target="_blank">Know more!
diff --git a/styles/palette.css b/styles/palette.css
index 64adff7..135f9e9 100644
--- a/styles/palette.css
+++ b/styles/palette.css
@@ -123,9 +123,10 @@
--black: #ff7a90;
--incorrect: #bc42ba;
--hover: #4a768d;
- --correct: #263041;
+ --correct:#ff7a90;
--wrong-highlighted: #fc2032;
- --neon: #f04040;
+ /*--neon: #f04040;*/
+ --neon: #e8a0ac;
}
.theme-blue-dolphin {
@@ -135,9 +136,11 @@
--black: #ffcefb;
--incorrect: #ffbde6;
--hover: #00e4ff;
- --correct: #014961;
- --wrong-highlighted: #d1a5fd;
- --neon: #ff8188;
+ --correct: #ffbde6;
+ /*--correct: #014961;*/
+ --wrong-highlighted: #91d7df69;
+ --neon: #efefeff3;
+ ;
}
@@ -146,11 +149,11 @@
--bgColor: #272822;
--black: #a6e22e;
--hover: #e6db74;
- --correct: #1f201b;
+ --correct: #a6e22e;
--textColor: #e2e2dc;
--incorrect: #ad637e;
- --neon: #fd971f;
- --wrong-highlighted: #f92672;
+ --neon: #e6db74;
+ --wrong-highlighted: #decb2781;
}
.theme-fledling {
@@ -160,9 +163,9 @@
--sub-alt-color: #fc6e83;
--textColor: #e6d5d3;
--incorrect: #f52443;
- --neon: #bd001c;
- --wrong-highlighted: #ff0a2f;
- --correct: #c5cd54;
+ --neon: #fc6e83;
+ --wrong-highlighted: #e43a5398;
+ --correct: #8e5568;
}
.theme-lavender {
@@ -170,11 +173,11 @@
--bgColor: #ada6c2;
--black: #e4e3e9;
--hover: #e4e3e9;
- --correct: #a19bb9;
+ --correct: #6d5bb7fc;
--textColor: #2f2a41;
--incorrect: #ca4754;
- --neon: #7e2a33;
- --wrong-highlighted: #ca4754;
+ --neon: #eeeeee;
+ --wrong-highlighted: #9b82afd4;
}
nav .textButton {
@@ -198,11 +201,11 @@ body.crtmode nav .textButton {
--black: #eee;
--hover: #444;
--sub-alt-color: #191919;
- --correct: #191919;
+ --correct: #a29e9ee1;
--textColor: #eee;
- --inncorrect: #da3333;
- --wrong-highlighted: #da3333;
- --neon: #791717;
+ --inncorrect: #67646b;
+ --wrong-highlighted: #b6a6a6a1;
+ --neon: #e9d0d0;
}
.theme-bushido {
@@ -213,8 +216,8 @@ body.crtmode nav .textButton {
--textColor: #f6f0e9;
--incorrect: #ec4c56;
--wrong-highlighted: #9b333a;
- --correct: #ecdc4c;
- --neon: #bdb03d;
+ --correct: #ec4c56;
+ --neon: #ff7b84;
}
.theme-lime {
@@ -224,7 +227,7 @@ body.crtmode nav .textButton {
--sub-alt-color: #737d82;
--textColor: #bfcfdc;
--incorrect: #ea4221;
- --wrong-highlighted: #7e2a33;
- --correct: #ea4221;
- --neon: #7e2a33;
+ --wrong-highlighted: #deff4a8f;
+ --correct: #93c247;
+ --neon: #deff4a;
}
\ No newline at end of file