-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (181 loc) · 7.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html
lang="en"
class="light-style customizer-hide"
dir="ltr"
data-theme="theme-default"
data-assets-path="assets/"
data-template="vertical-menu-template-no-customizer">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<title>Vuexy | Vuexy - Bootstrap Admin Template</title>
<meta name="description" content="" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon/favicon.ico" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" />
<!-- Core CSS -->
<link rel="stylesheet" href="assets/vendor/css/rtl/core.css" />
<link rel="stylesheet" href="assets/vendor/css/rtl/theme-default.css" />
<link rel="stylesheet" href="assets/css/demo.css" />
</head>
<body>
<!-- Content -->
<div class="container flex-grow-1 container-p-y my-2">
<h3>Thank you for purchasing Vuexy! 😇</h3>
<p>
Easily navigate to demos, documentation, support or changelog using below links.<br />
Git repo access link helps you to request the repository access, once approved one can use the repository to
raise an issus(support, feature request & feedback) and track future updates & releases.
</p>
<!-- Examples -->
<div class="row mt-sm-4 mt-3">
<div class="col-12 mb-3">
<div class="card">
<h5 class="card-header">Template Links</h5>
<!-- Template Demo Links -->
<table class="table">
<thead>
<tr>
<th scope="col">Full Version</th>
<th scope="col">Starter</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="html/vertical-menu-template/index.html" target="_blank">Vertical Menu Template</a></td>
<td>
<a href="html-starter/vertical-menu-template/index.html" target="_blank">Vertical Menu Template</a>
</td>
</tr>
<tr>
<td>
<a href="html/vertical-menu-template-no-customizer/index.html" target="_blank"
>Vertical Menu Template</a
>
(Without Customizer)
</td>
<td>
<a href="html-starter/vertical-menu-template-no-customizer/index.html" target="_blank"
>Vertical Menu Template</a
>
(Without Customizer)
</td>
</tr>
<tr>
<td>
<a href="html/horizontal-menu-template/index.html" target="_blank">Horizontal Menu Template</a>
</td>
<td>
<a href="html-starter/horizontal-menu-template/index.html" target="_blank"
>Horizontal Menu Template</a
>
</td>
</tr>
<tr>
<td>
<a href="html/horizontal-menu-template-no-customizer/index.html" target="_blank"
>Horizontal Menu Template</a
>
(Without Customizer)
</td>
<td>
<a href="html-starter/horizontal-menu-template-no-customizer/index.html" target="_blank"
>Horizontal Menu Template</a
>
(Without Customizer)
</td>
</tr>
<tr>
<td>
<a href="html/front-pages/landing-page.html" target="_blank">Front Pages</a>
</td>
<td>-</td>
</tr>
<tr>
<td>
<a href="html/front-pages-no-customizer/landing-page.html" target="_blank">Front Pages</a>
(Without Customizer)
</td>
<td>-</td>
</tr>
</tbody>
</table>
<!--/ Template Demo Links -->
</div>
</div>
<div class="col-12 mb-3">
<div class="card">
<h5 class="card-header">Other Important Links</h5>
<!-- Other Links -->
<table class="table">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>License</td>
<td>
<a href="https://themeforest.net/licenses/standard" target="_blank"
>https://themeforest.net/licenses/standard</a
>
</td>
</tr>
<tr>
<td>Documentation</td>
<td>
<a href="https://demos.pixinvent.com/vuexy-html-admin-template/documentation/" target="_blank"
>https://demos.pixinvent.com/vuexy-html-admin-template/documentation/</a
>
</td>
</tr>
<tr>
<td>Changelog</td>
<td>
<a href="https://demos.pixinvent.com/vuexy/changelog.html" target="_blank"
>https://demos.pixinvent.com/vuexy/changelog.html</a
>
</td>
</tr>
<tr>
<td>GitHub Repository Access</td>
<td>
<a href="https://tools.pixinvent.com/github/github-access" target="_blank"
>https://tools.pixinvent.com/github/github-access</a
>
</td>
</tr>
<tr>
<td>Support</td>
<td>
<a href="https://pixinvent.ticksy.com/" target="_blank">https://pixinvent.ticksy.com/</a>
</td>
</tr>
</tbody>
</table>
<!--/ Other Links -->
</div>
</div>
</div>
<div class="text-big py-4">
<p>
Please don’t forget to rate and share <strong>Vuexy</strong> and leave a nice review, it means a lot for us
and our theme. Simply log in to
<a href="https://themeforest.net/" target="_blank"><strong>https://themeforest.net/</strong></a> Account, go
to Downloads section and click 5 stars next to the <strong>Vuexy</strong> template.
</p>
</div>
</div>
<!-- / Content -->
</body>
</html>