Skip to content

Commit

Permalink
Merge pull request #61 from TeamNewPipe/user-voice
Browse files Browse the repository at this point in the history
Add user voice
  • Loading branch information
TheAssassin committed Mar 23, 2018
2 parents e4c0896 + 179fbbb commit 8c20efc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -864,9 +864,17 @@ strong.extra {
#user-voices-carousel .carousel-inner .user-thumbnail {
font-size: 100px;
min-height: 100px;
max-height: 100px;
line-height: 1;
margin-top: 15px;
}
#user-voices-carousel .carousel-inner .user-thumbnail a {
height: 100px;
}
#user-voices-carousel .carousel-inner .user-thumbnail img {
display: inline-block;
vertical-align: top;
}
#user-voices-carousel .carousel-inner .user-name {
margin-top: 10px;
}
Expand Down
Binary file added img/bubu_thumbnail.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,24 @@ <h3>Live Stream and 4k</h3>
<!-- User Voices -->
<div class="col-xs-12 tile" id="user-voices">
<h3>What other people think</h3>
<div id="user-voices-carousel" class="carousel slide" data-ride="carousel" data-interval="5000">
<div id="user-voices-carousel" class="carousel slide" data-ride="carousel" data-interval="6000">

<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="item active"> <!-- @Bubu -->
<div class="user-thumbnail">
<a href="https://github.com/TeamNewPipe/NewPipe/issues/1153#issuecomment-375478646">
<img src="{{ site.baseurl }}/img/bubu_thumbnail.jpg" class="img-responsive img-circle" />
</a>
</div>
<p class="user-name">
<a href="https://github.com/TeamNewPipe/NewPipe/issues/1153#issuecomment-375478646">
Marcus Hoffmann
</a>
</p>
<p class="user-statement">one of the most used apps on my Phone</p>
</div>
<div class="item">
<div class="user-thumbnail">
<i class="fa fa-user-circle-o"></i>
</div>
Expand Down Expand Up @@ -475,6 +488,7 @@ <h3>What other people think</h3>
<li data-target="#user-voices-carousel" data-slide-to="0" class="active"></li>
<li data-target="#user-voices-carousel" data-slide-to="1"></li>
<li data-target="#user-voices-carousel" data-slide-to="2"></li>
<li data-target="#user-voices-carousel" data-slide-to="3"></li>
</ol>

<!-- Controls: not displayed but needed to get preventJumpingPage() working
Expand Down

0 comments on commit 8c20efc

Please sign in to comment.