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

feat: create static page

parent 0d71bda0
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 62 deletions
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
......
import logo from './logo.svg';
import './App.scss';
import 'antd/dist/antd.css';
function App() {
import MainPage from "./js/pages/MainPage";
const App = () => {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
<MainPage />
);
}
......
@import 'style/colors';
@import 'style/fonts';
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: $primary_black;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
font-family: $primary_font;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
src/assets/curves/Courbe 1.png

214 KiB

src/assets/curves/courbe_1.png

161 KiB

File moved
File moved
File moved
File moved
File moved
File moved
File moved
src/assets/main/poulpe_ludique_big.png

474 KiB | W: | H:

src/assets/main/poulpe_ludique_big.png

512 KiB | W: | H:

src/assets/main/poulpe_ludique_big.png
src/assets/main/poulpe_ludique_big.png
src/assets/main/poulpe_ludique_big.png
src/assets/main/poulpe_ludique_big.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/main/poulpe_ludique_version_mobile.png

512 KiB | W: | H:

src/assets/main/poulpe_ludique_version_mobile.png

531 KiB | W: | H:

src/assets/main/poulpe_ludique_version_mobile.png
src/assets/main/poulpe_ludique_version_mobile.png
src/assets/main/poulpe_ludique_version_mobile.png
src/assets/main/poulpe_ludique_version_mobile.png
  • 2-up
  • Swipe
  • Onion skin
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment