var React = require('react'); var _ = require('lodash'); var cx = require('classnames'); var Router = require('pico-router'); 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({ navigate : function(){ }, render : function(){ var self = this; return(

Top-tier tools for the discerning DM

The Homebrewery

Make authentic-looking 5e homebrews using Markdown

Combat Manager

Easily create and manage complex encouters for your party

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