Skip to content

Commit

Permalink
react
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Dec 15, 2020
1 parent 4b9273a commit 6acb03b
Show file tree
Hide file tree
Showing 3,809 changed files with 78,189 additions and 171,118 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

/.next
/out

#amplify
amplify/\#current-cloud-backend
amplify/.config/local-*
Expand Down
11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

29 changes: 22 additions & 7 deletions Documentation/documentation.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<!--
/*!
=========================================================
* Argon Dashboard PRO React - v1.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard-pro-react
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/
-->
<!DOCTYPE html>
Expand All @@ -24,15 +39,15 @@
rel="stylesheet"
/>
<!-- Icons -->
<link href="../assets/vendor/nucleo/css/nucleo.css" rel="stylesheet" />
<link href="../src/assets/vendor/nucleo/css/nucleo.css" rel="stylesheet" />
<link
href="../assets/vendor/@fortawesome/fontawesome-free/css/all.min.css"
href="../src/assets/vendor/@fortawesome/fontawesome-free/css/all.min.css"
rel="stylesheet"
/>
<!-- Argon CSS -->
<link
type="text/css"
href="../assets/css/nextjs-argon-dashboard-pro.css?v=1.0.0"
href="../src/assets/css/argon-dashboard-pro-react.css?v=1.1.0"
rel="stylesheet"
/>
</head>
Expand All @@ -50,7 +65,7 @@
<!-- Brand -->
<a
class="h4 mb-0 text-white text-uppercase d-none d-lg-inline-block"
href="https://www.creative-tim.com/learning-lab/nextjs/overview/argon-dashboard"
href="https://demos.creative-tim.com/argon-dashboard-pro-react/#/documentation/overview"
>Documentation</a
>
<!-- Form -->
Expand Down Expand Up @@ -83,7 +98,7 @@
<span class="avatar avatar-sm rounded-circle">
<img
alt="Image placeholder"
src="../assets/img/theme/team-4.jpg"
src="../src/assets/img/theme/team-4.jpg"
/>
</span>
<div class="media-body ml-2 d-none d-lg-block">
Expand Down Expand Up @@ -129,7 +144,7 @@ <h6 class="text-overflow m-0">Welcome!</h6>
<div class="row justify-content-center">
<div class="col-lg-6 col-md-10 text-center">
<h1 class="display-2 text-white">
Documentation <small>v1.0.0</small>
Documentation <small>v1.1.0</small>
</h1>
<p class="text-white mt-0 mb-5">
We are constatly doing updates on the product and documentation,
Expand All @@ -145,7 +160,7 @@ <h1 class="display-2 text-white">
<div class="col-lg-4">
<div class="card bg-gradient-default text-center p-5">
<a
href="https://www.creative-tim.com/learning-lab/nextjs/overview/argon-dashboard"
href="https://demos.creative-tim.com/argon-dashboard-pro-react/#/documentation/overview"
class="btn btn-white btn-icon mb-3 mb-sm-0"
>
<span class="btn-inner--icon"
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ Start development server:
npm run dev
```

Export static site:
Build site:
```
npm run build
```

## Reference
The web application is based on a template purchased from [creative tim](https://www.creative-tim.com/product/nextjs-argon-dashboard-pro), sources of which are in the `reference` folder.
Documentation for the template is [here](https://www.creative-tim.com/learning-lab/nextjs/overview/argon-dashboard)

The application is composed on top of the [reactstrap project](https://reactstrap.github.io)
## Reference
Loading

0 comments on commit 6acb03b

Please sign in to comment.