update logo
This commit is contained in:
3
go.mod
3
go.mod
@@ -4,8 +4,9 @@ go 1.14
|
||||
|
||||
replace (
|
||||
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/util => ../pixeldrain_server/util
|
||||
)
|
||||
|
||||
require (
|
||||
|
@@ -170,9 +170,8 @@ body{
|
||||
|
||||
.header_image{
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto 40px auto;
|
||||
}
|
||||
|
||||
.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>
|
||||
{{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/>
|
||||
<div class="page_content">
|
||||
<h1>How to share files with pixeldrain</h1>
|
||||
<div id="instruction_1" class="instruction_highlight"><div class="limit_width">
|
||||
<div class="page_content" style="padding-top: 0;">
|
||||
<!-- <h1>How to share files:</h1> -->
|
||||
<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>
|
||||
You can also drop files anywhere on this page from your file
|
||||
manager
|
||||
|
Reference in New Issue
Block a user