Skip to content

Commit 0900875

Browse files
committed
Merge branch 'main' of https://github.com/themeselection/template-free into dev
2 parents 44a5571 + 98e6576 commit 0900875

File tree

2 files changed

+22
-23
lines changed

2 files changed

+22
-23
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ yarn
6868
5. To run the project, you need to run the following command in the project directory. It will compile JavaScript and Styles.
6969

7070
```bash
71-
yarn dev
71+
yarn build
7272
```
7373

7474
6. To serve the application, you need to run the following command in the project directory
@@ -130,7 +130,7 @@ yarn prod
130130
| Fixed Layout(Menu) | Fixed & Static Layout(Menu) |
131131
| 1 Simple Dashboard | 5 Niche Dashboards |
132132
| - | Multiple Ready to use Application like **Laravel CRUD Application**, Email, Chat, Calendar, Kanban, eCommerce, Academy, Logistics, Invoice, Users List, Users View, Roles and Permission etc. |
133-
| Simple From Elements | Advance form elements, validation & form wizard |
133+
| Simple Form Elements | Advance form elements, validation & form wizard |
134134
| Basic Cards | Basic, Advance , Statistics, Analytics, Gamifications and Actions Cards |
135135
| Basic User Interface(Components) | Advance and Custom User Interfaces(Components) |
136136
| Two Extended Components | Twelve Ready to use Extended Components |
@@ -226,22 +226,22 @@ For free products, enjoy community support via GitHub issues. Upgrade to Premium
226226

227227
**[ThemeSelection](https://themeselection.com/)** provides Selected high quality, modern design, professional and easy-to-use **Fully Coded Dashboard Templates & UI Kits** to create your applications faster!
228228

229-
- [Bootstrap Admin Templates](https://themeselection.com/products/category/bootstrap-admin-templates/)
230-
- [VueJS Admin Templates](https://themeselection.com/products/category/vuejs-admin-templates/)
231-
- [Laravel Admin Templates](https://themeselection.com/products/category/laravel-admin-templates/)
229+
- [Bootstrap Admin Templates](https://themeselection.com/item/category/bootstrap-admin-template/)
230+
- [VueJS Admin Templates](https://themeselection.com/item/category/vuejs-admin-templates/)
231+
- [Laravel Admin Templates](https://themeselection.com/item/category/laravel-admin-templates/)
232232
- [Django Admin Templates](https://themeselection.com/item/category/django-admin-template/)
233233
- [React (NextJS) Admin Templates](https://themeselection.com/item/category/next-js-admin-template/)
234234
- [ASP.Net Core Admin Templates](https://themeselection.com/item/category/asp-net-dashboard/)
235-
- [Free UI Kits](https://themeselection.com/products/category/free-ui-kits/)
235+
- [Free UI Kits](https://themeselection.com/item/category/free-ui-kits/)
236236

237-
If you want to [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/).
237+
If you want to [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/) like Materio then do visit [ThemeSelection](https://themeselection.com/).
238238

239239
## Useful Links 🎁
240240

241-
- [Freebies](https://themeselection.com/products/category/download-free-admin-templates/)
242-
- [Download Free Admin Templates](https://themeselection.com/products/category/download-free-admin-templates/)
243-
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
244241
- [Vue CheatSheet](https://vue-cheatsheet.themeselection.com/)
242+
- [Freebies](https://themeselection.com/item/category/free-admin-templates/)
243+
- [Download Free Admin Templates](https://themeselection.com/item/category/free-admin-templates/)
244+
- [Bootstrap 5 CheatSheet](https://bootstrap-cheatsheet.themeselection.com/)
245245

246246
## Social Media :earth_africa:
247247

hire-us.html

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
3-
4-
<head>
5-
<title>Hire Us</title>
6-
<meta http-equiv="refresh"
7-
content="0; URL='https://themeselection.com/hire-us/'" />
8-
</head>
9-
10-
<body>
11-
<p>If you do not redirect please visit : <a href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a></p>
12-
</body>
13-
3+
<head>
4+
<title>Hire Us</title>
5+
<meta http-equiv="refresh" content="0; URL='https://themeselection.com/hire-us/'" />
6+
</head>
7+
8+
<body>
9+
<p>
10+
If you do not redirect please visit :
11+
<a href="https://themeselection.com/hire-us/">https://themeselection.com/hire-us/</a>
12+
</p>
13+
</body>
1414
</html>
15-

0 commit comments

Comments
 (0)