Skip to content

Commit 7d8b736

Browse files
author
Vue Play
committed
Stored by Vue Play
1 parent 14a2f8b commit 7d8b736

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

src/assets/arctic-pro.png

1.92 MB
Loading

src/assets/forest.png

1.89 MB
Loading

src/views/Roadmap.vue

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,48 @@
1616
color="{`default`:{`xs`:{`light`:`#0a0a0aff`}}}"
1717
style="margin:0px;margin-top:10px;margin-bottom:10px"
1818
>Create a new remake of vueplay.com using Theme Arctic with design & SEO improvements.</Text><img
19+
src="@/assets/arctic-pro.png"
20+
width="100"
21+
height="100"
22+
style="width:100%;height:250px;border-radius:11px;object-fit:cover"
23+
/>
24+
</section>
25+
<section class="shadow border mb-6 rounded-lg bg-white p-6">
26+
<h3>Redesign main menu of Vue Play Studio</h3><Text
27+
fontSize="{`default`:{`xs`:{`light`:`16px`}}}"
28+
color="{`default`:{`xs`:{`light`:`#0a0a0aff`}}}"
29+
style="margin:0px;margin-top:10px;margin-bottom:10px"
30+
>Main menu should get a refreshed look with easier navigation.</Text><img
31+
src="@/assets/forest.png"
32+
width="100"
33+
height="100"
34+
style="width:100%;height:250px;border-radius:11px;object-fit:cover"
35+
/>
36+
</section>
37+
<section class="shadow border mb-6 rounded-lg bg-white p-6">
38+
<h3>Stable release of Theme Arctic PRO</h3><Text
39+
fontSize="{`default`:{`xs`:{`light`:`16px`}}}"
40+
color="{`default`:{`xs`:{`light`:`#0a0a0aff`}}}"
41+
style="margin:0px;margin-top:10px;margin-bottom:10px"
42+
>Add premium features & components to Theme Arctic Pro, eg. pricing table, blog post, pagination & improved home screen.</Text><img
1943
src="@/assets/arctic.png"
2044
width="100"
2145
height="100"
2246
style="width:100%;height:250px;border-radius:11px;object-fit:cover"
2347
/>
2448
</section>
49+
<section class="shadow border mb-6 rounded-lg bg-white p-6">
50+
<h3>Vue Play Studio Darkmode</h3><Text
51+
fontSize="{`default`:{`xs`:{`light`:`16px`}}}"
52+
color="{`default`:{`xs`:{`light`:`#0a0a0aff`}}}"
53+
style="margin:0px;margin-top:10px;margin-bottom:10px"
54+
>Support darkmode for the builder together with some speed optimizations.</Text><img
55+
src="@/assets/forest.png"
56+
width="100"
57+
height="100"
58+
style="width:100%;height:250px;border-radius:11px;object-fit:cover;filter:grayscale(90%)"
59+
/>
60+
</section>
2561
</main>
2662
<Footer />
2763
</div>

0 commit comments

Comments
 (0)