Font and logo fix

This commit is contained in:
2020-08-23 00:43:44 +05:00
parent 07aec66412
commit 40db15fa83
5 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
>
<img :src="source.logo" class="h-16 w-16" />
<div
class="text-3xl font-bold text-gray-800 text-center MvAamu mt-2"
class="text-3xl text-gray-800 text-center MvAamu mt-2"
style="font-weight: 100;"
>
{{ source.name }}
</div>

View File

@@ -7,14 +7,14 @@
<meta name=" twitter:title" content="Karudhaas" />
<meta name="twitter:description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
<meta name="twitter:site" content="https://karudhaas.net" />
<meta name="twitter:image" content="">
<meta name="twitter:image" content="/images/og.jpg">
<meta property="og:locale" content="mv" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Karudhaas">
<meta property="og:description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
<meta property="og:url" content="https://karudhaas.net" />
<meta property="og:site_name" content="karudhaas.net" />
<meta property="og:image" content="">
<meta property="og:image" content="/images/og.jpg">
@endsection
@section('content')

View File

@@ -3,12 +3,17 @@
@section('content')
<div class="flex-1 overflow-hidden px-6 md:pl-12 md:pr-0 lg:pl-16 xl:pl-16 xl:pr-20 leading-relaxed text-lg" id="top">
<h1 class="mb-10 text-4xl font-bold text-gray-700 leading-2">What is Karudhaas App?</h1>
<div class="border-b bor"></div>
<p class="my-6 text-gray-800">
Karudhaas is a Web and a mobile app that helps you Discover Stories, Daily news, and inspirations. All with one app.
The app filters out articles from various news sites and aggregates them according to the respective article topics
and its source. We are planning to bring some major feature upgrades later on.
</p>
<div class="mb-2 flex flex-col">
<p class="text-gray-700">Press the icon below to download the android app</p>
<a href="/download/android"><img class="h-16 w-16" src="/images/icon.png"></a>
</div>
<div class="border-b mb-5"></div>
<h1 class="mb-10 text-2xl font-bold text-gray-700 leading-2">Late to go somewhere? We got you covered!</h1>

View File

@@ -4,7 +4,7 @@
<div class="p-4 flex flex-row items-center justify-between">
<a href="/"
class="text-lg font-semibold tracking-widest text-gray-900 uppercase rounded-lg dark-mode:text-white focus:outline-none focus:shadow-outline">
<img class="w-40" src="/images/logo.png" />
<img class="w-24" src="/images/logo.png" />
</a>
</div>

View File

@@ -8,7 +8,7 @@
<div class="transition-all ease-in-out duration-1000 flex flex-col justify-center">
<div slot="middle-right" class="max-w-xs">
<div class="flex flex-col justify-center h-48 p-3">
<div class="text-5xl font-bold text-gray-800 mb-2 text-center MvAamu">{{$topic->name}}</div>
<div class="text-5xl text-gray-800 mb-2 text-center MvAamu" style="font-weight: 100;">{{$topic->name}}</div>
<div class="text-sm my-3 MvTyper text-center leading-6" style="direction:rtl;">
{{$topic->name}} އާއިބެހޭ މަޢުލޫމާތުތަށް އެއްތަންކުރެވިފައި</div>
</div>