-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
48 lines (46 loc) · 3.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en" class="js js csstransitions js csstransitions js csstransitions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Player's Basic Rules | Dungeons & Dragons</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" type="image/x-icon" href="files/favicon_0.ico">
<style type="text/css" media="all">
@import "./files/basic_rules.css";
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="./files/notify.js"></script>
<script type="text/javascript" src="./files/basic-rules-dice.js"></script>
</head>
<body class="loaded html not-front not-logged-in no-sidebars page-node page-node- page-node-4896 node-type-hubhowtoplay product_tabletop-games_basic-rules product_tabletop-games_basic-rules sliding-popup-processed" style="">
<a href="https://github.com/Narfss/DungeonsAndDragonsBasicRules"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<center>
<img src="./files/basic-rules_title.png" alt="" >
<h3 id="howtoplayparent_886">
<span>About this project</span>
</h3>
<p style="width: 75%">This document is a minimal version of the <a href="http://dnd.wizards.com/products/tabletop/players-basic-rules">Dungeons & Dragons basic rules v0.3 website</a> merged with <a href="http://dnd.wizards.com/products/tabletop/dm-basic-rules">Dungeons & Dragons- Dungeon Master basic rules v0.5 website</a> with the remaining information from <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">SYSTEMS REFERENCE DOCUMENT (SRD) v5.1</a> to fill the gaps. The main idea of this project is to make a better version for tablets, ebooks or printing. Additonally we will be able to improve the document's references, contents or examples.</p>
</div>
<p>Here you can download the ebooks versions or open the web versions</p>
<div class="downloadBooksReference">
<span style="width: 50%; float:left;">
<a href="DungeonsAndDragonsBasicRules.epub"><img src="./files/book.png" style='vertical-align:middle; display:inline;'/> Download as epub</a><br/>
<a href="DungeonsAndDragonsBasicRules.mobi"><img src="./files/book.png" style='vertical-align:middle; display:inline;'/> Download as mobi</a><br/>
<a href="player.html">
Click to open as a web</br>
<img src="./cover.jpg" style="width: 400px"/></br>
</a>
</span>
<span style="width: 50%; float:left;">
<a href="DungeonsAndDragonsDungeonMasterBasicRules.epub"><img src="./files/book.png" style='vertical-align:middle; display:inline;'/> Download as epub</a><br/>
<a href="DungeonsAndDragonsDungeonMasterBasicRules.mobi"><img src="./files/book.png" style='vertical-align:middle; display:inline;'/> Download as mobi</a><br/>
<a href="master.html">
Click to open as web<br/>
<img src="./dungeonMaster/master-cover.jpg" style="width: 400px"/></br>
</a>
</span>
</div>
</center>
</body>
</html>