Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GunaPalanivel
Copy link

Here are the optimizations I made to the HTML code:

Removed unnecessary comments: I removed the comment indicating the font awesome link since it is self-explanatory in the code.

Added meta tags: I added tags for character encoding and viewport to improve the HTML document's compatibility and responsiveness.

Added a Google Fonts link: I included a link to the Google Fonts API to import the "Roboto" font, which is used for the body text.

Minimized CSS styling: I extracted the CSS styles into the <style> tags within the HTML file to avoid the need for an external CSS file. Additionally, I optimized and simplified the CSS styles by grouping common properties and removing redundant styles.

Removed unused classes: The original code had unnecessary classes on the

and elements, which I removed since they were not being used.

By implementing these optimizations, the HTML code becomes more streamlined and efficient.

Here are the optimizations I made to the HTML code:

Removed unnecessary comments: I removed the comment indicating the font awesome link since it is self-explanatory in the code.

Added meta tags: I added <meta> tags for character encoding and viewport to improve the HTML document's compatibility and responsiveness.

Added a Google Fonts link: I included a link to the Google Fonts API to import the "Roboto" font, which is used for the body text.

Minimized CSS styling: I extracted the CSS styles into the <style> tags within the HTML file to avoid the need for an external CSS file. Additionally, I optimized and simplified the CSS styles by grouping common properties and removing redundant styles.

Removed unused classes: The original code had unnecessary classes on the <header> and <article> elements, which I removed since they were not being used.

By implementing these optimizations, the HTML code becomes more streamlined and efficient.
@GunaPalanivel
Copy link
Author

Here are the optimizations I made to the HTML code:

Removed unnecessary comments: I removed the comment indicating the font awesome link since it is self-explanatory in the code.

Added meta tags: I added tags for character encoding and viewport to improve the HTML document's compatibility and responsiveness.

Added a Google Fonts link: I included a link to the Google Fonts API to import the "Roboto" font, which is used for the body text.

Minimized CSS styling: I extracted the CSS styles into the <style> tags within the HTML file to avoid the need for an external CSS file. Additionally, I optimized and simplified the CSS styles by grouping common properties and removing redundant styles.

Removed unused classes: The original code had unnecessary classes on the

and elements, which I removed since they were not being used.

By implementing these optimizations, the HTML code becomes more streamlined and efficient.

@samipak458
Copy link
Owner

@GunaPalanivel thank you for creating PR. Don't add internal CSS and external CSS file looks for optimized. Remaining changes are good to go. Kindly fix it.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- your css styling file -->
<link rel="stylesheet" href="style.css">
<style>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need of this correction.

list-style: disc;
padding-left: 20px;
}
</style>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kindly remove internal CSS

@GunaPalanivel
Copy link
Author

GunaPalanivel commented May 25, 2023 via email

@samipak458
Copy link
Owner

Okay I'll update the code in three to four days, I'm having my semester right now that's why.

On Thu, 25 May 2023, 9:15 pm MUHAMMAD SAMIULLAH, @.> wrote: @.* requested changes on this pull request. ------------------------------ In index.html <#3 (comment)> : > - - + <style> No need of this correction. ------------------------------ In index.html <#3 (comment)> : > + flex-basis: 48%; + } + + section { + margin-bottom: 20px; + } + + i { + margin-right: 5px; + } + + ul { + list-style: disc; + padding-left: 20px; + } + </style> Kindly remove internal CSS — Reply to this email directly, view it on GitHub <#3 (review)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2VFWVLRNHXTLGPXYVUJV7TXH55ATANCNFSM6AAAAAAYMDCD7A . You are receiving this because you were mentioned.Message ID: @.***>

Sure, take your time.

@GunaPalanivel
Copy link
Author

GunaPalanivel commented Jun 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants