You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref='#'onClick={this.openLightbox}>Here's how mine turned out.</a></p>
51
51
52
52
<Header>
53
53
How do I get my Git Trophy printed?
@@ -77,7 +77,7 @@ export default class Information extends React.Component {
77
77
</Header>
78
78
<p><strong>Frontend:</strong> The app uses <ahref='https://facebook.github.io/react/'>React</a> and <ahref='https://threejs.org/'>Three.js</a> to generate and render the models.</p>
79
79
<p><strong>Backend:</strong> The site uses a <ahref='https://aws.amazon.com/lambda/'>AWS Lambda</a> serverless backend (managed by <ahref='https://github.com/Miserlou/Zappa/'>Zappa</a>) to scrape and serve Github contribution data.</p>
80
-
<p>For more information, check out the <ahref="http://benjamincongdon.me/blog/2017/08/11/Building-GitTrophy/">blog post</a> I wrote about building GitTrophy.</p>
80
+
<p>For more information, check out the <ahref='http://benjamincongdon.me/blog/2017/08/11/Building-GitTrophy/'>blog post</a> I wrote about building GitTrophy.</p>
81
81
82
82
<p>All of the code for this project is open-source. Feel free to check out the <ahref='https://github.com/bcongdon/git-trophy'>git-trophy</a> repo (and leave a ⭐, if you're so inclined. 😉)</p>
0 commit comments