-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 836 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: false
description: Theorycrafting community, latest simulation results and resources -based on SimulationCraft- for World of Warcraft.
---
<article id="home">
<section id="home-introduction" class="container">
<figure>
<img src="{% asset logo.svg @path %}" alt="{{ site.name }} Logo" height="128" width="128" itemprop="logo">
</figure>
<div id="introduction-text">
<h1 class="site-name"><span>Hero</span> <span>Damage</span></h1>
<p>Welcome to Hero Damage, the website where you can see the latest World of Warcraft simulations results for every class.<br>
Please select your class below.</p>
</div>
</section>
<section id="home-picker" class="container">
{% include_cached layout-parts/wowclasspicker.jekyll wowClassTitleLevel=2 %}
</section>
</article>