Skip to content

Dev#12

Merged
DanielHerr merged 9 commits intomasterfrom
dev
Apr 20, 2025
Merged

Dev#12
DanielHerr merged 9 commits intomasterfrom
dev

Conversation

@DanielHerr
Copy link
Owner

No description provided.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Hello @DanielHerr, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

Summary of Changes

This pull request focuses on improving the structure and presentation of the Daniel Herr Software website. The primary changes involve replacing <aside> tags with <address> tags in several HTML files, updating CSS to reflect this change, and adding a new CSS file (index.css) to style the main page. The Support.html file has also been modified to remove a redundant stylesheet link.

Highlights

  • Semantic HTML: The <aside> tags, which are intended for content that is tangentially related to the main content, have been replaced with <address> tags. The <address> tag is more semantically appropriate for contact information and links to support resources.
  • CSS Updates: The details.css file has been updated to reflect the change from <aside> to <address>. A new index.css file has been added to style the main page, including the contact information section.
  • Stylesheet Optimization: The Support.html file has had a redundant link to support.css removed, streamlining the page's resources.
  • Main Page Restructuring: The main page (index.html) has been restructured to use <main> instead of <section> for the main content area, and an <address> tag is now used to display contact information and links to various profiles.

Changelog

Click here to see the changelog
  • main/Bookmark_Topper.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Link_Controller.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Memory_Monitor.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Navigation_Confirmation.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Processor_Monitor.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Single_Tab_Zoom.html
    • Replaced <aside> tag with <address> tag for contact information.
  • main/Support.html
    • Removed redundant link to support.css stylesheet.
    • Replaced <main> tag with <address> tag for contact information.
  • main/details.css
    • Updated CSS selector from aside to address.
  • main/index.css
    • Added new CSS file to style the main page, including contact information.
  • main/index.html
    • Replaced <section> tag with <main> tag for the main content area.
    • Added <address> tag to display contact information and links to various profiles.
  • main/main.css
    • Modified body width to min-content and added max-width: 100% to improve responsiveness.
    • Added styles for header and main to control their width and responsiveness.
  • main/support.css
    • Removed all styles from this file.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist is currently in preview and may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.


A tag replaced,
Semantic meaning embraced,
Address finds its place.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@netlify
Copy link

netlify bot commented Apr 20, 2025

Deploy Preview for daniel-herr-software-forms ready!

Name Link
🔨 Latest commit e69f98d
🔍 Latest deploy log https://app.netlify.com/sites/daniel-herr-software-forms/deploys/68046c35fe67270008f47b2d
😎 Deploy Preview https://deploy-preview-12--daniel-herr-software-forms.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request involves changes to several HTML and CSS files, primarily focusing on replacing <aside> elements with <address> elements and updating some CSS styles. The changes seem to be aimed at improving the semantic correctness of the HTML and adjusting the layout of the pages.

Summary of Findings

  • Semantic HTML: The primary change involves replacing <aside> elements with <address> elements. While <address> is appropriate for contact information, it's important to ensure it's used correctly and that the styling is adjusted accordingly.
  • CSS Adjustments: The addition of index.css and modifications to main.css aim to improve the layout and styling of the pages. It's important to ensure these changes are consistent across different browsers and screen sizes.
  • Unused CSS File: The removal of support.css suggests that its styles are no longer needed. It's good to remove unused files to keep the codebase clean.

Merge Readiness

The pull request seems to be making improvements to the semantic structure and styling of the website. However, it's important to ensure that the changes are thoroughly tested and that the use of <address> is appropriate in all contexts. I am unable to approve the pull request, and users should have others review and approve this code before merging. Given the nature of the changes, I recommend a thorough review of the visual appearance and functionality after these changes are applied.

Comment on lines +61 to +65
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +42 to +46
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +41 to +45
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +42 to +46
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +41 to +45
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +42 to +46
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</aside>
</address>
<address>
If you are experiencing a problem and would like help, you can ask on
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.
</address>

Comment on lines +16 to +20
<address>
<p>If you are experiencing a problem and would like help, would like to request a feature, or just ask something, you can use
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.</p>
</main>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information. This is semantically correct. However, ensure that the styling of the <address> element is appropriate for this context.

Suggested change
<address>
<p>If you are experiencing a problem and would like help, would like to request a feature, or just ask something, you can use
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.</p>
</main>
</address>
<address>
<p>If you are experiencing a problem and would like help, would like to request a feature, or just ask something, you can use
<a href="https://www.reddit.com/r/Daniel_Herr_Software">Reddit</a>
or <a href="https://groups.google.com/g/daniel_herr_software">Google Groups</a>.</p>
</address>

Comment on lines +71 to +105
<address>
<h2>Profiles and Contact</h2>
<a href="Support">Support</a>
<a href="https://github.com/DanielHerr">
<picture>
<source srcset="https://github.githubassets.com/favicons/favicon.svg" type="image/svg+xml">
<img src="https://github.githubassets.com/favicons/favicon.png" width="16" height="16">
</picture>
GitHub
</a>
<a href="https://www.reddit.com/r/Daniel_Herr_Software/">
<img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" width="16" height="16">
Reddit
</a>
<a href="https://groups.google.com/g/daniel_herr_software">
<img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" width="16" height="16">
Google Groups
</a>
<a href="https://www.youtube.com/@DanielHerrSoftware">
<img src="https://www.youtube.com/favicon.ico" width="16" height="16">
YouTube
</a>
<a href="https://www.linkedin.com/in/daniel-herr">
<img src="https://www.linkedin.com/favicon.ico" width="16" height="16">
LinkedIn
</a>
<a href="https://x.com/Daniel_Herr_SW">
<img src="https://x.com/favicon.ico" width="16" height="16">
X (Twitter)
</a>
<a href="https://stackoverflow.com/users/3591628/daniel-herr">
<img src="https://stackoverflow.com/favicon.ico" width="16" height="16">
Stack Overflow
</a>
</address>

Choose a reason for hiding this comment

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

medium

The <address> element is used here to contain contact information and profiles. This is semantically correct. The addition of social media links is a good way to provide more ways for users to contact you. Ensure that the styling of the <address> element is appropriate for this context.

    <address>
      <h2>Profiles and Contact</h2>
      <a href="Support">Support</a>
      <a href="https://github.com/DanielHerr">
        <picture>
          <source srcset="https://github.githubassets.com/favicons/favicon.svg" type="image/svg+xml">
          <img src="https://github.githubassets.com/favicons/favicon.png" width="16" height="16">
        </picture>
        GitHub
      </a>
      <a href="https://www.reddit.com/r/Daniel_Herr_Software/">
        <img src="https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png" width="16" height="16">
        Reddit
      </a>
      <a href="https://groups.google.com/g/daniel_herr_software">
        <img src="https://www.gstatic.com/images/branding/product/1x/groups_32dp.png" width="16" height="16">
        Google Groups
      </a>
      <a href="https://www.youtube.com/@DanielHerrSoftware">
        <img src="https://www.youtube.com/favicon.ico" width="16" height="16">
        YouTube
      </a>
      <a href="https://www.linkedin.com/in/daniel-herr">
        <img src="https://www.linkedin.com/favicon.ico" width="16" height="16">
        LinkedIn
      </a>
      <a href="https://x.com/Daniel_Herr_SW">
        <img src="https://x.com/favicon.ico" width="16" height="16">
        X (Twitter)
      </a>
      <a href="https://stackoverflow.com/users/3591628/daniel-herr">
        <img src="https://stackoverflow.com/favicon.ico" width="16" height="16">
        Stack Overflow
      </a>
    </address>

@github-actions
Copy link

Visit the preview URL for this PR (updated for commit e69f98d):

https://daniel-herr-software--pr12-dev-uxq8f1p1.web.app

(expires Sun, 27 Apr 2025 03:38:58 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8c152685cc1a60c2381e223a321e638cf5e1d307

@netlify
Copy link

netlify bot commented Apr 20, 2025

Deploy Preview for daniel-herr-software ready!

Name Link
🔨 Latest commit e69f98d
🔍 Latest deploy log https://app.netlify.com/sites/daniel-herr-software/deploys/68046c36c18c470008708aa7
😎 Deploy Preview https://deploy-preview-12--daniel-herr-software.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100
Accessibility: 80
Best Practices: 92
SEO: 82
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@DanielHerr DanielHerr merged commit cc7be76 into master Apr 20, 2025
11 checks passed
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.

1 participant