diff --git a/index.html b/index.html index 300d950..02ae77d 100644 --- a/index.html +++ b/index.html @@ -108,31 +108,36 @@ -
-

About Our AWS Cloud Club

- -
+ +
+

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 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.

+ +
+ diff --git a/styles-header.css b/styles-header.css index 290cd58..e881a9f 100644 --- a/styles-header.css +++ b/styles-header.css @@ -60,25 +60,41 @@ } } + + .about-section { margin-top: 20px; padding: 40px; background-color: var(--bgColor); - /* border-top: 1px solid #e0e0e0; */ + border-top: 1px solid #e0e0e0; } -.about-section h2 { +.about-section h1 { + font-family: "Poppins", sans-serif; font-size: 32px; + color: var(--textColor); + margin-bottom: 20px; + text-align: center; +} + +.about-section p { + font-size: 16px; color: var(--black); + line-height: 1.6; margin-bottom: 20px; text-align: center; } +.about-section h2{ + font-family: "Poppins", sans-serif; + text-align: center; +} .aws-services { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; + } .aws-services li { @@ -89,6 +105,8 @@ font-size: 24px; color: var(--textColor); margin-bottom: 10px; + text-align: center; + } .aws-services p { @@ -97,6 +115,7 @@ line-height: 1.6; } + .header-icons i, .logo-and-title i { font-size: 1.5rem;