Welcome to Hyprland!
-- A dynamic tiling - Wayland - compositor based on - wlroots - that doesn't sacrifice on its looks. -
-Install Hyprland
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 @@ +
- - + +- A dynamic tiling - Wayland - compositor based on - wlroots - that doesn't sacrifice on its looks. -
-Install Hyprland
+ A dynamic tiling + Wayland + compositor based on + wlroots + that doesn't sacrifice on its looks. +
+ +Install Hyprland
+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!
-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!
+ +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.
+ +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. +
+ +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.
-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.
-