|
1 | 1 | <script>
|
2 | 2 | import { page } from '@inertiajs/svelte'
|
3 | 3 | import { FancyButton, Icon } from '.'
|
| 4 | + import SubscribeForm from './SubscribeForm.svelte' |
4 | 5 | </script>
|
5 | 6 |
|
6 | 7 | <div class="pt-8 overflow-hidden sm:pt-12 lg:relative lg:py-48">
|
|
18 | 19 | What's new
|
19 | 20 | </span>
|
20 | 21 | <span class="inline-flex items-center text-sm font-medium text-primary-500 space-x-1">
|
21 |
| - <span>Just shipped version 0.1.0</span> |
| 22 | + <span>Just shipped version {$page.props.systemVersion}</span> |
22 | 23 | <!-- Heroicon name: solid/chevron-right -->
|
23 | 24 | <svg
|
24 | 25 | class="h-5 w-5"
|
|
38 | 39 | </div>
|
39 | 40 | <div class="mt-6 sm:max-w-xl">
|
40 | 41 | <h1 class="text-4xl font-extrabold text-gray-900 tracking-tight sm:text-5xl">
|
41 |
| - Issue management for growing teams |
| 42 | + Laravel Webpp for Quality Applications |
42 | 43 | </h1>
|
43 | 44 | <p class="mt-6 text-xl text-gray-500">
|
44 |
| - Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. |
| 45 | + We decided to open-source parts of our cash-cow projects, to showcase one way of how a sample |
| 46 | + small-to-medium sized project is built. |
45 | 47 | </p>
|
46 | 48 | </div>
|
47 |
| - <form action="#" class="mt-12 sm:max-w-lg sm:w-full sm:flex"> |
48 |
| - <div class="min-w-0 flex-1"> |
49 |
| - <label for="hero-email" class="sr-only">Email address</label> |
50 |
| - <input |
51 |
| - id="hero-email" |
52 |
| - type="email" |
53 |
| - class="block w-full border border-primary-300 rounded-md px-5 py-3 text-base text-gray-900 placeholder-gray-500 shadow-sm focus:border-tertiary-500 focus:ring-tertiary-500" |
54 |
| - placeholder="Enter your email" |
55 |
| - /> |
56 |
| - </div> |
57 |
| - <div class="mt-4 sm:mt-0 sm:ml-3"> |
58 |
| - <button |
59 |
| - type="submit" |
60 |
| - class="block w-full rounded-md border border-transparent px-5 py-3 bg-tertiary-600 text-base font-medium text-white shadow hover:bg-tertiary-600 focus:outline-none focus:ring-2 focus:ring-tertiary-500 focus:ring-offset-2 sm:px-10" |
61 |
| - >Notify me</button |
62 |
| - > |
63 |
| - </div> |
64 |
| - </form> |
| 49 | + <div class="mt-5"> |
| 50 | + <p class="text-xs mb-3">Subsribe to get the latest updates</p> |
| 51 | + <SubscribeForm /> |
| 52 | + </div> |
65 | 53 | <div class="mt-6">
|
66 | 54 | <div class="inline-flex items-center divide-x divide-primary-300">
|
67 | 55 | <div class="flex-shrink-0 flex pr-5">
|
68 |
| - <!-- Heroicon name: solid/star --> |
69 |
| - <svg |
70 |
| - class="h-5 w-5 text-yellow-400" |
71 |
| - xmlns="http://www.w3.org/2000/svg" |
72 |
| - viewBox="0 0 20 20" |
73 |
| - fill="currentColor" |
74 |
| - aria-hidden="true" |
75 |
| - > |
76 |
| - <path |
77 |
| - d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" |
78 |
| - /> |
79 |
| - </svg> |
80 |
| - <!-- Heroicon name: solid/star --> |
81 |
| - <svg |
82 |
| - class="h-5 w-5 text-yellow-400" |
83 |
| - xmlns="http://www.w3.org/2000/svg" |
84 |
| - viewBox="0 0 20 20" |
85 |
| - fill="currentColor" |
86 |
| - aria-hidden="true" |
87 |
| - > |
88 |
| - <path |
89 |
| - d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" |
90 |
| - /> |
91 |
| - </svg> |
92 |
| - <!-- Heroicon name: solid/star --> |
93 |
| - <svg |
94 |
| - class="h-5 w-5 text-yellow-400" |
95 |
| - xmlns="http://www.w3.org/2000/svg" |
96 |
| - viewBox="0 0 20 20" |
97 |
| - fill="currentColor" |
98 |
| - aria-hidden="true" |
99 |
| - > |
100 |
| - <path |
101 |
| - d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" |
102 |
| - /> |
103 |
| - </svg> |
104 |
| - <!-- Heroicon name: solid/star --> |
105 |
| - <svg |
106 |
| - class="h-5 w-5 text-yellow-400" |
107 |
| - xmlns="http://www.w3.org/2000/svg" |
108 |
| - viewBox="0 0 20 20" |
109 |
| - fill="currentColor" |
110 |
| - aria-hidden="true" |
111 |
| - > |
112 |
| - <path |
113 |
| - d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" |
114 |
| - /> |
115 |
| - </svg> |
116 |
| - <!-- Heroicon name: solid/star --> |
117 |
| - <svg |
118 |
| - class="h-5 w-5 text-yellow-400" |
119 |
| - xmlns="http://www.w3.org/2000/svg" |
120 |
| - viewBox="0 0 20 20" |
121 |
| - fill="currentColor" |
122 |
| - aria-hidden="true" |
123 |
| - > |
124 |
| - <path |
125 |
| - d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z" |
126 |
| - /> |
127 |
| - </svg> |
| 56 | + {#each Array(5).fill(5) as i} |
| 57 | + <Icon name="star" classes="text-yellow-400" /> |
| 58 | + {/each} |
128 | 59 | </div>
|
129 | 60 | <div class="min-w-0 flex-1 pl-5 py-1 text-sm text-gray-500 sm:py-3">
|
130 | 61 | <span class="font-medium text-gray-900">Rated 5 stars</span> by over
|
131 |
| - <span class="font-medium text-tertiary-500">500 beta users</span> |
| 62 | + <span class="font-medium text-tertiary-500">20 beta users</span> |
132 | 63 | </div>
|
133 | 64 | </div>
|
134 | 65 | </div>
|
135 | 66 | <br />
|
136 |
| - <div class="lg:float-right lg:pr-10"> |
| 67 | + <div class="w-full flex lg:justify-end lg:pr-10"> |
137 | 68 | <a href="https://github.com/SyntaxLexx/laravelte" class="no-underline" target="_blank">
|
138 | 69 | <FancyButton size="lg">
|
139 | 70 | View on Github
|
140 | 71 | <Icon name="link-external" />
|
141 | 72 | </FancyButton>
|
142 | 73 | </a>
|
143 | 74 | </div>
|
| 75 | + <p class="mt-12 text-xl text-gray-500"> |
| 76 | + This version is currently running on <span class="font-bold" |
| 77 | + >Laravel v{$page.props.laravelVersion}</span |
| 78 | + > |
| 79 | + paired with <span class="font-bold">PHP v{$page.props.phpVersion}</span> |
| 80 | + </p> |
144 | 81 | </div>
|
145 | 82 | </div>
|
146 | 83 | </div>
|
|
149 | 86 | <div class="py-12 sm:relative sm:mt-12 sm:py-16 lg:absolute lg:inset-y-0 lg:right-0 lg:w-1/2">
|
150 | 87 | <div class="hidden sm:block">
|
151 | 88 | <div
|
152 |
| - class="absolute inset-y-0 left-1/2 w-screen bg-gray-50 rounded-l-3xl lg:left-80 lg:right-0 lg:w-full" |
| 89 | + class="absolute inset-y-0 left-1/2 w-screen bg-primary-100 dark:bg-primary-800 rounded-l-3xl lg:left-80 lg:right-0 lg:w-full" |
153 | 90 | />
|
154 | 91 | <svg
|
155 | 92 | class="absolute top-8 right-1/2 -mr-3 lg:m-0 lg:left-0"
|
|
167 | 104 | height="20"
|
168 | 105 | patternUnits="userSpaceOnUse"
|
169 | 106 | >
|
170 |
| - <rect x="0" y="0" width="4" height="4" class="text-gray-200" fill="currentColor" /> |
| 107 | + <rect |
| 108 | + x="0" |
| 109 | + y="0" |
| 110 | + width="4" |
| 111 | + height="4" |
| 112 | + class="text-primary-400 dark:text-primary-500" |
| 113 | + fill="currentColor" |
| 114 | + /> |
171 | 115 | </pattern>
|
172 | 116 | </defs>
|
173 | 117 | <rect width="404" height="392" fill="url(#837c3e70-6c3a-44e6-8854-cc48c737b659)" />
|
|
176 | 120 | <div class="relative pl-4 -mr-40 sm:mx-auto sm:max-w-3xl sm:px-0 lg:max-w-none lg:h-full lg:pl-12">
|
177 | 121 | <img
|
178 | 122 | class="w-full rounded-md shadow-xl ring-1 ring-black ring-opacity-5 lg:h-full lg:w-auto lg:max-w-none"
|
179 |
| - src="https://tailwindui.com/img/component-images/task-app-rose.jpg" |
180 |
| - alt="img" |
| 123 | + src="/img/laravelte-dashboard.jpg" |
| 124 | + alt="dashboard" |
181 | 125 | />
|
182 | 126 | </div>
|
183 | 127 | </div>
|
|
0 commit comments