Skip to content

Commit caff4fa

Browse files
Upgrade project version to 0.4.0
1 parent a118df5 commit caff4fa

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Project
22
[Aurelius is an exemplary project. Check out Aurelius. ](https://github.com/mustafabinguldev/Aurelius).
3-
## Version: 0.3.5
3+
## Version: 0.4.0

app/main.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<container.section></container.section> <! –– you can find it under the container folder. ––>
1717

18-
1918
<svg class="absolute left-0 max-w-md mt-24 -ml-64 left-svg" viewBox="0 0 423 423" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2019
<defs>
2120
<linearGradient x1="100%" y1="0%" x2="4.48%" y2="0%" id="linearGradient-1">

aurelius.jar

2.21 MB
Binary file not shown.

containers/button.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href={href} class="relative inline-block w-full px-5 py-3 text-sm leading-none text-center text-white bg-indigo-700 fold-bold">{text}</a>

containers/header.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
<a href="/example" class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Sample media page</a>
1212
<div class="flex flex-col block w-full font-medium border-t border-gray-200 md:hidden">
1313

14-
<a href="https://github.com/mustafabinguldev/Aurelius" class="relative inline-block w-full px-5 py-3 text-sm leading-none text-center text-white bg-indigo-700 fold-bold">Get
15-
Started</a>
14+
15+
<container.button href="https://github.com/mustafabinguldev/Aurelius" text="Github!"></container.button>
16+
17+
1618
</div>
1719
</nav>
1820

1921
<div class="absolute left-0 flex-col items-center justify-center hidden w-full pb-8 mt-48 border-b border-gray-200 md:relative md:w-auto md:bg-transparent md:border-none md:mt-0 md:flex-row md:p-0 md:items-end md:flex md:justify-between">
20-
<a href="https://github.com/mustafabinguldev/Aurelius" class="relative z-40 inline-block w-auto h-full px-5 py-3 text-sm font-bold leading-none text-white transition-all transition duration-100 duration-300 bg-indigo-700 rounded shadow-md fold-bold lg:bg-white lg:text-indigo-700 sm:w-full lg:shadow-none hover:shadow-xl">Get
21-
Started</a>
22+
2223
<svg class="absolute top-0 left-0 hidden w-screen max-w-3xl -mt-64 -ml-12 lg:block" viewBox="0 0 818 815" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2324
<defs>
2425
<linearGradient x1="0%" y1="0%" x2="100%" y2="100%" id="c">

containers/section.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
<h1 class="relative mb-4 text-3xl font-black leading-tight text-gray-900 sm:text-6xl xl:mb-8">Work Wonders!</h1>
2-
<p class="pr-0 mb-8 text-lg text-black sm:text-lg font-bold xl:text-xl lg:pr-20">Start building your page quickly! You can edit this page with main.html under the app folder!</p>
2+
<p class="pr-0 mb-8 text-lg text-black sm:text-lg font-bold xl:text-xl lg:pr-20">Start building your page quickly! You can edit this page with main.html under the app folder!</p>
3+
<container.button href="https://github.com/mustafabinguldev/Aurelius" text="Get Started!"></container.button>

0 commit comments

Comments
 (0)