|
1 |
| -<p style="display: flex; align-items:center; flex-wrap: wrap; max-width: 500px; justify-content: center; width: 100%;"> |
2 |
| - <a href="https://laravel.com" target="_blank"> |
3 |
| - <img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" height="80" alt="Laravel Logo"></a> |
4 |
| - <a href="https://tailwindcss.com/" target="_blank"> |
5 |
| - <picture> |
6 |
| - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-dark.svg"> |
7 |
| - <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg"> |
8 |
| - <img alt="Tailwind CSS" src="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg" height="30"> |
9 |
| - </picture> |
10 |
| - </a> |
| 1 | +<p align="center"> |
| 2 | +<a href="https://laravel.com"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" height="70" alt="Laravel Logo"></a> |
| 3 | +</p> |
| 4 | +<p align="center"> |
| 5 | +<a href="https://tailwindcss.com/"> |
| 6 | +<picture> |
| 7 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-dark.svg" height="20"> |
| 8 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg" height="20"> |
| 9 | + <img alt="Tailwind CSS" src="https://raw.githubusercontent.com/tailwindlabs/tailwindcss/HEAD/.github/logo-light.svg" height="20"> |
| 10 | +</picture> |
| 11 | +</a> |
11 | 12 | </p>
|
12 |
| -<p style="display: flex; align-items:center; max-width: 500px; justify-content: center; width: 100%; "> |
13 |
| - <a href="https://vuejs.org" target="_blank" rel="noopener noreferrer"> |
14 |
| - <img height="80" src="https://vuejs.org/images/logo.png" alt="Vue logo"> |
| 13 | +<p align="center"> |
| 14 | + <a href="https://vuejs.org" target="_blank" rel="noopener noreferrer"> |
| 15 | + <img height="60" src="https://vuejs.org/images/logo.png" alt="Vue logo"> |
15 | 16 | </a>
|
16 | 17 | <a style="position: relative;">
|
17 |
| - <img height="100" src="https://vitejs.dev/logo-with-shadow.png" alt="Vite logo" /> |
| 18 | + <img height="75" src="https://vitejs.dev/logo-with-shadow.png" alt="Vite logo" /> |
18 | 19 | </a>
|
19 | 20 | </p>
|
20 |
| -<div style="z-index: -1;position: fixed;top: 0%;left: 0%;border-radius: 50%;width: 100%;height: 100%;background-image: linear-gradient(-45deg, rgb(189, 52, 254) 50%, rgb(71, 202, 255) 50%);filter: blur(300px);"></div> |
21 |
| - |
22 | 21 |
|
23 | 22 | # laravel-vue-tailwind-modules-starterkit
|
24 | 23 | This starter kit with Vue, Tailwindcss, Laravel modular architecture
|
|
0 commit comments