Skip to content

Commit 974af7f

Browse files
committed
Theme update
1 parent 18bd665 commit 974af7f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1904
-3968
lines changed

transfersh-server/static/404.html

Lines changed: 31 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -1,157 +1,39 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Page Not Found :(</title>
6-
<style>
7-
::-moz-selection {
8-
background: #b3d4fc;
9-
text-shadow: none;
10-
}
1+
<!doctype html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]><!-->
6+
<html class="no-js">
7+
<!--<![endif]-->
118

12-
::selection {
13-
background: #b3d4fc;
14-
text-shadow: none;
15-
}
9+
include "includes/head.html"
1610

17-
html {
18-
padding: 30px 10px;
19-
font-size: 20px;
20-
line-height: 1.4;
21-
color: #737373;
22-
background: #f0f0f0;
23-
-webkit-text-size-adjust: 100%;
24-
-ms-text-size-adjust: 100%;
25-
}
11+
<body id="download">
2612

27-
html,
28-
input {
29-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
30-
}
13+
include "includes/ga.html"
3114

32-
body {
33-
max-width: 500px;
34-
_width: 500px;
35-
padding: 30px 20px 50px;
36-
border: 1px solid #b3b3b3;
37-
border-radius: 4px;
38-
margin: 0 auto;
39-
box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
40-
background: #fcfcfc;
41-
}
15+
<div class="body-container container-fluid p-0">
16+
<div class="row">
17+
<div class="col-12 col-sm-10 col-md-8 col-lg-6">
18+
<div class="sidebar d-flex align-items-center justify-content-center">
19+
<div class="sidebar-content">
20+
<h1>
21+
WeTransfer <small>| B&amp;B Web Expertise</small>
22+
</h1>
4223

43-
h1 {
44-
margin: 0 10px;
45-
font-size: 50px;
46-
text-align: center;
47-
}
24+
<h2>Erreur 404</h2>
4825

49-
h1 span {
50-
color: #bbb;
51-
}
26+
<div class="baseline">
27+
<p><strong>Fichier introuvable :</strong> le lien est erroné ou a expiré.</p>
28+
</div>
5229

53-
h3 {
54-
margin: 1.5em 0 0.5em;
55-
}
56-
57-
p {
58-
margin: 1em 0;
59-
}
60-
61-
ul {
62-
padding: 0 0 0 40px;
63-
margin: 1em 0;
64-
}
65-
66-
.container {
67-
max-width: 380px;
68-
_width: 380px;
69-
margin: 0 auto;
70-
}
71-
72-
/* google search */
73-
74-
#goog-fixurl ul {
75-
list-style: none;
76-
padding: 0;
77-
margin: 0;
78-
}
79-
80-
#goog-fixurl form {
81-
margin: 0;
82-
}
83-
84-
#goog-wm-qt,
85-
#goog-wm-sb {
86-
border: 1px solid #bbb;
87-
font-size: 16px;
88-
line-height: normal;
89-
vertical-align: top;
90-
color: #444;
91-
border-radius: 2px;
92-
}
93-
94-
#goog-wm-qt {
95-
width: 220px;
96-
height: 20px;
97-
padding: 5px;
98-
margin: 5px 10px 0 0;
99-
box-shadow: inset 0 1px 1px #ccc;
100-
}
101-
102-
#goog-wm-sb {
103-
display: inline-block;
104-
height: 32px;
105-
padding: 0 10px;
106-
margin: 5px 0 0;
107-
white-space: nowrap;
108-
cursor: pointer;
109-
background-color: #f5f5f5;
110-
background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
111-
background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
112-
background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
113-
background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
114-
-webkit-appearance: none;
115-
-moz-appearance: none;
116-
appearance: none;
117-
*overflow: visible;
118-
*display: inline;
119-
*zoom: 1;
120-
}
121-
122-
#goog-wm-sb:hover,
123-
#goog-wm-sb:focus {
124-
border-color: #aaa;
125-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
126-
background-color: #f8f8f8;
127-
}
128-
129-
#goog-wm-qt:hover,
130-
#goog-wm-qt:focus {
131-
border-color: #105cb6;
132-
outline: 0;
133-
color: #222;
134-
}
135-
136-
input::-moz-focus-inner {
137-
padding: 0;
138-
border: 0;
139-
}
140-
</style>
141-
</head>
142-
<body>
143-
<div class="container">
144-
<h1>Not found <span>:(</span></h1>
145-
<p>Sorry, but the page you were trying to view does not exist.</p>
146-
<p>It looks like this was the result of either:</p>
147-
<ul>
148-
<li>a mistyped address</li>
149-
<li>an out-of-date link</li>
150-
</ul>
151-
<script>
152-
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
153-
</script>
154-
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
30+
</div>
31+
</div>
15532
</div>
156-
</body>
157-
</html>
33+
</div>
34+
</div>
35+
<script src="https://wetransfer.bnb.re/js/manifest.js"></script>
36+
<script src="https://wetransfer.bnb.re/js/vendor.js"></script>
37+
<script src="https://wetransfer.bnb.re/js/app.js"></script>
38+
</body>
39+
</html>

transfersh-server/static/404.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

transfersh-server/static/download.audio.html

Lines changed: 21 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -6,99 +6,36 @@
66
<html class="no-js">
77
<!--<![endif]-->
88

9-
<head>
10-
<meta charset="utf-8">
11-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
12-
<title>transfer.bnb.re - Service de partage BnB Web Expertise.</title>
13-
<meta name="description" content="Easy and fast file sharing from the command-line.">
14-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
15-
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
16-
<link rel="stylesheet" href="/styles/main.css">
17-
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300' rel='stylesheet' type='text/css'>
18-
<link href='//fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
19-
<script src="/scripts/vendor/modernizr.js"></script>
20-
</head>
9+
include "includes/head.html"
2110

11+
<body id="download">
2212

23-
<body id="download">
13+
include "includes/ga.html"
2414

25-
<script>
26-
(function(i, s, o, g, r, a, m) {
27-
i['GoogleAnalyticsObject'] = r;
28-
i[r] = i[r] || function() {
29-
(i[r].q = i[r].q || []).push(arguments)
30-
}, i[r].l = 1 * new Date();
31-
a = s.createElement(o),
32-
m = s.getElementsByTagName(o)[0];
33-
a.async = 1;
34-
a.src = g;
35-
m.parentNode.insertBefore(a, m)
36-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
37-
ga('create', 'UA-40515766-7', 'auto');
38-
ga('send', 'pageview');
39-
</script>
15+
<div class="body-container container-fluid p-0">
16+
<div class="row">
17+
<div class="col-12 col-sm-10 col-md-8 col-lg-6">
18+
<div class="sidebar d-flex align-items-center justify-content-center">
19+
<div class="sidebar-content">
20+
<h1>
21+
WeTransfer <small>| B&amp;B Web Expertise</small>
22+
</h1>
4023

41-
<div id="navigation">
42-
<div class="wrapper">
43-
<a href="/">
44-
<h1>transfer.bnb.re</h1>
45-
</a>
46-
<ul class="hidden-xs">
47-
<li><a href="/">home</a>
48-
</li>
49-
</ul>
50-
</div>
51-
</div>
52-
53-
54-
<section id="home">
55-
<div class="wrapper">
56-
57-
<br>
58-
<h2 class="page-title">{{.Filename}}</h2>
59-
<h4>type: <b>{{.ContentType}}</b></h4>
60-
<h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
24+
include "includes/download-top.html"
6125

62-
<a href="{{.Url}}" class="btn-cta btn"> download</i> </a> <br><br>
63-
64-
65-
<div class="row animated fadeInDown">
66-
<div id="from-terminal" class=" box col-md-8 col-md-offset-2 col-xs-12">
67-
<div class="terminal-top">
68-
69-
</div>
70-
<div id="terminal" class="terminal preview-image">
26+
<div class="preview-image">
7127
<audio controls>
7228
<source src="{{.Url}}" type="{{.ContentType}}">
73-
</audio>
29+
</source></audio>
7430
</div>
75-
</div>
76-
</div>
77-
<br>
78-
</div>
79-
</section>
8031

81-
<footer>
82-
<div class="wrapper">
83-
<div style="">
84-
<a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
85-
<img border="0" src=" /images/bitcoin.png" style="margin: 0 auto;;">
86-
</a>
8732
</div>
88-
89-
<br>
90-
<br>
91-
<img src="/images/Logo-orange.png" alt="Founded in Holland">
92-
<p>transfer.sh - Made with <i class="icon-heart"></i> by <a href="http://blog.dutchcoders.io/" title="Dutch Coders">Dutch Coders</a>
93-
</p>
33+
</div>
9434
</div>
95-
96-
</footer>
97-
98-
<script src="/scripts/main.js"></script>
99-
100-
101-
35+
</div>
36+
</div>
37+
<script src="https://wetransfer.bnb.re/js/manifest.js"></script>
38+
<script src="https://wetransfer.bnb.re/js/vendor.js"></script>
39+
<script src="https://wetransfer.bnb.re/js/app.js"></script>
10240
</body>
103-
104-
</html>
41+
</html>

0 commit comments

Comments
 (0)