mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-12 11:50:18 +01:00
added thank you section, small tweaks to site
This commit is contained in:
parent
da6780790d
commit
04460833e4
6 changed files with 655 additions and 29 deletions
|
@ -1,10 +1,6 @@
|
||||||
<footer>
|
<footer>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div style="">
|
|
||||||
<a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
|
|
||||||
<img border="0" src=" /images/bitcoin.png" style="margin: 0 auto;;">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<img src="/images/Logo-orange.png" alt="Founded in Holland">
|
<img src="/images/Logo-orange.png" alt="Founded in Holland">
|
||||||
|
|
|
@ -12,19 +12,19 @@ include "includes/head.html"
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function(i, s, o, g, r, a, m) {
|
(function (i, s, o, g, r, a, m) {
|
||||||
i['GoogleAnalyticsObject'] = r;
|
i['GoogleAnalyticsObject'] = r;
|
||||||
i[r] = i[r] || function() {
|
i[r] = i[r] || function () {
|
||||||
(i[r].q = i[r].q || []).push(arguments)
|
(i[r].q = i[r].q || []).push(arguments)
|
||||||
}, i[r].l = 1 * new Date();
|
}, i[r].l = 1 * new Date();
|
||||||
a = s.createElement(o),
|
a = s.createElement(o),
|
||||||
m = s.getElementsByTagName(o)[0];
|
m = s.getElementsByTagName(o)[0];
|
||||||
a.async = 1;
|
a.async = 1;
|
||||||
a.src = g;
|
a.src = g;
|
||||||
m.parentNode.insertBefore(a, m)
|
m.parentNode.insertBefore(a, m)
|
||||||
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
||||||
ga('create', 'UA-40833733-1', 'transfer.sh');
|
ga('create', 'UA-40833733-1', 'transfer.sh');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
include "includes/navigation.html"
|
include "includes/navigation.html"
|
||||||
|
@ -46,7 +46,7 @@ include "includes/head.html"
|
||||||
<br>
|
<br>
|
||||||
<span class="code-title"># Using the alias</span>
|
<span class="code-title"># Using the alias</span>
|
||||||
<br>$ transfer hello.txt
|
<br>$ transfer hello.txt
|
||||||
<br>##################################################### 100.0% https://transfer.sh/eibhM/hello.txt
|
<br>###################################s################## 100.0% https://transfer.sh/eibhM/hello.txt
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
<div id="web">
|
<div id="web">
|
||||||
|
@ -67,7 +67,7 @@ include "includes/head.html"
|
||||||
<span class="code-title"># Download all your files</span>
|
<span class="code-title"># Download all your files</span>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
|
<a class="download-zip btn-cta" href="#">zip</a> <a class="download-tar btn-cta" href="#">tar.gz</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -114,7 +114,12 @@ include "includes/head.html"
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="share">
|
||||||
|
<div class="wrapper">
|
||||||
|
<h2 class="page-title">Preview your files in the browser!</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="samples">
|
<section id="samples">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
@ -291,7 +296,7 @@ include "includes/head.html"
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="share">
|
<section id="share">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h2 class="page-title">Follow on GitHub</h2>
|
<h2 class="page-title">Follow on GitHub</h2>
|
||||||
<br>
|
<br>
|
||||||
|
@ -355,6 +360,8 @@ include "includes/head.html"
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section id="share">
|
<section id="share">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h2 class="page-title">Share the love</h2>
|
<h2 class="page-title">Share the love</h2>
|
||||||
|
@ -389,23 +396,44 @@ include "includes/head.html"
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="thank-you">
|
||||||
|
<div class="wrapper">
|
||||||
|
<h2 class="page-title">
|
||||||
|
Special thanks to </h2>
|
||||||
|
<br>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-4 col-md-offset-2 col-xs-12">
|
||||||
|
<a class="btn-cta" href="https://twitter.com/remco_verhoef"><i class="icon-twitter"></i> Remco Verhoef</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4 col-xs-12">
|
||||||
|
<a class="btn-cta" href="http://twitter.com/uvisgrinfelds"><i class="icon-twitter"></i> Uvis Grinfelds</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h3>Want to be here? Support us!</h3>
|
||||||
|
<div class="donate">
|
||||||
|
<a href="bitcoin:164ybRMLbg1dhhWWiUkXtiNr7jUhMKdJqH" label="Bitcoin+Donation" style="word-wrap: break-word;">
|
||||||
|
<img border="0" src=" /images/bitcoin.png" style="margin: 0 auto;;">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="tor">
|
<section id="tor">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<a href="https://www.torproject.org"><img src="images/tor.svg" alt=""></a><br/>
|
<a href="https://www.torproject.org"><img src="images/tor.svg" alt="">
|
||||||
|
</a>
|
||||||
|
<br/>
|
||||||
<a href="http://jxm5d6emw5rknovg.onion/">http://jxm5d6emw5rknovg.onion/</a>
|
<a href="http://jxm5d6emw5rknovg.onion/">http://jxm5d6emw5rknovg.onion/</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
include "includes/footer.html"
|
include "includes/footer.html"
|
||||||
|
|
||||||
include "includes/js.html"
|
include "includes/js.html"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
544
transfersh-web/styles/includes/filetype-icons.less
Normal file
544
transfersh-web/styles/includes/filetype-icons.less
Normal file
|
@ -0,0 +1,544 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "Flaticon";
|
||||||
|
src: url("../fonts/flaticon.eot");
|
||||||
|
src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
|
||||||
|
url("../fonts/flaticon.woff") format("woff"),
|
||||||
|
url("../fonts/flaticon.ttf") format("truetype"),
|
||||||
|
url("../fonts/flaticon.svg") format("svg");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
|
||||||
|
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
|
||||||
|
font-family: Flaticon;
|
||||||
|
font-size: 20px;
|
||||||
|
font-style: normal;
|
||||||
|
margin-left: 20px;
|
||||||
|
}.flaticon-3dm:before {
|
||||||
|
content: "\e000";
|
||||||
|
}
|
||||||
|
.flaticon-3ds2:before {
|
||||||
|
content: "\e001";
|
||||||
|
}
|
||||||
|
.flaticon-3g22:before {
|
||||||
|
content: "\e002";
|
||||||
|
}
|
||||||
|
.flaticon-3gp2:before {
|
||||||
|
content: "\e003";
|
||||||
|
}
|
||||||
|
.flaticon-7z1:before {
|
||||||
|
content: "\e004";
|
||||||
|
}
|
||||||
|
.flaticon-aac:before {
|
||||||
|
content: "\e005";
|
||||||
|
}
|
||||||
|
.flaticon-aif:before {
|
||||||
|
content: "\e006";
|
||||||
|
}
|
||||||
|
.flaticon-ai:before {
|
||||||
|
content: "\e007";
|
||||||
|
}
|
||||||
|
.flaticon-apk:before {
|
||||||
|
content: "\e008";
|
||||||
|
}
|
||||||
|
.flaticon-app6:before {
|
||||||
|
content: "\e009";
|
||||||
|
}
|
||||||
|
.flaticon-asf1:before {
|
||||||
|
content: "\e00a";
|
||||||
|
}
|
||||||
|
.flaticon-asp:before {
|
||||||
|
content: "\e00b";
|
||||||
|
}
|
||||||
|
.flaticon-aspx:before {
|
||||||
|
content: "\e00c";
|
||||||
|
}
|
||||||
|
.flaticon-asx2:before {
|
||||||
|
content: "\e00d";
|
||||||
|
}
|
||||||
|
.flaticon-avi4:before {
|
||||||
|
content: "\e00e";
|
||||||
|
}
|
||||||
|
.flaticon-bak:before {
|
||||||
|
content: "\e00f";
|
||||||
|
}
|
||||||
|
.flaticon-bat8:before {
|
||||||
|
content: "\e010";
|
||||||
|
}
|
||||||
|
.flaticon-bin6:before {
|
||||||
|
content: "\e011";
|
||||||
|
}
|
||||||
|
.flaticon-bmp2:before {
|
||||||
|
content: "\e012";
|
||||||
|
}
|
||||||
|
.flaticon-cab:before {
|
||||||
|
content: "\e013";
|
||||||
|
}
|
||||||
|
.flaticon-cad1:before {
|
||||||
|
content: "\e014";
|
||||||
|
}
|
||||||
|
.flaticon-cdr2:before {
|
||||||
|
content: "\e015";
|
||||||
|
}
|
||||||
|
.flaticon-cer:before {
|
||||||
|
content: "\e016";
|
||||||
|
}
|
||||||
|
.flaticon-cfg2:before {
|
||||||
|
content: "\e017";
|
||||||
|
}
|
||||||
|
.flaticon-cfm2:before {
|
||||||
|
content: "\e018";
|
||||||
|
}
|
||||||
|
.flaticon-cgi2:before {
|
||||||
|
content: "\e019";
|
||||||
|
}
|
||||||
|
.flaticon-class3:before {
|
||||||
|
content: "\e01a";
|
||||||
|
}
|
||||||
|
.flaticon-com:before {
|
||||||
|
content: "\e01b";
|
||||||
|
}
|
||||||
|
.flaticon-cpl2:before {
|
||||||
|
content: "\e01c";
|
||||||
|
}
|
||||||
|
.flaticon-cpp1:before {
|
||||||
|
content: "\e01d";
|
||||||
|
}
|
||||||
|
.flaticon-crx:before {
|
||||||
|
content: "\e01e";
|
||||||
|
}
|
||||||
|
.flaticon-csr:before {
|
||||||
|
content: "\e01f";
|
||||||
|
}
|
||||||
|
.flaticon-css5:before {
|
||||||
|
content: "\e020";
|
||||||
|
}
|
||||||
|
.flaticon-csv2:before {
|
||||||
|
content: "\e021";
|
||||||
|
}
|
||||||
|
.flaticon-cue2:before {
|
||||||
|
content: "\e022";
|
||||||
|
}
|
||||||
|
.flaticon-cur1:before {
|
||||||
|
content: "\e023";
|
||||||
|
}
|
||||||
|
.flaticon-dat2:before {
|
||||||
|
content: "\e024";
|
||||||
|
}
|
||||||
|
.flaticon-db2:before {
|
||||||
|
content: "\e025";
|
||||||
|
}
|
||||||
|
.flaticon-dbf2:before {
|
||||||
|
content: "\e026";
|
||||||
|
}
|
||||||
|
.flaticon-dds2:before {
|
||||||
|
content: "\e027";
|
||||||
|
}
|
||||||
|
.flaticon-dem2:before {
|
||||||
|
content: "\e028";
|
||||||
|
}
|
||||||
|
.flaticon-dll2:before {
|
||||||
|
content: "\e029";
|
||||||
|
}
|
||||||
|
.flaticon-dmg3:before {
|
||||||
|
content: "\e02a";
|
||||||
|
}
|
||||||
|
.flaticon-dmp2:before {
|
||||||
|
content: "\e02b";
|
||||||
|
}
|
||||||
|
.flaticon-doc2:before {
|
||||||
|
content: "\e02c";
|
||||||
|
}
|
||||||
|
.flaticon-docx:before {
|
||||||
|
content: "\e02d";
|
||||||
|
}
|
||||||
|
.flaticon-drv1:before {
|
||||||
|
content: "\e02e";
|
||||||
|
}
|
||||||
|
.flaticon-dtd2:before {
|
||||||
|
content: "\e02f";
|
||||||
|
}
|
||||||
|
.flaticon-dwg2:before {
|
||||||
|
content: "\e030";
|
||||||
|
}
|
||||||
|
.flaticon-dxf1:before {
|
||||||
|
content: "\e031";
|
||||||
|
}
|
||||||
|
.flaticon-elf2:before {
|
||||||
|
content: "\e032";
|
||||||
|
}
|
||||||
|
.flaticon-eps2:before {
|
||||||
|
content: "\e033";
|
||||||
|
}
|
||||||
|
.flaticon-eps5:before {
|
||||||
|
content: "\e034";
|
||||||
|
}
|
||||||
|
.flaticon-exe3:before {
|
||||||
|
content: "\e035";
|
||||||
|
}
|
||||||
|
.flaticon-fla2:before {
|
||||||
|
content: "\e036";
|
||||||
|
}
|
||||||
|
.flaticon-flash10:before {
|
||||||
|
content: "\e037";
|
||||||
|
}
|
||||||
|
.flaticon-flv:before {
|
||||||
|
content: "\e038";
|
||||||
|
}
|
||||||
|
.flaticon-fnt:before {
|
||||||
|
content: "\e039";
|
||||||
|
}
|
||||||
|
.flaticon-fon1:before {
|
||||||
|
content: "\e03a";
|
||||||
|
}
|
||||||
|
.flaticon-gam2:before {
|
||||||
|
content: "\e03b";
|
||||||
|
}
|
||||||
|
.flaticon-gbr1:before {
|
||||||
|
content: "\e03c";
|
||||||
|
}
|
||||||
|
.flaticon-ged2:before {
|
||||||
|
content: "\e03d";
|
||||||
|
}
|
||||||
|
.flaticon-gif3:before {
|
||||||
|
content: "\e03e";
|
||||||
|
}
|
||||||
|
.flaticon-gpx1:before {
|
||||||
|
content: "\e03f";
|
||||||
|
}
|
||||||
|
.flaticon-gzip2:before {
|
||||||
|
content: "\e040";
|
||||||
|
}
|
||||||
|
.flaticon-gz:before {
|
||||||
|
content: "\e041";
|
||||||
|
}
|
||||||
|
.flaticon-hqz:before {
|
||||||
|
content: "\e042";
|
||||||
|
}
|
||||||
|
.flaticon-html9:before {
|
||||||
|
content: "\e043";
|
||||||
|
}
|
||||||
|
.flaticon-ibooks1:before {
|
||||||
|
content: "\e044";
|
||||||
|
}
|
||||||
|
.flaticon-icns:before {
|
||||||
|
content: "\e045";
|
||||||
|
}
|
||||||
|
.flaticon-ico2:before {
|
||||||
|
content: "\e046";
|
||||||
|
}
|
||||||
|
.flaticon-ics2:before {
|
||||||
|
content: "\e047";
|
||||||
|
}
|
||||||
|
.flaticon-iff:before {
|
||||||
|
content: "\e048";
|
||||||
|
}
|
||||||
|
.flaticon-indd2:before {
|
||||||
|
content: "\e049";
|
||||||
|
}
|
||||||
|
.flaticon-iso1:before {
|
||||||
|
content: "\e04a";
|
||||||
|
}
|
||||||
|
.flaticon-iso4:before {
|
||||||
|
content: "\e04b";
|
||||||
|
}
|
||||||
|
.flaticon-jar8:before {
|
||||||
|
content: "\e04c";
|
||||||
|
}
|
||||||
|
.flaticon-jpg3:before {
|
||||||
|
content: "\e04d";
|
||||||
|
}
|
||||||
|
.flaticon-js2:before {
|
||||||
|
content: "\e04e";
|
||||||
|
}
|
||||||
|
.flaticon-jsp2:before {
|
||||||
|
content: "\e04f";
|
||||||
|
}
|
||||||
|
.flaticon-key35:before {
|
||||||
|
content: "\e050";
|
||||||
|
}
|
||||||
|
.flaticon-kml1:before {
|
||||||
|
content: "\e051";
|
||||||
|
}
|
||||||
|
.flaticon-kmz:before {
|
||||||
|
content: "\e052";
|
||||||
|
}
|
||||||
|
.flaticon-lnk2:before {
|
||||||
|
content: "\e053";
|
||||||
|
}
|
||||||
|
.flaticon-log2:before {
|
||||||
|
content: "\e054";
|
||||||
|
}
|
||||||
|
.flaticon-lua:before {
|
||||||
|
content: "\e055";
|
||||||
|
}
|
||||||
|
.flaticon-m3u:before {
|
||||||
|
content: "\e056";
|
||||||
|
}
|
||||||
|
.flaticon-m4a1:before {
|
||||||
|
content: "\e057";
|
||||||
|
}
|
||||||
|
.flaticon-m4v2:before {
|
||||||
|
content: "\e058";
|
||||||
|
}
|
||||||
|
.flaticon-macho:before {
|
||||||
|
content: "\e059";
|
||||||
|
}
|
||||||
|
.flaticon-max2:before {
|
||||||
|
content: "\e05a";
|
||||||
|
}
|
||||||
|
.flaticon-mdb2:before {
|
||||||
|
content: "\e05b";
|
||||||
|
}
|
||||||
|
.flaticon-mdf2:before {
|
||||||
|
content: "\e05c";
|
||||||
|
}
|
||||||
|
.flaticon-mid:before {
|
||||||
|
content: "\e05d";
|
||||||
|
}
|
||||||
|
.flaticon-mim:before {
|
||||||
|
content: "\e05e";
|
||||||
|
}
|
||||||
|
.flaticon-mov2:before {
|
||||||
|
content: "\e05f";
|
||||||
|
}
|
||||||
|
.flaticon-mp36:before {
|
||||||
|
content: "\e060";
|
||||||
|
}
|
||||||
|
.flaticon-mp4:before {
|
||||||
|
content: "\e061";
|
||||||
|
}
|
||||||
|
.flaticon-mpa:before {
|
||||||
|
content: "\e062";
|
||||||
|
}
|
||||||
|
.flaticon-mpg3:before {
|
||||||
|
content: "\e063";
|
||||||
|
}
|
||||||
|
.flaticon-msg2:before {
|
||||||
|
content: "\e064";
|
||||||
|
}
|
||||||
|
.flaticon-msi2:before {
|
||||||
|
content: "\e065";
|
||||||
|
}
|
||||||
|
.flaticon-nes1:before {
|
||||||
|
content: "\e066";
|
||||||
|
}
|
||||||
|
.flaticon-object4:before {
|
||||||
|
content: "\e067";
|
||||||
|
}
|
||||||
|
.flaticon-odb2:before {
|
||||||
|
content: "\e068";
|
||||||
|
}
|
||||||
|
.flaticon-odc2:before {
|
||||||
|
content: "\e069";
|
||||||
|
}
|
||||||
|
.flaticon-odf2:before {
|
||||||
|
content: "\e06a";
|
||||||
|
}
|
||||||
|
.flaticon-odg:before {
|
||||||
|
content: "\e06b";
|
||||||
|
}
|
||||||
|
.flaticon-odi2:before {
|
||||||
|
content: "\e06c";
|
||||||
|
}
|
||||||
|
.flaticon-odp2:before {
|
||||||
|
content: "\e06d";
|
||||||
|
}
|
||||||
|
.flaticon-ods2:before {
|
||||||
|
content: "\e06e";
|
||||||
|
}
|
||||||
|
.flaticon-odt5:before {
|
||||||
|
content: "\e06f";
|
||||||
|
}
|
||||||
|
.flaticon-odt:before {
|
||||||
|
content: "\e070";
|
||||||
|
}
|
||||||
|
.flaticon-odx:before {
|
||||||
|
content: "\e071";
|
||||||
|
}
|
||||||
|
.flaticon-ogg:before {
|
||||||
|
content: "\e072";
|
||||||
|
}
|
||||||
|
.flaticon-otf1:before {
|
||||||
|
content: "\e073";
|
||||||
|
}
|
||||||
|
.flaticon-otf:before {
|
||||||
|
content: "\e074";
|
||||||
|
}
|
||||||
|
.flaticon-pages4:before {
|
||||||
|
content: "\e075";
|
||||||
|
}
|
||||||
|
.flaticon-pct2:before {
|
||||||
|
content: "\e076";
|
||||||
|
}
|
||||||
|
.flaticon-pdb2:before {
|
||||||
|
content: "\e077";
|
||||||
|
}
|
||||||
|
.flaticon-pdf19:before {
|
||||||
|
content: "\e078";
|
||||||
|
}
|
||||||
|
.flaticon-pif2:before {
|
||||||
|
content: "\e079";
|
||||||
|
}
|
||||||
|
.flaticon-pkg2:before {
|
||||||
|
content: "\e07a";
|
||||||
|
}
|
||||||
|
.flaticon-pl2:before {
|
||||||
|
content: "\e07b";
|
||||||
|
}
|
||||||
|
.flaticon-png3:before {
|
||||||
|
content: "\e07c";
|
||||||
|
}
|
||||||
|
.flaticon-pps2:before {
|
||||||
|
content: "\e07d";
|
||||||
|
}
|
||||||
|
.flaticon-ppt:before {
|
||||||
|
content: "\e07e";
|
||||||
|
}
|
||||||
|
.flaticon-pptx2:before {
|
||||||
|
content: "\e07f";
|
||||||
|
}
|
||||||
|
.flaticon-psd3:before {
|
||||||
|
content: "\e080";
|
||||||
|
}
|
||||||
|
.flaticon-ps:before {
|
||||||
|
content: "\e081";
|
||||||
|
}
|
||||||
|
.flaticon-pub2:before {
|
||||||
|
content: "\e082";
|
||||||
|
}
|
||||||
|
.flaticon-python3:before {
|
||||||
|
content: "\e083";
|
||||||
|
}
|
||||||
|
.flaticon-rar2:before {
|
||||||
|
content: "\e084";
|
||||||
|
}
|
||||||
|
.flaticon-ra:before {
|
||||||
|
content: "\e085";
|
||||||
|
}
|
||||||
|
.flaticon-raw2:before {
|
||||||
|
content: "\e086";
|
||||||
|
}
|
||||||
|
.flaticon-rm:before {
|
||||||
|
content: "\e087";
|
||||||
|
}
|
||||||
|
.flaticon-rom2:before {
|
||||||
|
content: "\e088";
|
||||||
|
}
|
||||||
|
.flaticon-rpm2:before {
|
||||||
|
content: "\e089";
|
||||||
|
}
|
||||||
|
.flaticon-rss29:before {
|
||||||
|
content: "\e08a";
|
||||||
|
}
|
||||||
|
.flaticon-rtf:before {
|
||||||
|
content: "\e08b";
|
||||||
|
}
|
||||||
|
.flaticon-sav:before {
|
||||||
|
content: "\e08c";
|
||||||
|
}
|
||||||
|
.flaticon-sdf:before {
|
||||||
|
content: "\e08d";
|
||||||
|
}
|
||||||
|
.flaticon-sitx2:before {
|
||||||
|
content: "\e08e";
|
||||||
|
}
|
||||||
|
.flaticon-sql3:before {
|
||||||
|
content: "\e08f";
|
||||||
|
}
|
||||||
|
.flaticon-sql5:before {
|
||||||
|
content: "\e090";
|
||||||
|
}
|
||||||
|
.flaticon-srt:before {
|
||||||
|
content: "\e091";
|
||||||
|
}
|
||||||
|
.flaticon-svg1:before {
|
||||||
|
content: "\e092";
|
||||||
|
}
|
||||||
|
.flaticon-swf1:before {
|
||||||
|
content: "\e093";
|
||||||
|
}
|
||||||
|
.flaticon-sys:before {
|
||||||
|
content: "\e094";
|
||||||
|
}
|
||||||
|
.flaticon-tar1:before {
|
||||||
|
content: "\e095";
|
||||||
|
}
|
||||||
|
.flaticon-tex:before {
|
||||||
|
content: "\e096";
|
||||||
|
}
|
||||||
|
.flaticon-tga2:before {
|
||||||
|
content: "\e097";
|
||||||
|
}
|
||||||
|
.flaticon-thm1:before {
|
||||||
|
content: "\e098";
|
||||||
|
}
|
||||||
|
.flaticon-tiff1:before {
|
||||||
|
content: "\e099";
|
||||||
|
}
|
||||||
|
.flaticon-tmp:before {
|
||||||
|
content: "\e09a";
|
||||||
|
}
|
||||||
|
.flaticon-torrent:before {
|
||||||
|
content: "\e09b";
|
||||||
|
}
|
||||||
|
.flaticon-ttf2:before {
|
||||||
|
content: "\e09c";
|
||||||
|
}
|
||||||
|
.flaticon-txt2:before {
|
||||||
|
content: "\e09d";
|
||||||
|
}
|
||||||
|
.flaticon-uue2:before {
|
||||||
|
content: "\e09e";
|
||||||
|
}
|
||||||
|
.flaticon-vb:before {
|
||||||
|
content: "\e09f";
|
||||||
|
}
|
||||||
|
.flaticon-vcd2:before {
|
||||||
|
content: "\e0a0";
|
||||||
|
}
|
||||||
|
.flaticon-vcf2:before {
|
||||||
|
content: "\e0a1";
|
||||||
|
}
|
||||||
|
.flaticon-vob:before {
|
||||||
|
content: "\e0a2";
|
||||||
|
}
|
||||||
|
.flaticon-wav2:before {
|
||||||
|
content: "\e0a3";
|
||||||
|
}
|
||||||
|
.flaticon-wma1:before {
|
||||||
|
content: "\e0a4";
|
||||||
|
}
|
||||||
|
.flaticon-wmv2:before {
|
||||||
|
content: "\e0a5";
|
||||||
|
}
|
||||||
|
.flaticon-wpd2:before {
|
||||||
|
content: "\e0a6";
|
||||||
|
}
|
||||||
|
.flaticon-wps:before {
|
||||||
|
content: "\e0a7";
|
||||||
|
}
|
||||||
|
.flaticon-wsf2:before {
|
||||||
|
content: "\e0a8";
|
||||||
|
}
|
||||||
|
.flaticon-xhtml:before {
|
||||||
|
content: "\e0a9";
|
||||||
|
}
|
||||||
|
.flaticon-xlr2:before {
|
||||||
|
content: "\e0aa";
|
||||||
|
}
|
||||||
|
.flaticon-xls1:before {
|
||||||
|
content: "\e0ab";
|
||||||
|
}
|
||||||
|
.flaticon-xlsx:before {
|
||||||
|
content: "\e0ac";
|
||||||
|
}
|
||||||
|
.flaticon-xml5:before {
|
||||||
|
content: "\e0ad";
|
||||||
|
}
|
||||||
|
.flaticon-yuv2:before {
|
||||||
|
content: "\e0ae";
|
||||||
|
}
|
||||||
|
.flaticon-zip6:before {
|
||||||
|
content: "\e0af";
|
||||||
|
}
|
|
@ -108,3 +108,33 @@
|
||||||
.all-files .show {
|
.all-files .show {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#thank-you {color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
.col-md-4 {
|
||||||
|
text-align: center;
|
||||||
|
a {
|
||||||
|
font-size: 20px;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
line-height: 25px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
i {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
padding: 40px 0;
|
||||||
|
.donate {
|
||||||
|
img {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h3 {color: #fff;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
background: @blue;
|
||||||
|
.btn-cta {
|
||||||
|
border-color: @dark-blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -6124,6 +6124,34 @@ a:hover {
|
||||||
.all-files .show {
|
.all-files .show {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#thank-you {
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
padding: 40px 0;
|
||||||
|
background: #85b5bb;
|
||||||
|
}
|
||||||
|
#thank-you .col-md-4 {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#thank-you .col-md-4 a {
|
||||||
|
font-size: 20px;
|
||||||
|
text-decoration: none;
|
||||||
|
line-height: 25px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
#thank-you i {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
#thank-you .donate img {
|
||||||
|
max-width: 200px;
|
||||||
|
}
|
||||||
|
#thank-you h3 {
|
||||||
|
color: #fff;
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
#thank-you .btn-cta {
|
||||||
|
border-color: #36535a;
|
||||||
|
}
|
||||||
#features {
|
#features {
|
||||||
background: #f6f8f8;
|
background: #f6f8f8;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue