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

Title: Update Dashboard with Style and Structure Improvements #5421

Open
wants to merge 2 commits into
base: mdl-1.x
Choose a base branch
from

Commits on Nov 24, 2023

  1. However, there are a few suggestions to improve the code:

    Use HTTPS for External Resources:
    Change the protocol in your external resource URLs to HTTPS to ensure secure connections.
    
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en">
    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/material-design-lite@1.3.0/dist/material.cyan-light_blue.min.css">
    
    Remove Deprecated Meta Tags:
    The meta tags for adding to the homescreen are outdated and not needed for modern web applications. You can remove them.
    html
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-title" content="Material Design Lite">
    
    Accessibility Improvement:
    Add alternative text to the images for better accessibility.
    <img src="images/user.jpg" alt="User Avatar" class="demo-avatar">
    amalbouazza committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9ed11a0 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    amalbouazza committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2809994 View commit details
    Browse the repository at this point in the history