diff --git a/config/app.php b/config/app.php
index f151b73..6775bbc 100644
--- a/config/app.php
+++ b/config/app.php
@@ -17,7 +17,7 @@
*/
'name' => env('APP_NAME', 'diskfloppy.me'),
- 'version' => '5.4.6',
+ 'version' => '5.5.0-DEV',
/*
|--------------------------------------------------------------------------
diff --git a/public/css/master.css b/public/css/master.css
index bb0b4de..79c39a3 100644
--- a/public/css/master.css
+++ b/public/css/master.css
@@ -1,4 +1,4 @@
-* {
+body {
font-family: monospace;
}
@@ -13,11 +13,11 @@ ul {
table.banner {
margin-left: auto;
margin-right: auto;
- border: 2px solid #E04A38;
- background-color: #E6897E;
+ border: 2px solid #e04a38;
+ background-color: #e6897e;
width: 95%;
/* Passes both WCAG AD and WCAG AAA contrast tests */
- color: #0F0F0F;
+ color: #0f0f0f;
}
table.banner td {
@@ -25,7 +25,7 @@ table.banner td {
}
table.banner td a {
- color: #0F0F0F;
+ color: #0f0f0f;
}
table.banner td a:hover {
@@ -34,32 +34,24 @@ table.banner td a:hover {
div.page {
min-width: 780px;
- max-width: 1024px;
+ max-width: 800px;
padding-left: 0.5em;
padding-right: 0.5em;
margin: auto;
}
h1.inline {
- font-family: sans-serif;
- font-weight: normal;
margin-top: 0em;
clear: none;
- font-size: 100%;
display: inline;
}
-h1.inline:before { content: "" }
-h1:before { content: "> " }
-h2:before { content: ">> " }
-h3:before { content: ">>> " }
-
-h1, h2, h3 {
- font-family: monospace;
- font-weight: normal;
+h1,
+h2,
+h3 {
margin-top: 1em;
clear: left;
- color: #FFFFFF;
+ color: #ffffff;
}
img {
@@ -78,14 +70,13 @@ table.form td {
/* -------------------------------------------------------------------------- */
-
div.preview {
display: inline-block;
width: 30em;
max-width: 100%;
text-align: center;
vertical-align: top;
- margin-bottom: 2em
+ margin-bottom: 2em;
}
div.project {
@@ -94,127 +85,146 @@ div.project {
max-width: 100%;
text-align: center;
vertical-align: top;
- margin-bottom: 2em
+ margin-bottom: 2em;
}
-div.preview .heading .name, div.project .heading .name {
- font-size: 120%
+div.preview .heading .name,
+div.project .heading .name {
+ font-size: 120%;
}
-div.preview img, div.project img {
+div.preview img,
+div.project img {
width: auto;
max-width: 90%;
- max-height: 15em
+ max-height: 15em;
}
-div.preview pre.small, div.project pre.small {
+div.preview pre.small,
+div.project pre.small {
font-size: 75%;
- overflow: hidden
+ overflow: hidden;
}
-div.preview pre, div.project pre {
+div.preview pre,
+div.project pre {
background-color: #222;
color: #ccc;
display: inline-block;
text-align: left;
padding: 0.2em;
- max-width: 90%
+ max-width: 90%;
}
div.project pre {
- border: 1px solid #666666
+ border: 1px solid #666666;
}
pre {
display: inline;
max-width: 95%;
- overflow: auto
+ overflow: auto;
}
.header a {
- text-decoration: none
+ text-decoration: none;
}
nav {
- margin-bottom: 0.3em
+ margin-bottom: 0.3em;
+ text-align: left;
}
-div.ddate {
- text-align: center
+nav div a img {
+ width: 32px;
+}
+
+nav div h1 {
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
+ Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
+ sans-serif;
+ font-weight: normal;
+ font-size: 30px;
+ margin: 10px;
+ margin-left: 0px;
+}
+
+div.date {
+ text-align: center;
}
div.note {
- font-style: italic
+ font-style: italic;
}
table {
border-collapse: collapse;
- border-color: #FFFFFF;
+ border-color: #ffffff;
}
table.noborder td {
- border: none
+ border: none;
}
table.skami a {
- text-decoration: none
+ text-decoration: none;
}
table.weather th {
- font-weight: normal
+ font-weight: normal;
}
table.weather td {
font-weight: bold;
- text-align: right
+ text-align: right;
}
.project .name {
- font-weight: bold
+ font-weight: bold;
}
.toplinks a {
margin-right: 0.5em;
- text-decoration: none
+ text-decoration: none;
}
div.inlinepage {
margin-top: 2em;
border: 0;
- padding: 0
+ padding: 0;
}
div.pheader {
- font-size: 120%
+ font-size: 120%;
}
div.pheader span.date {
margin-right: 1em;
- font-weight: normal
+ font-weight: normal;
}
div.pheader a {
font-weight: bold;
- text-decoration: none
+ text-decoration: none;
}
div.rss {
position: absolute;
top: 1em;
- right: 1em
+ right: 1em;
}
div.archived {
- margin-top: 0.5em
+ margin-top: 0.5em;
}
div.archived span.date {
font-style: italic;
- margin-right: 0.2em
+ margin-right: 0.2em;
}
video {
- max-width: 100%
+ max-width: 100%;
}
.toplinks span {
@@ -222,7 +232,7 @@ .toplinks span {
text-align: right;
float: left;
width: 8em;
- margin-right: 0.5em
+ margin-right: 0.5em;
}
.deprecated {
@@ -231,15 +241,15 @@ .deprecated {
color: #aa0000;
text-align: center;
padding-bottom: 0.5em;
- border-bottom: 2px dashed #aa0000
+ border-bottom: 2px dashed #aa0000;
}
.project .attributes {
- font-style: italic
+ font-style: italic;
}
.project .attribbracket {
- margin-left: 0.5em
+ margin-left: 0.5em;
}
.toplinks {
@@ -247,11 +257,11 @@ .toplinks {
width: 100%;
padding-top: 0.5em;
padding-bottom: 0.5em;
- border-bottom: 1px solid #cccccc
+ border-bottom: 1px solid #cccccc;
}
table td {
- border: 1px solid white
+ border: 1px solid white;
}
td {
@@ -260,7 +270,7 @@ td {
}
table.skami {
- border-color: #eeeeee !important
+ border-color: #eeeeee !important;
}
.header .pagetree {
@@ -271,25 +281,30 @@ .header .pagetree {
padding-top: 0.1em;
padding-bottom: 0.1em;
border-top: 1px solid #cccccc;
- color: #FFFFFF;
+ color: #ffffff;
}
.header .pagetree .title {
- color: #fff
+ color: #fff;
}
.header {
font-size: 100%;
font-weight: normal;
padding-bottom: 0em;
- border-bottom: 1px solid #cccccc;
text-align: center;
- color: #FFFFFF;
+ color: #ffffff;
}
-h1 { font-size: 150% }
-h2 { font-size: 130% }
-h3 { font-size: 115% }
+h1 {
+ font-size: 150%;
+}
+h2 {
+ font-size: 130%;
+}
+h3 {
+ font-size: 115%;
+}
body {
font-family: sans-serif;
@@ -319,7 +334,7 @@ table.commits tr td {
a {
color: #99f;
- text-decoration: none
+ text-decoration: none;
}
table.gb_entryform tr td {
@@ -340,8 +355,26 @@ table.gb_entryform tr td input {
margin-bottom: 5px;
}
+table.gb_entryform_container {
+ width: 100%;
+}
+
+table.gb_entryform_container tr td {
+ border: none;
+ vertical-align: top;
+}
+
+table.gb_entryform_container tr td p,
+table.gb_entryform_container tr td ul {
+ margin: 0px;
+}
+
+table.gb_entryform tbody tr td textarea {
+ width: 210px;
+}
+
table.gb_entry tr td {
- border: solid #FFFFFF;
+ border: solid #ffffff 1px;
width: 500px;
vertical-align: top;
padding: 5px;
@@ -354,7 +387,7 @@ table.gb_entry {
table.gb_admin {
margin-bottom: 5px;
width: 500px;
- border: #FFFFFF solid;
+ border: #ffffff solid;
}
table.gb_admin tr td {
@@ -376,3 +409,12 @@ table.gb_admin tr td.gb_message {
vertical-align: top;
padding: 5px;
}
+
+table.infotable tr td {
+ border: none;
+ padding-right: 5px;
+}
+
+table.infotable tr td h1 {
+ margin: 0px;
+}
diff --git a/public/images/icons/nav/bookmarks.png b/public/images/icons/nav/bookmarks.png
index e135cf8..40ac528 100644
Binary files a/public/images/icons/nav/bookmarks.png and b/public/images/icons/nav/bookmarks.png differ
diff --git a/public/images/icons/nav/deskbar.png b/public/images/icons/nav/deskbar.png
deleted file mode 100644
index 203daa0..0000000
Binary files a/public/images/icons/nav/deskbar.png and /dev/null differ
diff --git a/public/images/icons/nav/gl.png b/public/images/icons/nav/gl.png
deleted file mode 100644
index 90ec35c..0000000
Binary files a/public/images/icons/nav/gl.png and /dev/null differ
diff --git a/public/images/icons/nav/guestbook.png b/public/images/icons/nav/guestbook.png
new file mode 100644
index 0000000..f06aec6
Binary files /dev/null and b/public/images/icons/nav/guestbook.png differ
diff --git a/public/images/icons/nav/haiku.png b/public/images/icons/nav/haiku.png
deleted file mode 100644
index af92ace..0000000
Binary files a/public/images/icons/nav/haiku.png and /dev/null differ
diff --git a/public/images/icons/nav/home.png b/public/images/icons/nav/home.png
new file mode 100644
index 0000000..89cca53
Binary files /dev/null and b/public/images/icons/nav/home.png differ
diff --git a/public/images/icons/nav/login.png b/public/images/icons/nav/login.png
new file mode 100644
index 0000000..b0e3714
Binary files /dev/null and b/public/images/icons/nav/login.png differ
diff --git a/public/images/icons/nav/mail.png b/public/images/icons/nav/mail.png
new file mode 100644
index 0000000..94af322
Binary files /dev/null and b/public/images/icons/nav/mail.png differ
diff --git a/public/images/icons/nav/music.png b/public/images/icons/nav/music.png
new file mode 100644
index 0000000..9273520
Binary files /dev/null and b/public/images/icons/nav/music.png differ
diff --git a/public/images/icons/nav/repo.png b/public/images/icons/nav/repo.png
new file mode 100644
index 0000000..27ade1c
Binary files /dev/null and b/public/images/icons/nav/repo.png differ
diff --git a/public/images/icons/nav/screenshot.png b/public/images/icons/nav/screenshot.png
deleted file mode 100644
index 8fba644..0000000
Binary files a/public/images/icons/nav/screenshot.png and /dev/null differ
diff --git a/public/images/icons/nav/weather.png b/public/images/icons/nav/weather.png
new file mode 100644
index 0000000..f087e56
Binary files /dev/null and b/public/images/icons/nav/weather.png differ
diff --git a/public/images/icons/nav/writing.png b/public/images/icons/nav/writing.png
deleted file mode 100644
index 82089ba..0000000
Binary files a/public/images/icons/nav/writing.png and /dev/null differ
diff --git a/resources/views/components/lastfm.blade.php b/resources/views/components/lastfm.blade.php
index a44afc5..83312e1 100644
--- a/resources/views/components/lastfm.blade.php
+++ b/resources/views/components/lastfm.blade.php
@@ -16,6 +16,6 @@
@break
@endif
{{ str_pad($count+1, 2, '0', STR_PAD_LEFT) }}] {{ $track->name }} • {{ $track->artist }}
- ({{ $track->plays }} plays)
+ ({{ $track->plays }} plays)
@php $count++ @endphp
@endforeach
diff --git a/resources/views/errors/generic-error.blade.php b/resources/views/errors/generic-error.blade.php
index 9764a02..6f08ea5 100644
--- a/resources/views/errors/generic-error.blade.php
+++ b/resources/views/errors/generic-error.blade.php
@@ -2,7 +2,7 @@
@section('title', 'Error 401: Unauthorized User!')
@section('content')
{{ $description }}
@endif diff --git a/resources/views/errors/guestbook-ipban.blade.php b/resources/views/errors/guestbook-ipban.blade.php index 257dd72..386d22a 100644 --- a/resources/views/errors/guestbook-ipban.blade.php +++ b/resources/views/errors/guestbook-ipban.blade.php @@ -2,11 +2,11 @@ @section('title', 'Error 403: IP Blocked!') @section('content')Your IP has been banned from submitting to the guestbook.
@if (isset($reason))Reason: {{ $reason }}
@endif -Whoa there! Your submissions are going at warp speed.
Remember you can only submit an entry once every hour!
-Woah there! Only authorized users can access this page. Please log in to proceed.
Ended up here on accident? Click here to return to the homepage!
@stop diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php index f9d3590..60d3f46 100644 --- a/resources/views/includes/footer.blade.php +++ b/resources/views/includes/footer.blade.php @@ -4,7 +4,7 @@ -Are you sure you want to delete this entry?
- Name: {{ $entry->name }} - IP: {{ $entry->ip_address }} + Name: {{ $entry->name }} + IP: {{ $entry->ip_address }} Date: {{ gmdate("H:i:s - Y-m-d", $entry->timestamp) }} |
@@ -23,7 +23,7 @@ |
+ {{ $category->name }}+ |
+ |
+ + |
+ |
{{ $site->name }} + - {{ $site->description }} | +
+ + | +
+ A few things to note: +
|
+
- Name: {{ $entry->name }} - Date: {{ gmdate("H:i:s - Y-m-d", $entry->timestamp) }} - {{ $entry->message }} - |
+ Submitted by {{ $entry->name }}
+ on {{ gmdate('H:i:s - Y-m-d', $entry->timestamp) }}
+ + {{ $entry->message }} + |
+
Hi!
- This is the personal homepage of floppydisk.
-
- ◆ Tech Theatre - Lighting, Stage Management, etc.
- ◆ Programming - HTML, JavaScript, C#, Java, PHP, Ruby
- ◆ Photography - Flickr
-
Hi! This my personal homepage on the World Wide Web. +
+
+ Interests+ |
+ |
+ + |
+ |
◆ Tech Theatre | +- Lighting, Stage Management, etc. | +
◆ Programming | +- HTML, JavaScript, C#, Java, PHP, Ruby | +
◆ Photography | +- Flickr | +
Mail: contact@diskfloppy.me
- IRC: floppydisk @ r-type
-
Mastodon: @floppydisk@c.im
- Matrix: @floppydisk:arcticfoxes.net
- Twitter: @floppydisk__
- GitHub: floppydisk05
- SDF: ~floppydisk
-
-
+ Contact & social+ |
+ |
+ + |
+ |
contact (at) diskfloppy (dot) me | +|
Mastodon: | +@floppydisk@c.im | +
Matrix: | +@floppydisk:arcticfoxes.net | +
GitHub: | +floppydisk05 | +