Skip to content

Commit

Permalink
enable humans.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 29, 2024
1 parent e04bf49 commit 71ccae3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
20 changes: 20 additions & 0 deletions public/humans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* TEAM */
Creator: Ronan LE MEILLAT
Contact: Ronan.Le_meillat [at] sctg.eu.org
From: Les Contamines-Monjoie, Haute-Savoie, France

/* THANKS */

Hosting: Github, Cloudflare
QR Code Styling JS library: kozakdenys
Custom QR Code Styling: awran5


/* SITE */
Language: English
Doctype:HTML5
IDE: Visual Studio Code
Frameworks: React, Bootstrap

/* SOURCE CODE */
URL: https://github.com/sctg-development/custom-qr-code-styling/
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5bbad5">
<link type="text/plain" rel="author" href="%PUBLIC_URL%/humans.txt" />
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>ADMB QR Code Generator</title>
Expand Down
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

8 changes: 4 additions & 4 deletions src/Components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ function Footer(): JSX.Element {
return (
<footer className='mt-auto text-center text-secondary fs-6 fw-light'>
<p>
Build with React, based on{' '}
Build with React {React.version}, based on{' '}
<a className="text-secondary" target='_blank' rel='noopener noreferrer' href='https://github.com/kozakdenys/qr-code-styling'>
QR Code Styling JS library.
QR Code Styling JS library
</a>
{' - '}{' '}
<a className="text-secondary" target='_blank' rel='noopener noreferrer' href='https://github.com/awran5/custom-qr-code-styling'>
Custom QR Code Styling.
Custom QR Code Styling
</a>
{' - '}{' '}
<a className="text-secondary" target='_blank' rel='noopener noreferrer' href='https://lesailesdumontblanc.com'>
© 2024 Les Ailes du Mont-Blanc
</a>
&nbsp;and&nbsp;
<a className="text-secondary" target='_blank' rel='noopener noreferrer' href='https://sctg.eu.org'>
Ronan
Ronan Le Meillat
</a>
</p>
</footer>
Expand Down

0 comments on commit 71ccae3

Please sign in to comment.