diff --git a/index.js b/index.js index ac075ac..9f1f132 100644 --- a/index.js +++ b/index.js @@ -7,12 +7,15 @@ app.use(express.static(path.join(__dirname, "public"))); app.set("view engine", "ejs"); app.set("views", path.join(__dirname, "views")); -app.get("/", (req,res) => { +app.get("/", (req, res) => { res.render("home") }) +app.get("/rices", (req, res) => { + res.render("rices") +}) -app.get("*", (req,res) => { +app.get("*", (req, res) => { res.render("404") }) diff --git a/public/css/rices.css b/public/css/rices.css new file mode 100644 index 0000000..4a24103 --- /dev/null +++ b/public/css/rices.css @@ -0,0 +1,21 @@ +.ricestext p { + font-family: "Sofia-Pro-Medium"; + font-size: 20px; + color: #cfe8f6; +} + +.bigtext { + font-family: "JosefinSans-Regular"; + color: #cfe8f6; + font-size: 5rem; +} + +.ricestop { + background-color: #1a1a2e; + display: block; +} + +.compimage { + max-width: 60vw; + display: block; +} \ No newline at end of file diff --git a/public/imgs/ricingcomp1/amadeus.png b/public/imgs/ricingcomp1/amadeus.png new file mode 100644 index 0000000..9f48c7d Binary files /dev/null and b/public/imgs/ricingcomp1/amadeus.png differ diff --git a/public/imgs/ricingcomp1/flafy.png b/public/imgs/ricingcomp1/flafy.png new file mode 100644 index 0000000..dc45274 Binary files /dev/null and b/public/imgs/ricingcomp1/flafy.png differ diff --git a/public/imgs/ricingcomp1/flicko.png b/public/imgs/ricingcomp1/flicko.png new file mode 100644 index 0000000..743707f Binary files /dev/null and b/public/imgs/ricingcomp1/flicko.png differ diff --git a/public/imgs/ricingcomp1/lauroro.jpg b/public/imgs/ricingcomp1/lauroro.jpg new file mode 100644 index 0000000..be5ab68 Binary files /dev/null and b/public/imgs/ricingcomp1/lauroro.jpg differ diff --git a/public/imgs/ricingcomp1/lyasm.png b/public/imgs/ricingcomp1/lyasm.png new file mode 100644 index 0000000..5c9559c Binary files /dev/null and b/public/imgs/ricingcomp1/lyasm.png differ diff --git a/views/home.ejs b/views/home.ejs index 93fd57c..7041aa1 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,218 +1,202 @@ + - - + + Hyprland +
- + Github

-
+ -
-
-

Welcome to Hyprland!

-

- A dynamic tiling - Wayland - compositor based on - wlroots - that doesn't sacrifice on its looks. -

-

Install Hyprland

-
-
-
- -
- -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
+
+
+

Welcome to Hyprland!

+

+ A dynamic tiling + Wayland + compositor based on + wlroots + that doesn't sacrifice on its looks. +

+ +
+

Install Hyprland

+
+
+
+
+
- -
-
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + +
+
+
-
-
-
-

Features

-
- -
-
-
-

Smooth
Animations

-

Hyprland offers smooth and responsive animations, be it when - switching between windows, changing a workspace or opening - an app launcher, on top of being highly customizable!

-
MORE ABOUT ANIMATIONS
+
+

Features

+
+ +
+ +
+
+

Smooth
Animations

+

Hyprland offers smooth and responsive animations, be it when + switching between windows, changing a workspace or opening + an app launcher, on top of being highly customizable!

+ +
MORE ABOUT ANIMATIONS
+
+
+
+
+
+

Dynamic
Tiling

+

Tiling in Hyprland is dynamic, meaning it handles the placement + of windows automatically based on multiple factors. + Hyprland supports a variety of layouts, each with their own options + to fine-tune them to your likings.

+ +
MORE ABOUT TILING
+
+
+ +
+ +
+
+
+ +
+ +
+
+

Easy
Configuration

+

Editing the config file for Hyprland is as easy as editing a text + document. Be sure to check the + Wiki Page for information + about the config options, features and syntax. If you still feel lost, + hit us up + @Discord. +

+ +
GET STARTED
+
+
+
-
-
-
-

Dynamic
Tiling

-

Tiling in Hyprland is dynamic, meaning it handles the placement - of windows automatically based on multiple factors. - Hyprland supports a variety of layouts, each with their own options - to fine-tune them to your likings.

-
MORE ABOUT TILING
+
+

+ And More! +

- -
- + -
-
- -
- -
-
-

Easy
Configuration

-

Editing the config file for Hyprland is as easy as editing a text - document. Be sure to check the - Wiki Page for information - about the config options, features and syntax. If you still feel lost, - hit us up - @Discord.

-
GET STARTED
-
-
-
-
-

- And More! -

-
- -
- -
- × -
+
+ + -
- - - + + + - + + \ No newline at end of file diff --git a/views/rices.ejs b/views/rices.ejs new file mode 100644 index 0000000..c50c980 --- /dev/null +++ b/views/rices.ejs @@ -0,0 +1,120 @@ + + + + + + + + + + + + Hyprland - Wall of fame + + + +
+ + + Github +

+
+ +
+

Wall of fame

+
+

+ Wall of fame documents the winning rices from past ricing competitons held on our Discord server. +

+
+ +
+ +
+

December 2022

+
+

+ #1: Flafy + +

+
+

+ #2 ex aequo: flick0 +

+ amadeus + +

+
+

+ #3 ex aequo: lyasm +

+ lauroro + +

+
+ +
+ +
+ × +
+ Hyprland + Wiki + FAQ +
+
+ + + + + + \ No newline at end of file