update news and header section (#902)
This commit is contained in:
parent
f6e1ce56fd
commit
3e3dbe67ce
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "A Technical Breakdown of MySky Seeds"
|
||||
date: "2021-05-18"
|
||||
description: MySky uses seeds to authenticate users instead of a username and password construction.
|
||||
thumbnail: ./thumbnail.jpeg
|
||||
categories: ["blog"]
|
||||
author: David Vorick
|
||||
avatar: ../../team/david-vorick.png
|
||||
external: https://blog.sia.tech/a-technical-breakdown-of-mysky-seeds-ba9964505978
|
||||
---
|
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "MySky: Your Home on the Global Operating System of the Future"
|
||||
date: "2021-04-09"
|
||||
description: MySky is a new decentralized identity protocol from Skynet.
|
||||
thumbnail: ./thumbnail.png
|
||||
categories: ["blog"]
|
||||
author: David Vorick
|
||||
avatar: ../../team/david-vorick.png
|
||||
external: https://blog.sia.tech/mysky-your-home-on-the-global-operating-system-of-the-future-5a288f89825c
|
||||
---
|
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Skynet Content Leaderboard"
|
||||
date: "2021-05-13"
|
||||
description: We are excited today to be rolling out the content leaderboard for Skynet and MySky applications!
|
||||
thumbnail: ./thumbnail.png
|
||||
categories: ["blog"]
|
||||
author: David Vorick
|
||||
avatar: ../../team/david-vorick.png
|
||||
external: https://blog.sia.tech/skynet-content-leaderboard-6f378e751dc9
|
||||
---
|
Binary file not shown.
After Width: | Height: | Size: 153 KiB |
|
@ -27,8 +27,9 @@ const NewsHeader = () => {
|
|||
if (!latestNews) return null; // no news
|
||||
|
||||
// hardcoded news for now
|
||||
const CURRENT_NEWS_URL = "https://blog.sia.tech/built-to-explore-the-skynet-spring-2021-hackathon-a0cff382bb0c";
|
||||
const CURRENT_NEWS_TXT = "Built to Explore: The Skynet Spring 2021 Hackathon";
|
||||
const CURRENT_NEWS_URL =
|
||||
"https://blog.sia.tech/mysky-your-home-on-the-global-operating-system-of-the-future-5a288f89825c";
|
||||
const CURRENT_NEWS_TXT = "MySky: Your Home on the Global Operating System of the Future";
|
||||
|
||||
return (
|
||||
<div className="bg-palette-500 px-8 p-3">
|
||||
|
|
Reference in New Issue