var React = require('react'); var _ = require('lodash'); var cx = require('classnames'); var Icon = require('naturalCrit/icon.svg.jsx'); var Logo = require('naturalCrit/logo/logo.jsx'); var HomebrewIcon = require('naturalCrit/homebrewIcon.svg.jsx'); var CombatIcon = require('naturalCrit/combatIcon.svg.jsx'); var Home = React.createClass({ render : function(){ var self = this; return(

Tip-top tools for the discerning DM

The Homebrewery

Make authentic-looking 5e homebrews using just Markdown

Combat Manager

Easily create and manage complex encouters for your party

); } }); module.exports = Home;