diff --git a/assets/css/projects.css b/assets/css/projects.css index 3435fff..136b927 100644 --- a/assets/css/projects.css +++ b/assets/css/projects.css @@ -30,4 +30,8 @@ ol { li p { padding-left: 0; +} + +.sticky-offset { + top: 56px !important; } \ No newline at end of file diff --git a/assets/css/site.css b/assets/css/site.css index e3f45e0..e42cc58 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -51,8 +51,9 @@ background-color: #161038; } -.text-yellow { - text-emphasis-color: yellow; +.card-soft-link { + color: #5AB2DA; + padding-right: 2%; } .card { diff --git a/assets/script/app.js b/assets/script/app.js index a47e946..6313f26 100644 --- a/assets/script/app.js +++ b/assets/script/app.js @@ -1,5 +1,5 @@ var $document = $(document), - $nav = $('.navbar'), + $nav = $('.navbar-top'), navbarDef = 'bg-dark', effect = 'fadeInDown'; diff --git a/views/pages/index.ejs b/views/pages/index.ejs index 23165c8..9c8b9cb 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -36,36 +36,36 @@
Yama is a powerful developer-friendly web crawler/scraper built with Selenium and Java. Built from the ground up by yours truly.
If you only have a hammer, everything looks like a nail. Repley combines Apache Tomcat and ChartJS to make dynamic database chart generation as easy as editing a JSON file.
Tbh, idk what other project to put here, we'll have to figure it our later