Skip to content

Commit

Permalink
Add about page
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Mar 3, 2017
1 parent d01a303 commit 8fadf4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/gatsbygram/pages/about.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React from "react"

class About extends React.Component {
render () {
return (
<div>
<h1>About Gatsbygram</h1>
<p>Gatsbygram is an example website built with the JavaScript web framework <a target="_blank" href="https://github.com/gatsbyjs/gatsby">Gatsby</a></p>
<p>The code for the site lives at <a href="https://github.com/gatsbyjs/gatsby/tree/1.0/examples/gatsbygram" target="_blank">https://github.com/gatsbyjs/gatsby/tree/1.0/examples/gatsbygram</a></p>
</div>
)
}
}

export default About

0 comments on commit 8fadf4d

Please sign in to comment.