10 Commits
Author SHA1 Message Date
pvincent cd40c3c522 tagged as 0.0.5 2022-12-04 10:51:25 +04:00
pvincent 57c378230d animation 2022-12-04 10:51:15 +04:00
pvincent 5dcf0c6d90 tagged as 0.0.4 2022-12-04 10:15:09 +04:00
pvincent 32c7c4e73e minimalism 2022-12-04 10:10:04 +04:00
pvincent 5b48834f16 webdev version 2022-10-04 22:42:47 +04:00
pvincent e118315ee9 tagged as 0.0.3 2022-10-04 21:22:20 +04:00
pvincent 70c342adcf tagged as 0.0.2 2022-10-04 21:22:08 +04:00
pvincent 409f215274 alpinejs ready 2022-10-04 21:21:10 +04:00
pvincent a4d6a818ca live server ok 2022-10-04 21:21:10 +04:00
pvincent 5c6225c4bd tagged as 0.0.1 2022-10-03 23:18:09 +04:00
6 changed files with 1332 additions and 1333 deletions
+1 -1
View File
@@ -1 +1 @@
0.0.2 0.0.5
+2 -4
View File
@@ -1,12 +1,10 @@
Web Development example 01 Web Development example 1.0
========================== ===========================
* [x] Tailwind * [x] Tailwind
* [x] Font Awesome
* [x] Alpine JS * [x] Alpine JS
* [x] transition * [x] transition
install install
------- -------
+5 -8
View File
@@ -3,11 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>webdev-minimal</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
<script <script
defer defer
@@ -29,9 +25,10 @@
<link href="main.css" rel="stylesheet" /> <link href="main.css" rel="stylesheet" />
</head> </head>
<body class="bg-gray-200 dark:black m-10" x-data="{}"> <body
class="animate-[pulse_1s_ease-out] bg-gray-200 dark:black m-10"
x-data="{}"
>
<h1 class="text-4xl font-bold">Hello Créalise</h1> <h1 class="text-4xl font-bold">Hello Créalise</h1>
<h2 class="text-3xl text-crealise">Tailwind ready</h2>
<h3 class="text-xl text-blue-700" x-text="'AlpineJs'+' '+'ready'"></h3>
</body> </body>
</html> </html>
View File
+1323 -1319
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.2} {"devDependencies": {"tailwindcss": "^3.1.8"}, "name": "webdev", "version": "0.0.5", "license": "AGPL-3.0-or-later"}