Skip to content

Commit

Permalink
Merge pull request #10 from 001elijah/sidebar
Browse files Browse the repository at this point in the history
Sidebar (first pull, mobile layout with all themes)
  • Loading branch information
001elijah authored Jun 23, 2023
2 parents 95201ca + 171095d commit 3cef876
Show file tree
Hide file tree
Showing 50 changed files with 1,442 additions and 73 deletions.
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"aos": "^2.3.4",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"formik": "^2.4.2",
Expand Down
7 changes: 7 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
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
Expand All @@ -24,6 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<title>TaskPro</title>

<!-- Start Single Page Apps for GitHub Pages -->
Expand Down Expand Up @@ -57,6 +59,7 @@
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand All @@ -71,5 +74,9 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>
36 changes: 24 additions & 12 deletions src/assets/icons/sprite.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 added src/assets/images/flower-min.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 src/assets/images/[email protected]
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 src/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/styles/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ img {
a {
text-decoration: none;
}

button {
font-family: 'Poppins-Medium';
padding: 0;
}
15 changes: 15 additions & 0 deletions src/components/AuthForm/ButtonAuth/ButtonAuth.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.button {
min-width: 344px;
width: 100%;
height: 49px;
margin-top: 24px;
background-color: #bedbb0;
color: #161616;
text-align: center;
font-weight: 500;
font-size: 14px;
line-height: 1.5;
border: none;
border-radius: 8px;
cursor: pointer;
} /*# sourceMappingURL=ButtonAuth.module.css.map */
Loading

0 comments on commit 3cef876

Please sign in to comment.