Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Jul 30, 2020
1 parent e59680a commit ecfbfac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
38 changes: 0 additions & 38 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,41 +172,3 @@
order: 5;
}
}

#get-started .row > [class^="col-"] {
padding: 10px 30px;
}
#get-started .row.is-flex > [class^="col-"] {
padding: 30px;
}
#get-started .row.is-flex > a[class^="col-"] {
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 992px) {
#get-started .row.is-flex > div.col-md-4:not(:last-of-type),
#get-started .row.is-flex > a.col-md-4:not(:last-of-type),
#get-started .row.text-center > [class^="col-"]:not(:last-of-type) {
border-right-width: 0;
}
/* Re-order grid on medium and larger devices */
#get-started .row.is-flex > [class^="col-"]:nth-child(1) {
order: 1;
}
#get-started .row.is-flex > [class^="col-"]:nth-child(2) {
order: 4;
}
#get-started .row.is-flex > [class^="col-"]:nth-child(3) {
order: 2;
}
#get-started .row.is-flex > [class^="col-"]:nth-child(4) {
order: 5;
}
#get-started .row.is-flex > [class^="col-"]:nth-child(5) {
order: 3;
}
#get-started .row.is-flex > [class^="col-"]:nth-child(6) {
order: 6;
}
}
21 changes: 1 addition & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,24 +317,7 @@ <h3>History</h3>
<i class="fa fa-arrow-left"></i>
</div>
</div>
<!--<div class="col-md-9 feature-detail" id="4k" >
<h3>Live Stream and 4k</h3>
<div class="feature-media">
<img src="/img/screenshots/shot_01.png" class="img-responsive" />
</div>
<div class="feature-description">
<p><strong>Ge</strong></p>
<ul>
<li>Set title</li>
<li>Choose between video or audio download</li>
<li>Select the most suitably file format</li>
<li>Download the resolution you need</li>
</ul>
</div>
<div class="feature-close-detail">
<i class="fa fa-arrow-left"></i>
</div>
</div>-->

<!-- Sidebar -->
<div class="col-md-3" id="features-sidebar">
<div class="list-group">
Expand Down Expand Up @@ -539,8 +522,6 @@ <h3 class="title">Get NewPipe</h3>
<div class="col-md-7 col-lg-8">
<div style="margin: auto;">
<p>You can also add our F-Droid repository to your client to receive updates even faster.</p>
<!--<p><strong>Repository fingerprint:</strong></p>
<pre style="white-space: pre-line">E240 2C78 F9B9 7C6C 89E9 7DB9 14A2<br class="hidden-xs hidden-sm"> 751F DA1D 02FE 2039 CC08 97A4 62BD<br class="hidden-xs hidden-sm"> B57E 7501</pre>-->
<p><a style="word-wrap: break-word; word-wrap: anywhere;" href="https://archive.newpipe.net/fdroid/repo/?fingerprint=E2402C78F9B97C6C89E97DB914A2751FDA1D02FE2039CC0897A462BDB57E7501">https://archive.newpipe.net/fdroid/repo/?fingerprint=E2402C78F9B97C6C89E97DB914A2751FDA1D02FE2039CC0897A462BDB57E7501</a></p>
<div class="hidden-md hidden-lg">
<p id="f-droid-qr-code-toggle" class="text-center"><i class="fa fa-chevron-right"></i> <span class="f-droid-qr-code-toggled shown">Show</span><span class="f-droid-qr-code-toggled hidden">Hide</span> QR-code</p>
Expand Down

0 comments on commit ecfbfac

Please sign in to comment.