Skip to content

Commit

Permalink
feat: update favicons and meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnans2006 committed Apr 3, 2024
1 parent a4302d0 commit ffc5190
Show file tree
Hide file tree
Showing 26 changed files with 500 additions and 116 deletions.
13 changes: 8 additions & 5 deletions Ion.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,7 @@ intranet/settings/__init__.py
intranet/settings/ci_secret.py
intranet/settings/secret.py
intranet/settings/secret.sample
intranet/static/browserconfig.xml
intranet/static/manifest.json
intranet/static/robots.txt
intranet/static/serviceworker.js
Expand Down Expand Up @@ -962,10 +963,6 @@ intranet/static/img/default_profile_pic.png
intranet/static/img/[email protected]
intranet/static/img/digicert-seal.png
intranet/static/img/favicon.ico
intranet/static/img/favicon.png
intranet/static/img/favicon.svg
intranet/static/img/favicon512.ico
intranet/static/img/favicon512.png
intranet/static/img/icons.png
intranet/static/img/icons.svg
intranet/static/img/pigprofile.jpg
Expand All @@ -986,6 +983,12 @@ intranet/static/img/cslapps/othello.png
intranet/static/img/cslapps/slack.png
intranet/static/img/cslapps/status.png
intranet/static/img/cslapps/tin.svg
intranet/static/img/favicon/favicon-16x16.png
intranet/static/img/favicon/favicon-32x32.png
intranet/static/img/favicon/favicon.ico
intranet/static/img/favicon/favicon.svg
intranet/static/img/favicon/mstile-150x150.png
intranet/static/img/favicon/safari-pinned-tab.svg
intranet/static/img/logos/Header-Logo.png
intranet/static/img/logos/Header-Logo.svg
intranet/static/img/logos/[email protected]
Expand All @@ -1003,11 +1006,11 @@ intranet/static/img/logos/Login-Logo.svg
intranet/static/img/logos/[email protected]
intranet/static/img/logos/logo-blue.svg
intranet/static/img/logos/logo-blueblack.svg
intranet/static/img/logos/touch/touch-icon.ico
intranet/static/img/logos/touch/touch-icon120.png
intranet/static/img/logos/touch/touch-icon128.png
intranet/static/img/logos/touch/touch-icon144.png
intranet/static/img/logos/touch/touch-icon152.png
intranet/static/img/logos/touch/touch-icon180.png
intranet/static/img/logos/touch/touch-icon192.png
intranet/static/img/logos/touch/touch-icon256.png
intranet/static/img/logos/touch/touch-icon384.png
Expand Down
9 changes: 9 additions & 0 deletions intranet/static/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/static/favicon/mstile-150x150.png"/>
<TileColor>#0048ab</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file removed intranet/static/img/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions intranet/static/img/favicon.ico
Binary file removed intranet/static/img/favicon.png
Binary file not shown.
Binary file added intranet/static/img/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added intranet/static/img/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added intranet/static/img/favicon/favicon.ico
Binary file not shown.
File renamed without changes
Binary file added intranet/static/img/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions intranet/static/img/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed intranet/static/img/favicon512.ico
Binary file not shown.
Binary file removed intranet/static/img/favicon512.png
Binary file not shown.
Binary file removed intranet/static/img/logos/touch/touch-icon.ico
Binary file not shown.
Binary file added intranet/static/img/logos/touch/touch-icon180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 34 additions & 9 deletions intranet/templates/error/static/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,45 @@
<title>Ion - Error</title>

<meta charset="UTF-8">
<meta name="description" content="The intranet for students and faculty at The Thomas Jefferson High School for Science and Technology in Alexandria, VA.">
<meta name="keywords" content="TJ Intranet, TJHSST Intranet, Thomas Jefferson Intranet, Thomas Jefferson High School for Science and Technology">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- General -->
<meta name="application-name" content="TJ Intranet">
<meta name="description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="keywords" content="TJ Intranet, TJ Ion, TJHSST, Eighth Period, Thomas Jefferson High School for Science and Technology, TJ CSL, Computer Systems Lab">
<meta name="author" content="The TJ Intranet Development Team">
<meta name="theme-color" content="#0048ab">

<!-- Open Graph -->
<meta name="og:title" content="TJ Intranet">
<meta name="og:site_name" content="TJ Intranet">
<meta name="og:description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="og:image" content="/static/img/logos/touch/touch-icon512.png">

<!-- Browser -->
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon/favicon-16x16.png">

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Windows -->
<meta name="msapplication-tooltip" content="TJ Intranet">
<meta name="msapplication-TileColor" content="#0048ab">
<meta name="msapplication-config" content="/static/browserconfig.xml">
<meta name="msapplication-starturl" content="/">

<link rel="apple-touch-icon" href="/static/img/logos/logos/Icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/logos/logos/Icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/img/logos/logos/[email protected]">
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/logos/logos/[email protected]">
<!-- macOS -->
<link rel="mask-icon" href="/static/img/favicon/safari-pinned-tab.svg" color="#0048ab">

<!-- iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/logos/touch/touch-icon180.png">
<meta name="apple-mobile-web-app-title" content="TJ Intranet">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- Android -->
<link rel="manifest" href="/static/manifest.json">
<meta name="mobile-web-app-capable" content="yes">

<!-- Legacy -->
<link rel="shortcut icon" href="/static/img/favicon/favicon.ico">

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:100italic,400italic,700italic,100,400,700">
<style>
Expand Down
43 changes: 34 additions & 9 deletions intranet/templates/error/static/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,45 @@
<title>Ion - Error</title>

<meta charset="UTF-8">
<meta name="description" content="The intranet for students and faculty at The Thomas Jefferson High School for Science and Technology in Alexandria, VA.">
<meta name="keywords" content="TJ Intranet, TJHSST Intranet, Thomas Jefferson Intranet, Thomas Jefferson High School for Science and Technology">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- General -->
<meta name="application-name" content="TJ Intranet">
<meta name="description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="keywords" content="TJ Intranet, TJ Ion, TJHSST, Eighth Period, Thomas Jefferson High School for Science and Technology, TJ CSL, Computer Systems Lab">
<meta name="author" content="The TJ Intranet Development Team">
<meta name="theme-color" content="#0048ab">

<!-- Open Graph -->
<meta name="og:title" content="TJ Intranet">
<meta name="og:site_name" content="TJ Intranet">
<meta name="og:description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="og:image" content="/static/img/logos/touch/touch-icon512.png">

<!-- Browser -->
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon/favicon-16x16.png">

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Windows -->
<meta name="msapplication-tooltip" content="TJ Intranet">
<meta name="msapplication-TileColor" content="#0048ab">
<meta name="msapplication-config" content="/static/browserconfig.xml">
<meta name="msapplication-starturl" content="/">

<link rel="apple-touch-icon" href="/static/img/logos/logos/Icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/logos/logos/Icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/img/logos/logos/[email protected]">
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/logos/logos/[email protected]">
<!-- macOS -->
<link rel="mask-icon" href="/static/img/favicon/safari-pinned-tab.svg" color="#0048ab">

<!-- iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/logos/touch/touch-icon180.png">
<meta name="apple-mobile-web-app-title" content="TJ Intranet">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- Android -->
<link rel="manifest" href="/static/manifest.json">
<meta name="mobile-web-app-capable" content="yes">

<!-- Legacy -->
<link rel="shortcut icon" href="/static/img/favicon/favicon.ico">

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:100italic,400italic,700italic,100,400,700">
<style>
Expand Down
43 changes: 34 additions & 9 deletions intranet/templates/error/static/429.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,45 @@
<title>Ion - Error</title>

<meta charset="UTF-8">
<meta name="description" content="The intranet for students and faculty at The Thomas Jefferson High School for Science and Technology in Alexandria, VA.">
<meta name="keywords" content="TJ Intranet, TJHSST Intranet, Thomas Jefferson Intranet, Thomas Jefferson High School for Science and Technology">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- General -->
<meta name="application-name" content="TJ Intranet">
<meta name="description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="keywords" content="TJ Intranet, TJ Ion, TJHSST, Eighth Period, Thomas Jefferson High School for Science and Technology, TJ CSL, Computer Systems Lab">
<meta name="author" content="The TJ Intranet Development Team">
<meta name="theme-color" content="#0048ab">

<!-- Open Graph -->
<meta name="og:title" content="TJ Intranet">
<meta name="og:site_name" content="TJ Intranet">
<meta name="og:description" content="The Intranet for students and faculty at the Thomas Jefferson High School for Science and Technology (TJHSST). Student-created, run, and maintained.">
<meta name="og:image" content="/static/img/logos/touch/touch-icon512.png">

<!-- Browser -->
<link rel="icon" type="image/png" sizes="32x32" href="/static/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/static/img/favicon/favicon-16x16.png">

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Windows -->
<meta name="msapplication-tooltip" content="TJ Intranet">
<meta name="msapplication-TileColor" content="#0048ab">
<meta name="msapplication-config" content="/static/browserconfig.xml">
<meta name="msapplication-starturl" content="/">

<link rel="apple-touch-icon" href="/static/img/logos/logos/Icon-60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/logos/logos/Icon-76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/img/logos/logos/[email protected]">
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/logos/logos/[email protected]">
<!-- macOS -->
<link rel="mask-icon" href="/static/img/favicon/safari-pinned-tab.svg" color="#0048ab">

<!-- iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="/static/img/logos/touch/touch-icon180.png">
<meta name="apple-mobile-web-app-title" content="TJ Intranet">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width,initial-scale=1.0">

<!-- Android -->
<link rel="manifest" href="/static/manifest.json">
<meta name="mobile-web-app-capable" content="yes">

<!-- Legacy -->
<link rel="shortcut icon" href="/static/img/favicon/favicon.ico">

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:100italic,400italic,700italic,100,400,700">
<style>
Expand Down
Loading

0 comments on commit ffc5190

Please sign in to comment.