From bfcf02cff93675eb6803ed0924dee7d5f04488e4 Mon Sep 17 00:00:00 2001 From: horus Date: Thu, 11 Feb 2021 19:51:22 +0100 Subject: Minor UI improvements. --- resources/views/about.blade.php | 8 ++++++-- resources/views/index.blade.php | 9 +++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 143fe55..842b8bc 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -24,10 +24,14 @@ html {

- {{ env('APP_NAME') }} is a resource of curious, obscure, inspiring, interesting and sometimes even scary insights. Dive deep in the worlds knowlegde. We focus on "anything that gratifies one's intellectual curiosity." Or to speak more clearly: Reading Wikipedia was my hobby, so I automated it. + I was curious what HN may find interesting, so I used upvoted or discussed articles from Wikipedia as a proxy and build this. All articles are structured and categorized to get a better overview. Unsurprisingly computing was on the top, but then it might get interesting.

- Enter {{ env('APP_NAME') }}. This is a collection of curated Wikipedia articles, sourced primarily (for now) from {!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News. For structured consuming most of them are further categorized in topics. For starting, I recommend reading the most popular articles or browse by topics. + So I keep this as a resource of curious, obscure, inspiring and interesting bits and insights. + Other way to phrase it: Reading Wikipedia was my hobby, so I automated it. (Sure, what else.) +
+
+ Enter mostdiscussed.com. This is a collection of curated Wikipedia articles, sourced primarily (for now) from {!! file_get_contents(public_path() . "/img/y-combinator.svg") !!} Hacker News. For structured consuming most of them are further categorized in topics. For starting, I recommend reading the most popular articles or browse by topics.

diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 133368f..dd891b7 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -1,6 +1,14 @@ @extends('layouts.app') @section('styles') +@media ( max-width: 397px ) { + .btn-mobile-second { + margin-top: 1rem; + } + .btn-lg { + width: 100%; + } +} @endsection @section('content') @@ -16,6 +24,7 @@

Most Popular + Popular Topics

Not ready to explore?
Then learn more. -- cgit v1.2.3