Aesthetic overhaul
This commit is contained in:
parent
7a0fcaa828
commit
ddd7956989
20
footer.html
20
footer.html
|
@ -1,12 +1,20 @@
|
|||
<div class="text-center">
|
||||
<footer>
|
||||
No data will be recorded on who inserts what coin-- all I'll get is a timestamp.
|
||||
<p>No data will be recorded on who inserts what coin-- all I'll get is a timestamp.</p>
|
||||
|
||||
<div class="menu">
|
||||
<h3>friends</h3>
|
||||
<ul>
|
||||
<li><a href="https://raddle.me">raddle</a></li>
|
||||
<li><a href="https://ipfs.io">ipfs</a></li>
|
||||
<li><a href="https://jadedmeta.xyz">jadedmeta</a></li>
|
||||
<li><a href="https://libregamenight.xyz">lgn</a></li>
|
||||
<li><a href="https://fsf.org">fsf</a></li>
|
||||
<li><a href="https://eff.org">eff</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<p>
|
||||
<a href="https://notabug.org/jadedctrl/insert-coin">source juice</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
31
header.html
31
header.html
|
@ -6,30 +6,19 @@
|
|||
https://www.gnu.org/licenses/agpl-3.0.html -->
|
||||
|
||||
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/connection" type="text/css"/>
|
||||
<link rel="stylesheet" type="text/css" href="res/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="res/style.css">
|
||||
<link rel="shortcut icon" href="res/img/coin.ico">
|
||||
|
||||
<title>SHRED COIN</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>coinsh.red: Insert Coin</title>
|
||||
</head>
|
||||
|
||||
<body style="font-family: 'ConnectionRegular'; font-weight: normal; font-style: normal;">
|
||||
<div class="row text-center">
|
||||
<a href="https://ihatemazes.xyz">
|
||||
<div class="col-md-4 col-lg-4" id="sectiona">
|
||||
<h1>ihatemazes</h1>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://igpumatinlay.info">
|
||||
<div class="col-md-4 col-lg-4" id="sectionb">
|
||||
<h1>naia</h1>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://coinsh.red">
|
||||
<div class="col-md-4 col-lg-4" id="sectionc">
|
||||
<h1>image-file_upload</h1>
|
||||
</div>
|
||||
</a>
|
||||
<body>
|
||||
<div class="menu top-menu">
|
||||
<h2>coinsh.red</h2>
|
||||
<ul>
|
||||
<li><a href="/insert-coin/index.php">file-beamer</a></li>
|
||||
<li><a href="/insert-coin/u/index.php">url-shortener</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
14
index.php
14
index.php
|
@ -1,24 +1,18 @@
|
|||
<?php include("header.html");?>
|
||||
|
||||
<main class="text-center" style="margin-top: 30px">
|
||||
<main>
|
||||
|
||||
<form action="beam.php" method="post" enctype="multipart/form-data">
|
||||
<p>
|
||||
<input type="text" placeholder="Filename (Blank for uploaded name)"
|
||||
name="desired_filename" id="desired_filename" style="width: 400px;">
|
||||
name="desired_filename" class="basic-text">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<input type="text" placeholder="Description (Optional)"
|
||||
name="file_desc" id="file_desc" style="width: 400px;">
|
||||
<input type="text" placeholder="Source (Optional)"
|
||||
name="file_source" id="file_source" style="width: 400px;">
|
||||
name="file_source" class="basic-text">
|
||||
</p>
|
||||
|
||||
<!-- <p>
|
||||
<input type="text" placeholder="Upload from URL"
|
||||
name="upload_url" id="upload_url" style="width: 400px;">
|
||||
</p> -->
|
||||
|
||||
<input type="file" name="fileToUpload" id="fileToUpload" style="margin: 0 auto">
|
||||
<input style="margin-top: 10px; margin-bottom: 10px" type="submit" value="INSERT COIN" name="submit">
|
||||
</form>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,23 +1,73 @@
|
|||
// AGPLv3+
|
||||
body {
|
||||
background-color: #ffded6;
|
||||
body
|
||||
{
|
||||
background-color: #FAE3E3;
|
||||
|
||||
font-family: 'ConnectionRegular';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sectiona {
|
||||
background-color: #FF5C33;
|
||||
color: #FF5C33;
|
||||
footer
|
||||
{
|
||||
background-color: #F7D4BC;
|
||||
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#sectionb {
|
||||
background-color: #33D6FF;
|
||||
color: #33D6FF;
|
||||
img
|
||||
{
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
#sectionc {
|
||||
background-color: #33FF5C;
|
||||
color: #33FF5C;
|
||||
main
|
||||
{
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
|
||||
|
||||
|
||||
|
||||
.basic-text
|
||||
{
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.menu
|
||||
{
|
||||
background-color: #C98BB9;
|
||||
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.menu h1, .menu h2, .menu h3
|
||||
{
|
||||
background-color: #CFA5B4;
|
||||
|
||||
}
|
||||
|
||||
.menu ul
|
||||
{
|
||||
overflow:hidden
|
||||
|
||||
}
|
||||
|
||||
.menu li
|
||||
{
|
||||
width: 25%;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
.top-menu li
|
||||
{
|
||||
font-size: 20px;
|
||||
width: 50%;
|
||||
}
|
||||
|
|
Ŝarĝante…
Reference in New Issue