From 9bbda957fa2fb4825715b72be036662aeafa4358 Mon Sep 17 00:00:00 2001 From: capybara001 Date: Sun, 16 Jun 2024 00:08:28 +0530 Subject: [PATCH] changes in about section.' --- index.html | 334 +++++++++++++++++++++++++--------------------- styles-header.css | 25 ++-- 2 files changed, 195 insertions(+), 164 deletions(-) diff --git a/index.html b/index.html index 279c9bb..6d6fec5 100644 --- a/index.html +++ b/index.html @@ -1,39 +1,44 @@ + - - - - - - - AWS TypeSmart - - - - - - - - - - - - - + + + + + + + AWS TypeSmart + + + + + + + + + + + + + + - -
+ +
-
- TypeSmart +
+ TypeSmart
- + - + +
-
- -
- +
+ -

English

-
- -
-
-

-
-
-
    -
  • -

    Time Left:

    - 60s -
  • -
  • -

    Mistakes:

    - 0 -
  • -
  • -

    WPM:

    - 0 -
  • -
  • -

    CPM:

    - 0 -
  • -
- -
-
-
-
- +
+
+

English

+
+
+ +
+
+

+
+
+
    +
  • +

    Time Left:

    + 60s +
  • +
  • +

    Mistakes:

    + 0 +
  • +
  • +

    WPM:

    + 0 +
  • +
  • +

    CPM:

    + 0 +
  • +
+ +
+
+
+
+ + + - -

ABOUT US

-

AWS Cloud Clubs are vibrant communities designed for cloud enthusiasts to come together and share their passion for Amazon Web Services (AWS). These clubs provide a collaborative environment where members can learn about the latest cloud technologies, 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.

+

AWS Cloud Clubs

+

AWS Cloud Clubs are vibrant communities designed for cloud enthusiasts to come together and share their passion + for Amazon Web Services (AWS). + These clubs provide a collaborative environment where members can learn about the latest cloud technologies, + 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

-

AWS Services encompass a wide array of cloud computing products that offer solutions for computing power, storage, and networking, tailored to meet the needs of businesses of all sizes. These services enable companies to scale their operations quickly and efficiently, providing a robust infrastructure without the need for significant upfront investment in hardware. AWS Services include versatile tools like Amazon EC2 for scalable computing power, Amazon S3 for reliable and secure storage, and AWS Lambda for serverless computing. By leveraging AWS Services, businesses can innovate faster, improve their agility, and reduce costs, all while ensuring high performance, security, and compliance. Some of the services are listed below.

+

AWS Services encompass a wide array of cloud computing products that offer solutions for computing power, + storage, and networking, tailored to meet the needs of businesses of all sizes. These services enable companies to + scale their operations quickly and efficiently, providing a robust infrastructure without the need for significant + upfront investment in hardware. AWS Services include versatile tools like Amazon EC2 for scalable computing power, + Amazon S3 for reliable and secure storage, and AWS Lambda for serverless computing. By leveraging AWS Services, + businesses can innovate faster, improve their agility, and reduce costs, all while ensuring high performance, + security, and compliance. Some of the services are listed below.

-
+ - - - + - - - + + + - + + \ No newline at end of file diff --git a/styles-header.css b/styles-header.css index e881a9f..f799908 100644 --- a/styles-header.css +++ b/styles-header.css @@ -63,18 +63,20 @@ .about-section { - margin-top: 20px; - padding: 40px; - background-color: var(--bgColor); - border-top: 1px solid #e0e0e0; + margin: 2rem; + padding: 2rem; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; } .about-section h1 { - font-family: "Poppins", sans-serif; font-size: 32px; color: var(--textColor); margin-bottom: 20px; text-align: center; + text-decoration: underline; } .about-section p { @@ -82,10 +84,12 @@ color: var(--black); line-height: 1.6; margin-bottom: 20px; - text-align: center; + text-align: justify; + max-width: 800px; } + .about-section h2{ - font-family: "Poppins", sans-serif; + color: var(--black); text-align: center; } @@ -94,7 +98,6 @@ padding: 0; max-width: 800px; margin: 0 auto; - } .aws-services li { @@ -102,11 +105,10 @@ } .aws-services h3 { - font-size: 24px; + font-size: 20px; color: var(--textColor); margin-bottom: 10px; - text-align: center; - + text-align: left; } .aws-services p { @@ -115,7 +117,6 @@ line-height: 1.6; } - .header-icons i, .logo-and-title i { font-size: 1.5rem;