Skip to content

Commit 81abe5e

Browse files
committed
new nextjs site
1 parent fb33a58 commit 81abe5e

File tree

1,913 files changed

+101787
-3050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,913 files changed

+101787
-3050
lines changed

.github/workflows/azure-static-web-apps-red-forest-036041f0f.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
2929
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3030
app_location: "/" # App source code path
31+
app_build_command: "npm run build"
3132
api_location: "api" # Api source code path - optional
32-
output_location: "build" # Built app content directory - optional
33+
output_location: "out" # Built app content directory - optional
3334
###### End of Repository/Build Configurations ######
3435

3536
close_pull_request_job:

.gitignore

+25-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1-
.DS_Store
2-
node_modules
3-
/.svelte
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
412
/build
5-
/functions
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
24+
25+
/.next
26+
/out

.vscode/extensions.json

-5
This file was deleted.

.vscode/launch.json

-12
This file was deleted.

.vscode/settings.json

-12
This file was deleted.

.vscode/tasks.json

-43
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [1.0.0] 2020-09-14
2+
### Original Release
3+
- Started project with NextJS
4+
- Added design from Argon Dashboard PRO React by Creative Tim
5+
### Warning
6+
_Warnings might appear while doing an npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself._
7+
_While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones._

Documentation/documentation.html

+195
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
<!--
2+
/*!
3+
4+
=========================================================
5+
* NextJS Argon Dashboard PRO - v1.0.0
6+
=========================================================
7+
8+
* Product Page: https://www.creative-tim.com/product/nextjs-argon-dashboard-pro
9+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
18+
19+
-->
20+
<!DOCTYPE html>
21+
<html>
22+
<head>
23+
<meta charset="utf-8" />
24+
<meta
25+
name="viewport"
26+
content="width=device-width, initial-scale=1, shrink-to-fit=no"
27+
/>
28+
<meta
29+
name="description"
30+
content="Start your development with a Dashboard for Bootstrap 4."
31+
/>
32+
<meta name="author" content="Creative Tim" />
33+
<title>Argon Dashboard - Free Dashboard for Bootstrap 4</title>
34+
<!-- Favicon -->
35+
<link href="../public/apple-icon.png" rel="icon" type="image/png" />
36+
<!-- Fonts -->
37+
<link
38+
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"
39+
rel="stylesheet"
40+
/>
41+
<!-- Icons -->
42+
<link href="../assets/vendor/nucleo/css/nucleo.css" rel="stylesheet" />
43+
<link
44+
href="../assets/vendor/@fortawesome/fontawesome-free/css/all.min.css"
45+
rel="stylesheet"
46+
/>
47+
<!-- Argon CSS -->
48+
<link
49+
type="text/css"
50+
href="../assets/css/nextjs-argon-dashboard-pro.css?v=1.0.0"
51+
rel="stylesheet"
52+
/>
53+
</head>
54+
55+
<body>
56+
<!-- Main content -->
57+
<div class="main-content">
58+
<!-- Top navbar -->
59+
<nav
60+
class="navbar navbar-top navbar-expand-md navbar-dark"
61+
id="navbar-main"
62+
style="position: absolute;left: 0;top: 0;width: 100%;z-index: 1;background-color: transparent;padding-left: 0 !important;padding-right: 0 !important;"
63+
>
64+
<div class="container-fluid">
65+
<!-- Brand -->
66+
<a
67+
class="h4 mb-0 text-white text-uppercase d-none d-lg-inline-block"
68+
href="https://www.creative-tim.com/learning-lab/nextjs/overview/argon-dashboard"
69+
>Documentation</a
70+
>
71+
<!-- Form -->
72+
<form
73+
class="navbar-search navbar-search-dark form-inline mr-3 d-none d-md-flex ml-lg-auto"
74+
>
75+
<div class="form-group mb-0">
76+
<div class="input-group input-group-alternative">
77+
<div class="input-group-prepend">
78+
<span class="input-group-text"
79+
><i class="fas fa-search"></i
80+
></span>
81+
</div>
82+
<input class="form-control" placeholder="Search" type="text" />
83+
</div>
84+
</div>
85+
</form>
86+
<!-- User -->
87+
<ul class="navbar-nav align-items-center d-none d-md-flex">
88+
<li class="nav-item dropdown">
89+
<a
90+
class="nav-link pr-0"
91+
href="#"
92+
role="button"
93+
data-toggle="dropdown"
94+
aria-haspopup="true"
95+
aria-expanded="false"
96+
>
97+
<div class="media align-items-center">
98+
<span class="avatar avatar-sm rounded-circle">
99+
<img
100+
alt="Image placeholder"
101+
src="../assets/img/theme/team-4.jpg"
102+
/>
103+
</span>
104+
<div class="media-body ml-2 d-none d-lg-block">
105+
<span class="mb-0 text-sm font-weight-bold"
106+
>Jessica Jones</span
107+
>
108+
</div>
109+
</div>
110+
</a>
111+
<div
112+
class="dropdown-menu dropdown-menu-arrow dropdown-menu-right"
113+
>
114+
<div class=" dropdown-header noti-title">
115+
<h6 class="text-overflow m-0">Welcome!</h6>
116+
</div>
117+
<a href="#pablo" class="dropdown-item">
118+
<i class="ni ni-single-02"></i> <span>My profile</span>
119+
</a>
120+
<a href="#pablo" class="dropdown-item">
121+
<i class="ni ni-settings-gear-65"></i> <span>Settings</span>
122+
</a>
123+
<a href="#pablo" class="dropdown-item">
124+
<i class="ni ni-calendar-grid-58"></i> <span>Activity</span>
125+
</a>
126+
<a href="#pablo" class="dropdown-item">
127+
<i class="ni ni-support-16"></i> <span>Support</span>
128+
</a>
129+
<div class="dropdown-divider"></div>
130+
<a href="#pablo" class="dropdown-item">
131+
<i class="ni ni-user-run"></i> <span>Logout</span>
132+
</a>
133+
</div>
134+
</li>
135+
</ul>
136+
</div>
137+
</nav>
138+
<!-- Header -->
139+
<div
140+
class="header bg-gradient-primary pb-8 pt-5 pt-lg-8 d-flex align-items-center"
141+
>
142+
<!-- Header container -->
143+
<div class="container-fluid">
144+
<div class="row justify-content-center">
145+
<div class="col-lg-6 col-md-10 text-center">
146+
<h1 class="display-2 text-white">
147+
Documentation <small>v1.0.0</small>
148+
</h1>
149+
<p class="text-white mt-0 mb-5">
150+
We are constatly doing updates on the product and documentation,
151+
so please check the online version.
152+
</p>
153+
</div>
154+
</div>
155+
</div>
156+
</div>
157+
<!-- Page content -->
158+
<div class="container-fluid mt--7">
159+
<div class="row justify-content-center">
160+
<div class="col-lg-4">
161+
<div class="card bg-gradient-default text-center p-5">
162+
<a
163+
href="https://www.creative-tim.com/learning-lab/nextjs/overview/argon-dashboard"
164+
class="btn btn-white btn-icon mb-3 mb-sm-0"
165+
>
166+
<span class="btn-inner--icon"
167+
><i class="ni ni-collection"></i
168+
></span>
169+
<span class="btn-inner--text">View Docs Online</span>
170+
</a>
171+
</div>
172+
</div>
173+
</div>
174+
<!-- Footer -->
175+
</div>
176+
</div>
177+
<!-- Argon Scripts -->
178+
<!-- Core -->
179+
<script
180+
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
181+
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
182+
crossorigin="anonymous"
183+
></script>
184+
<script
185+
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
186+
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
187+
crossorigin="anonymous"
188+
></script>
189+
<script
190+
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
191+
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
192+
crossorigin="anonymous"
193+
></script>
194+
</body>
195+
</html>

LICENSE

-21
This file was deleted.

0 commit comments

Comments
 (0)