Skip to content

Commit

Permalink
fixed logo & header
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-white committed Nov 27, 2019
1 parent b0134e9 commit 1b32150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file added image_res/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="us">
<link rel="icon" type="image/png" href="image_res/favicon.ico">

<link rel="image_src" href="https://damagecalc.trainertower.com/image_res/trainertower.pngg" />
<link rel="image_src" href="https://damagecalc.trainertower.com/image_res/logo.png" />
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#">
<meta property="og:title" content="Trainer Tower Damage Calculator" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://damagecalc.trainertower.com/image_res/trainertower.png" />
<meta property="og:image" content="https://damagecalc.trainertower.com/image_res/logo.png" />

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand All @@ -33,7 +33,7 @@
</head>
<body class="dark">
<div class="header"><div class="wrapper">
<span class="header-logo"><a href="http://trainertower.com"><img src="image_res/trainertower.png" alt="Trainer Tower" style="height: 45px;padding-top: 5px;"/></a></span><span class="nav"><a href="http://trainertower.com">Home</a> | <a href="http://trainertower.com/forums">Forums</a> | <a href="http://play.pokemonshowdown.com/vgc">Showdown</a> | <a href="https://trainertower.com/vgc-2019-sun-series-speed-tiers/">2019 Speed Tiers</a> | <a href="https://github.com/jake-white/VGC-Damage-Calculator">GitHub Page</a> | <a href="https://lilymaniac.github.io/calc/">한국어 계산기 (Korean Version)</a> | <a href="http://trainertower.com/usage-stats">Showdown Stats</a> | <a href="http://www.trainertower.com/WCS-battle-spot-usage/">Battlespot Stats</a> | <a href="http://www.trainertower.com/survivalcalc/">Survival Calc</a><button class="btn" id="switchTheme">Dark theme</a></span>
<span class="header-logo"><a href="http://trainertower.com"><img src="image_res/logo.png" alt="Trainer Tower" style="height: 45px;padding-top: 5px;"/></a></span><span class="nav"><a href="http://trainertower.com">Home</a> | <a href="http://play.pokemonshowdown.com/vgc">Showdown</a> | <a href="https://www.trainertower.com/vgc20-speed-tiers/">2020 Speed Tiers</a> | <a href="https://github.com/jake-white/VGC-Damage-Calculator">GitHub Page</a> | <a href="https://lilymaniac.github.io/calc/">한국어 계산기 (Korean Version)</a> | <a href="http://www.trainertower.com/survivalcalc/">Survival Calc</a><button class="btn" id="switchTheme">Dark theme</a></span>
<div style="clear:both"></div>

</div></div>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h4 class="panel-title">Field
</div>
</div>

<div class="btn-group gen-specific g7 g8">
<div class="btn-group gen-specific g7">
<div class="left" title="Has this Pokemon used Extreme Evoboost?">
<input class="btn-input calc-trigger" type="checkbox" id="evoL" /><label class="btn btn-xwide" for="evoL"><img src="image_res/133.png"><br>Extreme Evoboost</label>
</div>
Expand Down

0 comments on commit 1b32150

Please sign in to comment.