mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
add logo
This commit is contained in:
parent
44bdb30a36
commit
e31e963e4d
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 18 KiB |
@ -40,7 +40,7 @@
|
||||
|
||||
<header>
|
||||
<div class="inner">
|
||||
<h1>pdf2htmlEX</h1>
|
||||
<h1><img src="images/pdf2htmlEX.svg" class="logo">pdf2htmlEX</h1>
|
||||
<h2>A PDF to HTML converter</h2>
|
||||
<a href="https://github.com/coolwanglu/pdf2htmlEX" class="button"><small>View project on</small>GitHub</a>
|
||||
</div>
|
||||
@ -49,7 +49,6 @@
|
||||
<div id="content-wrapper">
|
||||
<div class="inner clearfix">
|
||||
<section id="main-content">
|
||||
|
||||
<p>A beautiful demo is worth a thousand words:</p>
|
||||
|
||||
<ul>
|
||||
|
@ -483,3 +483,9 @@ footer a:hover {
|
||||
#socialbuttons { font-size:1px; }
|
||||
#socialbuttons iframe { vertical-align:middle; }
|
||||
#socialbuttons > div { margin:3px;height:20px; vertical-align:middle; }
|
||||
.logo{
|
||||
width:1em;
|
||||
height:1em;
|
||||
position:relative;
|
||||
top:.2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user