From 0ee133cb817e6bd7b165a40d5c2c619e28c43817 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Thu, 6 Oct 2022 14:46:06 -0600 Subject: [PATCH] add skeleton for all sections --- src/pages/downloads.tsx | 150 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 149 insertions(+), 1 deletion(-) diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index 3e1bda1b5c..b2ad5a1212 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -1,8 +1,12 @@ import { + Button, Code, Link, ListItem, Stack, + Table, + Th, + Tr, Text, UnorderedList, } from '@chakra-ui/react'; @@ -10,6 +14,10 @@ import type { NextPage } from 'next'; import { DownloadsHero, DownloadsSection } from '../components/UI/downloads'; +import { + GETH_REPO_URL +} from '../constants' + const DownloadsPage: NextPage = ({}) => { return ( @@ -62,7 +70,6 @@ const DownloadsPage: NextPage = ({}) => { { + + + + These are the current and previous stable releases of go-ethereum, updated automatically when a new version is tagged in our{' '} + + GitHub repository. + + + + + + TABLE + + + + + + + + + + + These are the develop snapshots of go-ethereum, updated automatically when a new commit is pushed into our{' '} + + GitHub repository. + + + + + + TABLE + + + + + + + + + + + All the binaries available from this page are signed via our build server PGP keys: + + + + + + + + + + + +
+ + Build Server + + + + UniqueID + + + + OpenPGP Key + + + + Fingerprint + +
+
+
+