update logo
This commit is contained in:
3
go.mod
3
go.mod
@@ -4,8 +4,9 @@ go 1.14
|
|||||||
|
|
||||||
replace (
|
replace (
|
||||||
fornaxian.tech/pd_database => ../pd_database
|
fornaxian.tech/pd_database => ../pd_database
|
||||||
fornaxian.tech/pixeldrain_server => ../pixeldrain_server
|
fornaxian.tech/pixeldrain_server/pixelstore => ../pixeldrain_server/pixelstore
|
||||||
fornaxian.tech/pixeldrain_server/api => ../pixeldrain_server/api
|
fornaxian.tech/pixeldrain_server/api => ../pixeldrain_server/api
|
||||||
|
fornaxian.tech/pixeldrain_server/util => ../pixeldrain_server/util
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
|
@@ -170,9 +170,8 @@ body{
|
|||||||
|
|
||||||
.header_image{
|
.header_image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
max-width: 800px;
|
||||||
margin-top: 30px;
|
margin: 0 auto 40px auto;
|
||||||
margin-bottom: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page_navigation a {
|
.page_navigation a {
|
||||||
|
BIN
res/static/img/header_orbitron.png
Normal file
BIN
res/static/img/header_orbitron.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
res/static/img/header_orbitron.xcf
Normal file
BIN
res/static/img/header_orbitron.xcf
Normal file
Binary file not shown.
@@ -46,11 +46,11 @@
|
|||||||
<body>
|
<body>
|
||||||
{{template "page_top" .}}
|
{{template "page_top" .}}
|
||||||
|
|
||||||
<img id="header_image" class="header_image" src="/res/img/header_2019.png" alt="Header image"/>
|
<img id="header_image" class="header_image" src="/res/img/header_orbitron.png" alt="Header image"/>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="page_content">
|
<div class="page_content" style="padding-top: 0;">
|
||||||
<h1>How to share files with pixeldrain</h1>
|
<!-- <h1>How to share files:</h1> -->
|
||||||
<div id="instruction_1" class="instruction_highlight"><div class="limit_width">
|
<div id="instruction_1" class="instruction_highlight" style="margin-top: 0;"><div class="limit_width">
|
||||||
<span class="big_number">1</span><span class="instruction_text">Select files to upload</span>
|
<span class="big_number">1</span><span class="instruction_text">Select files to upload</span>
|
||||||
You can also drop files anywhere on this page from your file
|
You can also drop files anywhere on this page from your file
|
||||||
manager
|
manager
|
||||||
|
Reference in New Issue
Block a user