mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-09 16:06:14 +02:00
ui: first pass on redesign (#228)
This commit is contained in:
@@ -1,18 +1,26 @@
|
||||
import React, { Fragment } from "react"
|
||||
|
||||
import { HeaderBarebone } from "../../components/HeaderBarebone"
|
||||
import { Link } from "../../components/Link"
|
||||
import { PageContent } from "../../components/PageContent"
|
||||
import { SEO } from "../../components/SEO"
|
||||
|
||||
function ArchivesPage() {
|
||||
return (
|
||||
<Fragment>
|
||||
<SEO title="Tech Spotlights Archives" />
|
||||
<p>Welcome to the TPH tech spotlights archives.</p>
|
||||
<p>
|
||||
This regroups the archives of our occasional, temporary channels that
|
||||
cover a piece of technology that might be unknown to part of our users.
|
||||
You can find those on <Link to="/about">The Programmer's Hangout</Link>.
|
||||
</p>
|
||||
<HeaderBarebone title="Welcome to the TPH tech spotlights archives." />
|
||||
|
||||
<PageContent
|
||||
content={
|
||||
<p>
|
||||
This regroups the archives of our occasional, temporary channels
|
||||
that cover a piece of technology that might be unknown to part of
|
||||
our users. You can find those on{" "}
|
||||
<Link to="/about">The Programmer's Hangout</Link>.
|
||||
</p>
|
||||
}
|
||||
/>
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user