From 0282f83454510bf34850da202b6ab2ef8b7dfbe5 Mon Sep 17 00:00:00 2001 From: o5pxels Date: Fri, 9 Apr 2021 15:50:44 -0500 Subject: Add website to projects, fix CSS comment, add HTML and CSS comment --- assets/css/main.css | 8 +++++++- index.html | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 4340a36..8b4b3db 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -109,7 +109,13 @@ div.project.js h2:after { div.project.css h2:after { font-style: normal; - content: ' // CSS'; + content: ' /* CSS */'; + color: #d3d3d3; +} + +div.project.htmlcss h2:after { + font-style: normal; + content: ' '; color: #d3d3d3; } diff --git a/index.html b/index.html index d26c695..b0c3603 100644 --- a/index.html +++ b/index.html @@ -79,11 +79,18 @@

Projects are listed by most recent to least recent updates.

+
+

fivepixels.me

+

+ The website you are viewing right now. +

+ Source code +

Tribble

A discord.js payment bot that creates tickets and automatically - validates payments. + validates payments using the Gmail API.

Source code
-- cgit v1.2.3