Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
elitan committed Oct 25, 2023
1 parent b7eab15 commit 409c78f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 6 additions & 0 deletions curl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
curl -I -X GET \
-H "User-Agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.5993.70 Mobile Safari/537.36 (compatible; Google-InspectionTool/1.0;)" \
-H "From: googlebot(at)googlebot.com" \
-H "Accept: */*,application/signed-exchange;v=b3" \
-H "Accept-Encoding: gzip, deflate, br" \
https://nyheter.sh/
16 changes: 7 additions & 9 deletions web/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@ export function Layout({ children }: { children: React.ReactNode }) {
</div>
</div>
</Link>
<div className="absolute w-full justify-center text-sm space-x-8 hidden md:flex ">
<div className="flex items-center space-x-2">
<div>
<CalendarDaysIcon className="h-7 w-7" />
</div>
<div>
<div className="font-bold">{currentDay}</div>
<div>{currentDate}</div>
</div>
<div className="flex items-center space-x-2">
<div>
<CalendarDaysIcon className="h-7 w-7" />
</div>
<div>
<div className="font-bold">{currentDay}</div>
<div>{currentDate}</div>
</div>
</div>
<div className="flex space-x-4">
Expand Down
12 changes: 4 additions & 8 deletions web/src/pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ import { MainContainer } from '@/components/MainContainer';

# About Nyheter.sh

Nyheter.sh is an online newspaper that publishes Swedish news in English.
Nyheter.sh is an online newspaper that publishes Swedish news in English, and it's built by me, Johan Eliasson ([X](https://x.com/elitasson), [LinkedIn](https://www.linkedin.com/in/johan--eliasson/).

Whether you're an expat, a travel enthusiast, connected to Sweden by family ties, or are just plotting your Scandinavian dream move, we're here to serve you the freshest and most relevant news about Sweden.
This website is me exploring how far you can push AI if you only have a few evenings to spare. Nyheter.sh uses AI for voice to text, text to text, text to image and text to voice.

Why choose us? Our platform isn't your typical news generator. Powered by advanced AI, we dive deep into Swedish perspectives. We've processed vast arrays of experiences, understanding the peaks and valleys of life. We're attuned to what our readers value most. Your insights drive us, and your narratives inspire us. Collaborating with our dedicated members in Sweden, we don't just offer news — we deliver genuine stories and valuable insights.

Your unwavering support fuels us. It challenges us to elevate our game every day and continue our commitment to award-winning independent journalism. Dive in with us! 🇸🇪
Think of this website as a research project to be inspired by. I hope you enjoy it.

## Human Content

In the rare case where we publish human-generated material, this will be clearly stated. :) :)

No but REALLY??? hehe
In the rare case where we publish human-generated material, this will be clearly stated.

</MainContainer>

0 comments on commit 409c78f

Please sign in to comment.