mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2025-12-20 04:00:02 +01:00
website: minor rewordings on the homepage
This commit is contained in:
parent
d3dd57ca46
commit
46b73ec248
3 changed files with 8 additions and 8 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<div class="flex h-full flex-col justify-end p-8 sm:p-12">
|
||||
<h2 class="mb-6 text-5xl font-bold text-white lg:text-8xl">Smooth</h2>
|
||||
<p class="max-w-[60ch]">
|
||||
Smooth transitions. Great animations. High performance. Instant input.
|
||||
Smooth transitions. Eye-pleasing animations. Great performance. Highly responsive.
|
||||
</p>
|
||||
|
||||
<div class="_wrapper absolute inset-0 select-none" aria-hidden="true">
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
<div class="flex h-full flex-col justify-end p-8 sm:p-12">
|
||||
<h2 class="mb-6 text-5xl font-bold text-white">Easy to configure</h2>
|
||||
<p class="max-w-[60ch]">
|
||||
Live reloading config. Easy plain-text format. Sensible defaults. Great documentation.
|
||||
Live reloading config. Easy configuration format. Sensible defaults. Great documentation.
|
||||
</p>
|
||||
|
||||
<div class="_wrapper absolute inset-0 select-none" aria-hidden="true">
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<div class="flex h-full flex-col justify-end p-8 sm:p-12">
|
||||
<h2 class="mb-6 text-5xl font-bold text-white">Dynamic tiling</h2>
|
||||
<p class="max-w-[60ch]">
|
||||
Automatic tiling that just works. Supports multiple fine-tuneable layouts.
|
||||
Automatic tiling that just works. Supports multiple fine-tuneable layouts, with even more as plugins.
|
||||
</p>
|
||||
<div class="_wrapper absolute inset-0 select-none" aria-hidden="true">
|
||||
<div class="feature-image">
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
Socket-based IPC
|
||||
</a>
|
||||
<a
|
||||
href="https://github.com/hyprland-community/awesome-hyprland#plugins"
|
||||
href="https://wiki.hyprland.org/Configuring/Dispatchers/"
|
||||
target="_blank"
|
||||
class="icon-feature hover:underline"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -30,13 +30,13 @@
|
|||
<h1
|
||||
class="ani-in title pointer-events-auto mb-4 max-w-[20ch] text-center text-4xl font-bold !leading-[1.25] fill-mode-backwards [animation-delay:384ms] sm:text-6xl md:text-7xl lg:text-8xl lg:tracking-tight"
|
||||
>
|
||||
Tiling compositor <br /><span class="hyprgradient title-gradient">with the looks</span>
|
||||
Modern compositor <br /><span class="hyprgradient title-gradient">with the looks</span>
|
||||
</h1>
|
||||
<p
|
||||
class="ani-in mb-8 text-center text-base font-medium text-slate-400 fill-mode-backwards [animation-delay:794ms] sm:mb-12 sm:max-w-lg sm:px-0 sm:text-xl md:max-w-lg md:text-2xl lg:max-w-[50ch]"
|
||||
>
|
||||
Hyprland provides the latest Wayland features, dynamic tiling, all the eyecandy, powerful
|
||||
plugins and much more
|
||||
plugins and much more, while still being lightweight and responsive
|
||||
</p>
|
||||
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
</div>
|
||||
|
||||
<Button type="fancyOutline" size="lg" class="max-w-max"
|
||||
><a href="/plugins/">Checkout more plugins</a></Button
|
||||
><a href="/plugins/">Check out more plugins</a></Button
|
||||
>
|
||||
|
||||
<div class="-mt-5 hidden gap-1 lg:mt-12 lg:flex lg:flex-col">
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
<IconLinkOut />
|
||||
</a>
|
||||
<p class="font-medium text-slate-400">
|
||||
A list of plugins, bindings and more by the community
|
||||
A list of plugins, bindings, apps and more made by the community
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue