diff --git a/.gitignore b/.gitignore index 5fb66c9..3124f20 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ # Ignore master key for decrypting credentials and more. /config/master.key + +# JetBrains can you not +.idea/* diff --git a/app/assets/fonts/FiraCode-Regular.woff2 b/app/assets/fonts/FiraCode-Regular.woff2 new file mode 100644 index 0000000..f8b63fb Binary files /dev/null and b/app/assets/fonts/FiraCode-Regular.woff2 differ diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 288b9ab..9bacda0 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -12,4 +12,6 @@ * *= require_tree . *= require_self + *= require fonts + *= require master */ diff --git a/app/assets/stylesheets/fonts.css b/app/assets/stylesheets/fonts.css new file mode 100644 index 0000000..482d458 --- /dev/null +++ b/app/assets/stylesheets/fonts.css @@ -0,0 +1,4 @@ +@font-face { + font-family: "FiraCode"; + src: url("FiraCode-Regular.woff2") format('woff2') +} \ No newline at end of file diff --git a/app/assets/stylesheets/master.css b/app/assets/stylesheets/master.css new file mode 100644 index 0000000..e991b48 --- /dev/null +++ b/app/assets/stylesheets/master.css @@ -0,0 +1,94 @@ +:root { + --background: #11111b; + --foreground: #cdd6f4; + --links: #89b4fa; +} + +body { + background-color: var(--background); + color: var(--foreground); + margin: 20px 75px 20px 75px; + line-height: 1.5em; + font-size: 10pt; + letter-spacing: -0.015em; +} + +body, +pre { + font-family: "FiraCode", monospace; +} + +a { + color: var(--links); + text-decoration: underline dotted; +} + +a:hover { + text-decoration: underline solid; +} + +ul { + list-style: none; + margin-left: 0; + padding: 0; +} + +li { + padding-left: 1em; + text-indent: -1em; +} + +li:before { + content: "-"; + padding-right: 5px; +} + +p, ul, pre { + margin: 0; +} + +.section { + min-width: 20em; + width: max-content; +} + +ul.members li { + text-indent: 0em; +} + +ul.members li:before { + content: none +} + +body > div { + padding-bottom: 1em; +} + +body > div:nth-last-child(-n + 3) { + padding-bottom: 0; +} + +.footer { + text-align: center; +} + +table.services { + padding-left: 1em; +} + +table.services td { + padding: 0 1em 0 0; +} + +table.services tr td:first-child { + padding-right: 0.5em; +} + +table.services tr td:nth-child(2)::before { + content: "- "; +} + +table.services tr td:last-child { + font-style: italic; +} + diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb new file mode 100644 index 0000000..95f2992 --- /dev/null +++ b/app/controllers/home_controller.rb @@ -0,0 +1,4 @@ +class HomeController < ApplicationController + def index + end +end diff --git a/app/helpers/home_helper.rb b/app/helpers/home_helper.rb new file mode 100644 index 0000000..23de56a --- /dev/null +++ b/app/helpers/home_helper.rb @@ -0,0 +1,2 @@ +module HomeHelper +end diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb new file mode 100644 index 0000000..b7129f2 --- /dev/null +++ b/app/views/home/index.html.erb @@ -0,0 +1,29 @@ +
_______ _____ +| ___|.----.-----.-----.-----.-----.| \.-----.--.--. +| ___|| _| _ |-- __| -__| || -- | -__| | | +|___| |__| |_____|_____|_____|__|__||_____/|_____|\___/+
Services
+| dingus.frzn.dev | +dingus | +does things | +
| yourmother.frzn.dev | +yourmother doer | +i am so funny ahahhhah | +