mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
include community links
This commit is contained in:
15
src/interface/static/css/main.css
vendored
15
src/interface/static/css/main.css
vendored
@@ -79,9 +79,18 @@ body{
|
||||
}
|
||||
.app_footer{
|
||||
grid-area: app_footer;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
min-width: 100%;
|
||||
background-color: #2b2b2b;
|
||||
margin: 0px;
|
||||
}
|
||||
.copyright{
|
||||
|
||||
}
|
||||
.footer_contact{
|
||||
|
||||
}
|
||||
.nav_top{
|
||||
grid-area: nav_top;
|
||||
@@ -115,6 +124,10 @@ justify-content: right;
|
||||
}
|
||||
.button{
|
||||
|
||||
}
|
||||
.discord-button{
|
||||
max-width: 78px;
|
||||
max-height: 26px;
|
||||
}
|
||||
.nav_button{
|
||||
background-color:darkgray;
|
||||
@@ -153,7 +166,7 @@ justify-content: right;
|
||||
|
||||
}
|
||||
#python_logo{
|
||||
height: 50px;
|
||||
height: 37px;
|
||||
width: 91px;
|
||||
}
|
||||
#book_shelf{
|
||||
|
||||
BIN
src/interface/static/img/discord_logo_color.png
vendored
Normal file
BIN
src/interface/static/img/discord_logo_color.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
14
src/interface/templates/index.html
vendored
14
src/interface/templates/index.html
vendored
@@ -18,12 +18,15 @@
|
||||
<div id="app">
|
||||
<div class="app_header" >
|
||||
<div class="app_hdr">
|
||||
<h1 class="app_hdr shadow">pyShelf</h1>
|
||||
<h1 class="app_hdr shadow">pyShelf 0.3.0</h1>
|
||||
</div>
|
||||
<div class="app_slogan">
|
||||
<h3 class="app_slogan shadow">""An elegant tool... for a more civilized age."</h3>
|
||||
<h3 class="app_slogan shadow">"An elegant tool... for a more civilized age."</h3>
|
||||
</div>
|
||||
<div class="app_subhdr">
|
||||
<a class="discord-button" href="https://discord.gg/H9TbNJS" alt="https://discord.gg/H9TbNJS">
|
||||
<img src="/static/img/discord_logo_color.png" class="discord-button"/>
|
||||
</a>
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
<a class="github-button" href="https://github.com/th3r00t/pyShelf/fork" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork th3r00t/pyShelf on GitHub">Fork</a>
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
@@ -56,8 +59,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="app_footer" >
|
||||
<div class="python_logo" >
|
||||
<img src="/static/img/py.png" id="python_logo" />
|
||||
<div class="python_logo"><img src="/static/img/py.png" id="python_logo" /></div>
|
||||
<div class="copyright">pyShelf is an opensource project</div>
|
||||
<div class="footer_contact">
|
||||
#pyshelf on freenode<br />
|
||||
<a href=http://pyshelf.com class="nav_link" alt="pyshelf.com">http://pyshelf.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
12
src/interface/templates/search.html
vendored
12
src/interface/templates/search.html
vendored
@@ -18,12 +18,15 @@
|
||||
<div id="app">
|
||||
<div class="app_header" >
|
||||
<div class="app_hdr">
|
||||
<h1 class="app_hdr shadow">pyShelf</h1>
|
||||
<h1 class="app_hdr shadow">pyShelf 0.3.0</h1>
|
||||
</div>
|
||||
<div class="app_slogan">
|
||||
<h3 class="app_slogan shadow">""An elegant tool... for a more civilized age."</h3>
|
||||
<h3 class="app_slogan shadow">"An elegant tool... for a more civilized age."</h3>
|
||||
</div>
|
||||
<div class="app_subhdr">
|
||||
<a class="discord-button" href="https://discord.gg/H9TbNJS" alt="https://discord.gg/H9TbNJS">
|
||||
<img src="/static/img/discord_logo_color.png" class="discord-button"/>
|
||||
</a>
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
<a class="github-button" href="https://github.com/th3r00t/pyShelf/fork" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork th3r00t/pyShelf on GitHub">Fork</a>
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
@@ -62,6 +65,11 @@
|
||||
<div class="python_logo" >
|
||||
<img src="/static/img/py.png" id="python_logo" />
|
||||
</div>
|
||||
<div class="copyright">pyShelf is an opensource project</div>
|
||||
<div class="footer_contact">
|
||||
#pyshelf on freenode<br />
|
||||
<a href=http://pyshelf.com class="web_footer_link" alt="pyshelf.com">http://pyshelf.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user