Skip to content
Snippets Groups Projects
Commit 2b814fc4 authored by Aliaksandr BUDZKO's avatar Aliaksandr BUDZKO
Browse files

fix: performance

parent 44a3ec85
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 13 deletions
......@@ -9,11 +9,12 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="preload" href="src/style/hiragino-kaku-gothic-stdn-w8.otf" as="font">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
......@@ -28,7 +29,10 @@
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Needed to load the font before rendering the page -->
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
......
public/logo192.png

5.22 KiB

public/logo512.png

9.44 KiB

......@@ -6,16 +6,6 @@
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
......
src/assets/curves/courbe_1_s.png

15.5 KiB

src/assets/curves/courbe_1_sm.png

4.86 KiB

src/assets/curves/courbe_2_s.png

23.5 KiB

src/assets/curves/courbe_2_sm.png

10.4 KiB

src/assets/curves/courbe_3_s.png

19 KiB

src/assets/curves/courbe_3_sm.png

7.7 KiB

src/assets/curves/courbe_4_s.png

16.1 KiB

src/assets/curves/courbe_4_sm.png

6.7 KiB

src/assets/main/nuage_icones_s.png

196 KiB

src/assets/main/nuage_icones_sm.png

53.6 KiB

src/assets/main/poulpe_ludique_big_s.png

236 KiB

src/assets/main/poulpe_ludique_version_mobile_s.png

64.4 KiB

......@@ -4,6 +4,7 @@ import './index.scss';
import App from './App';
import reportWebVitals from './reportWebVitals';
ReactDOM.render(
<React.StrictMode>
<App />
......
......@@ -2,11 +2,13 @@
body {
margin: 0;
font-family: $primary_font;
font-family: $primary_font, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
......
......@@ -14,6 +14,7 @@ const TopBar = (props) => {
setCurrentSection(Object.fromEntries(newSectionMap.filter(([key, value]) => value)))
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [props.sectionStatus]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment