diff --git a/docs/projects/tcet-linux-website/assets/VerifySection.png b/docs/projects/tcet-linux-website/assets/VerifySection.png index c1f85dc1..37afbeed 100644 Binary files a/docs/projects/tcet-linux-website/assets/VerifySection.png and b/docs/projects/tcet-linux-website/assets/VerifySection.png differ diff --git a/docs/projects/tcet-linux-website/frontend-components/download-section.mdx b/docs/projects/tcet-linux-website/frontend-components/download-section.mdx index b57f6090..8dfaa9cc 100644 --- a/docs/projects/tcet-linux-website/frontend-components/download-section.mdx +++ b/docs/projects/tcet-linux-website/frontend-components/download-section.mdx @@ -53,23 +53,23 @@ The Download component represents the Second section of the [**TCET Linux websit // Download Button ``` -3. This ` tag` *link element* represents the ***download button***. It has classes for styling, including a blue background color, padding, cursor style, rounded corners, and a border. The button contains the text ***Download*** and an image of a ***download icon***. The href attribute specifies the Github URL to downloadable ***iso image file*** which is linked to the [***Download***](https://github.com/tcet-opensource/tcet-linux/releases/download/v0.5-beta/tcetlinux-2023.05.05-x86_64.iso). It is represented by line **1-4**. The `button` element in this section represents a **clickable** button. It has styles applied as per our requirements. +3. This ` tag` *link element* represents the ***download button***. It has classes for styling, including a blue background color, padding, cursor style, rounded corners, and a border. The button contains the text ***Download*** and an image of a ***download icon***. The href attribute specifies the Github URL to downloadable ***iso image file*** which is linked to the [***Download***](https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/tcetlinux-2024.01.09-x86_64.iso). It is represented by line **1-4**. The `button` element in this section represents a **clickable** button. It has styles applied as per our requirements. ``` jsx title="DownloadSection.astro" {2-4} showLineNumbers // Discription - + Download // Checksum Button ``` -4. This ` tag` *link element* represents the ***checksum button***. It has classes for styling, including border, padding, cursor style, and rounded corners. The button contains the text **Checksum** and an image of a **download icon**. The href attribute specifies the URL for the checksum section in the website. It has the text and downward arrow displaying **"Checksum"** which is linked to the [*Checksum File*](https://github.com/tcet-opensource/tcet-linux/releases/download/v0.5-beta/checksum). It is represented by line **2**. The `button` element in this section represents a **clickable** button. +4. This ` tag` *link element* represents the ***checksum button***. It has classes for styling, including border, padding, cursor style, and rounded corners. The button contains the text **Checksum** and an image of a **download icon**. The href attribute specifies the URL for the checksum section in the website. It has the text and downward arrow displaying **"Checksum"** which is linked to the [*Checksum File*](https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/checksum). It is represented by line **2**. The `button` element in this section represents a **clickable** button. ``` jsx title="DownloadSection.astro" {3,6,8} showLineNumbers // Download Button Checksum @@ -140,4 +140,4 @@ You can visit :::
-_The [**Download Section of Home Page**](download-section) was succesfully executed! Let's move on and see how we created the [**Hero Section**](hero) component of the **[TCET Linux Website](https://linux.tcetmumbai.in/)**._ \ No newline at end of file +_The [**Download Section of Home Page**](download-section) was succesfully executed! Let's move on and see how we created the [**Hero Section**](hero) component of the **[TCET Linux Website](https://linux.tcetmumbai.in/)**._ diff --git a/docs/projects/tcet-linux-website/frontend-components/hero.mdx b/docs/projects/tcet-linux-website/frontend-components/hero.mdx index 99ffc2e7..43b4d19f 100644 --- a/docs/projects/tcet-linux-website/frontend-components/hero.mdx +++ b/docs/projects/tcet-linux-website/frontend-components/hero.mdx @@ -6,7 +6,7 @@ sidebar_label: Hero keywords: [Hero, Main, ] --- -The **Hero** component represents the first section of the [**TCET Linux Website**](https://linux.tcetmumbai.in/). **Hero** section is designed by our team to make a strong visual impact and introduce the **TCET Linux Operating System** to the Users. We have provides a brief description of the `Operating System's` features and its association with **Arch Linux** and the **TCET Open Source Community**, also we have included buttons for users to explore more about TCET Linux and view the system requirements for installing [**TCET Linux System**](https://github.com/tcet-opensource/tcet-linux/releases/download/v0.5-beta/checksum) on your Device . +The **Hero** component represents the first section of the [**TCET Linux Website**](https://linux.tcetmumbai.in/). **Hero** section is designed by our team to make a strong visual impact and introduce the **TCET Linux Operating System** to the Users. We have provides a brief description of the `Operating System's` features and its association with **Arch Linux** and the **TCET Open Source Community**, also we have included buttons for users to explore more about TCET Linux and view the system requirements for installing [**TCET Linux System**](https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/checksum) on your Device . ## Hero Content Section diff --git a/docs/projects/tcet-linux-website/frontend-components/installation-steps.mdx b/docs/projects/tcet-linux-website/frontend-components/installation-steps.mdx index 782595af..04550ceb 100644 --- a/docs/projects/tcet-linux-website/frontend-components/installation-steps.mdx +++ b/docs/projects/tcet-linux-website/frontend-components/installation-steps.mdx @@ -5,7 +5,7 @@ description: Installation Steps Component in Tcet Linux Website sidebar_label: Installation Steps keywords: [Installation Steps, Installation, Steps, Guide, linux guide ] --- -TCET Linux Installation Steps `element` is a step-by-step guide created by us that will walk you through the process of installing [**TCET Linux**](https://github.com/tcet-opensource/tcet-linux/releases/download/v0.5-beta/checksum) on your system. We have included all the neccessary steps from **Initial Welcome Screen** to selecting your **Location**, **Keyboard Layout**, **Storage Partitioning**, and **User Details**. This `Section` in the [**TCET Linux Website**](https://linux.tcetmumbai.in/) helps the user to easily install `TCET Linux` on their Device. +TCET Linux Installation Steps `element` is a step-by-step guide created by us that will walk you through the process of installing [**TCET Linux**](https://github.com/tcet-opensource/tcet-linux/releases/download/v1.1/checksum) on your system. We have included all the neccessary steps from **Initial Welcome Screen** to selecting your **Location**, **Keyboard Layout**, **Storage Partitioning**, and **User Details**. This `Section` in the [**TCET Linux Website**](https://linux.tcetmumbai.in/) helps the user to easily install `TCET Linux` on their Device. **Here's how we implemented code of this `Element` :** diff --git a/docs/projects/tcet-linux-website/frontend-components/verify-downloads.mdx b/docs/projects/tcet-linux-website/frontend-components/verify-downloads.mdx index 3ce42c39..d82c0384 100644 --- a/docs/projects/tcet-linux-website/frontend-components/verify-downloads.mdx +++ b/docs/projects/tcet-linux-website/frontend-components/verify-downloads.mdx @@ -130,7 +130,7 @@ The `

` element contains the heading ***"Verify Your Download."*** Both the el

SHA256SUMS Below:

-

IMAGE: tcetlinux-2023.05. 05-x86_64.iso

+

IMAGE: tcetlinux-2024.01.09-x86_64.iso

{ /* bg-gradient-to-r from-teal-100 via-indigo-500 to-pink-300 opacity-100 rounded-b-xl */ @@ -140,9 +140,9 @@ The `

` element contains the heading ***"Verify Your Download."*** Both the el

- cb9257aea691441a0a7c628b8cc199d7746220651daf035d261c6670ac1a2f49 + c2596f8f9d0e75445cc70f278c522289ed2fdd64285a9c82b3326ef4d6e200e8

- + @@ -169,10 +169,10 @@ This `
` element represents a container for the verification explanation sec import VerifySection from "/docs/projects/tcet-linux-website/assets/VerifySection.png"; - - -
-
TCET Linux- Verify Section
+
+ +
TCET Linux- Verify Section
+

:::tip @@ -182,4 +182,4 @@ You can visit :::
-_The [**Verification Section of Home Page**](verify-downloads) was succesfully executed! You can visit the **[TCET Linux Website](https://linux.tcetmumbai.in/)** to see the output of the code._ \ No newline at end of file +_The [**Verification Section of Home Page**](verify-downloads) was succesfully executed! You can visit the **[TCET Linux Website](https://linux.tcetmumbai.in/)** to see the output of the code._