@@ -10,19 +10,19 @@ import { Image } from '@astrojs/image/components';
10
10
<meta name =" generator" content =" Rustular 0.0.0" />
11
11
<title >Rustular</title >
12
12
</head >
13
- <body class =" bg-slate-950 text-white font-sans" >
13
+ <body class =" bg-slate-950 font-sans text-white " >
14
14
<div class =" h-screen" >
15
- <div class =" h-16 border-slate-700 border-b flex items-center mb-16 " >
15
+ <div class =" mb-16 flex h-16 items-center border-b border-slate-700 " >
16
16
<Image
17
- class =" w-10 bg-white rounded-full border-2 border-white ml-2 "
17
+ class =" ml-2 w-10 rounded-full border-2 border-white bg-white "
18
18
src =" /assets/rustular.png"
19
19
alt =" Rust Logo"
20
20
width ={ 128 }
21
21
height ={ 128 }
22
22
/>
23
- <a class =" font-mono font-bold text-3xl pl-2 " href =" /" >Rustular</a >
23
+ <a class =" pl-2 font-mono text-3xl font-bold " href =" /" >Rustular</a >
24
24
</div >
25
- <div class =" text-center flex flex-col space-y-16 max-w-xl mx-auto " >
25
+ <div class =" mx-auto flex max-w-xl flex-col space-y-16 text-center " >
26
26
<div class =" text-5xl" >Blazingly fast</div >
27
27
<div class =" font-thin" >
28
28
Rustular is a revolutionary web development tool that harnesses the
@@ -33,15 +33,15 @@ import { Image } from '@astrojs/image/components';
33
33
Rustular sets a new standard for building efficient and scalable web
34
34
experiences.
35
35
</div >
36
- <div class =" flex mx-auto space-x-8" >
36
+ <div class =" mx-auto flex space-x-8" >
37
37
<a
38
- class =" border-2 border-white hover:border-slate-200 rounded-full px-8 py-4 bg-white hover:bg -slate-200 text-fuchsia-600 "
38
+ class =" rounded-full border-2 border-white bg-white px-8 py-4 text-fuchsia-600 hover:border -slate-200 hover:bg-slate-200 "
39
39
href =" /docs"
40
40
>
41
41
Get Started
42
42
</a >
43
43
<div
44
- class =" cursor-copy p-4 border-2 select-none border-fuchsia-600"
44
+ class =" cursor-copy select-none border-2 border-fuchsia-600 p-4 "
45
45
onclick =" navigator .clipboard .writeText (' pnpm create rustular-app' )"
46
46
>
47
47
{ ' > pnpm create rustular-app' }
@@ -73,11 +73,11 @@ import { Image } from '@astrojs/image/components';
73
73
</div >
74
74
</div >
75
75
</div >
76
- <div class =" text-center space-y-4 mb-8 " >
76
+ <div class =" mb-8 space-y-4 text-center " >
77
77
<div class =" text-2xl" >
78
78
Faster than any other <span class =" text-[0.4rem]" >tested</span > framework!
79
79
</div >
80
- <div class =" font-thin max-w-xl mx-auto " >
80
+ <div class =" mx-auto max-w-xl font-thin " >
81
81
We believe speed is crucial for all websites. Faster website loading
82
82
leads to increased revenue. That's why Rustular is designed to
83
83
prioritize speed. With its exceptionally fast loading times, your
@@ -91,7 +91,7 @@ import { Image } from '@astrojs/image/components';
91
91
height ={ 479 }
92
92
/>
93
93
<div class =" text-2xl" >Fully open-source and community-driven!</div >
94
- <div class =" font-thin max-w-xl mx-auto " >
94
+ <div class =" mx-auto max-w-xl font-thin " >
95
95
Rustular is fully open-source and community-driven. We believe that
96
96
open-source software is the future of web development. That's why we
97
97
made Rustular open-source. We want to empower developers to create
@@ -105,7 +105,7 @@ import { Image } from '@astrojs/image/components';
105
105
>! to learn more.
106
106
</div >
107
107
<div class =" text-2xl" >The idea!</div >
108
- <div class =" font-thin max-w-xl mx-auto " >
108
+ <div class =" mx-auto max-w-xl font-thin " >
109
109
Take your standard web app (i.e. React, Vue, Next, Angular, etc.) and
110
110
convert each individual component (button, div, etc.) into it's own
111
111
dedicated Angular application. Convert each component application into
@@ -117,9 +117,9 @@ import { Image } from '@astrojs/image/components';
117
117
single element, you dont have to recompile your entire application --
118
118
just the individual WASM module.
119
119
</div >
120
- <div class =" text-5xl pb-8" >Start building with Rustular today</div >
120
+ <div class =" pb-8 text-5xl " >Start building with Rustular today</div >
121
121
<a
122
- class =" border-2 border-white hover:border-slate-200 rounded-full px-8 py-4 bg-white hover:bg -slate-200 text-fuchsia-600 "
122
+ class =" rounded-full border-2 border-white bg-white px-8 py-4 text-fuchsia-600 hover:border -slate-200 hover:bg-slate-200 "
123
123
href =" /docs"
124
124
>
125
125
Get Started
0 commit comments