Skip to content

Commit

Permalink
update index page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Dec 20, 2019
1 parent bf7e762 commit e9e7224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
import React from 'react';

import PageLayout from 'layouts/PageLayout';
import { getGithubSourceLink } from 'routes';
import { getGithubLink, getGithubSourceLink } from 'routes';
import { Flex } from 'ui';

export default function IndexPage() {
return (
<PageLayout
description="A digital imprint of myself on the web."
source={getGithubLink('io')}
title=".io"
>
<Flex alignItems="center" flexGrow={1} justifyContent="center" mt="-10vh">
<blockquote>
What <a href={getGithubSourceLink()}>data</a> I cannot render, I do
What <a href={getGithubSourceLink()}>data</a> I cannot render, <a href={getGithubLink()}>I</a> do
not understand.
</blockquote>
</Flex>
Expand Down

0 comments on commit e9e7224

Please sign in to comment.