mirror of
https://github.com/seigler/bl2skills.com
synced 2025-07-27 01:36:10 +00:00
Added Community Patch to the Site (#1)
* community patch skills added * fixed skill presentation * fixed the value of death mark * moved vanilla characters to base folder * removed files from vanilla folder
This commit is contained in:
parent
53df772180
commit
1a365fed3e
16 changed files with 1951 additions and 174 deletions
42
vanilla.html
Normal file
42
vanilla.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Borderlands 2 Skill Calculator</title>
|
||||
<link href='main.css' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
|
||||
</head>
|
||||
<body class="choicePage">
|
||||
<div class="wrapper">
|
||||
<div class="header">
|
||||
<h1>Borderlands<em>2</em> skill calculator</h1>
|
||||
<a class="biglink" href="gunzerker.html">
|
||||
<h2>Salvador</h2>
|
||||
<h3>Gunzerker</h3>
|
||||
</a>
|
||||
<a class="biglink" href="commando.html">
|
||||
<h2>Axton</h2>
|
||||
<h3>Commando</h3>
|
||||
</a>
|
||||
<a class="biglink" href="assassin.html">
|
||||
<h2>Zer0</h2>
|
||||
<h3>Assassin</h3>
|
||||
</a>
|
||||
<a class="biglink" href="siren.html">
|
||||
<h2>Maya</h2>
|
||||
<h3>Siren</h3>
|
||||
</a>
|
||||
<a class="biglink" href="mechromancer.html">
|
||||
<h2>Gaige</h2>
|
||||
<h3>Mechromancer</h3>
|
||||
</a>
|
||||
<a class="biglink" href="psycho.html">
|
||||
<h2>Krieg</h2>
|
||||
<h3>Psycho</h3>
|
||||
</a>
|
||||
</div>
|
||||
<!--#include virtual="./footer.txt"-->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue