mirror of
https://github.com/mehotkhan/BandersnatchInteractive.git
synced 2025-07-27 17:23:22 +00:00
add contact footer
This commit is contained in:
parent
c4734bcea1
commit
1b5428d2b3
2 changed files with 18 additions and 2 deletions
|
@ -242,4 +242,15 @@ h2 {
|
|||
}
|
||||
ul.file-tips li {
|
||||
font-size: .45em;
|
||||
}
|
||||
.contact {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
background: #ffffff7a;
|
||||
width: 100%;
|
||||
border-top: 1px solid #ddd;
|
||||
padding: 37px;
|
||||
}
|
||||
.contact p {
|
||||
font-size: 1em;
|
||||
}
|
|
@ -17,6 +17,12 @@
|
|||
<section role="banner">
|
||||
<div id="file-selector">
|
||||
<div class="file-area">
|
||||
<div class="contact">
|
||||
<p>
|
||||
Developed by Mehotkhan , Contact with me : <a href="https://github.com/mehotkhan" target="_blank">github.com/mehotkhan</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<input id="fileinput" type="file">
|
||||
<div class="file-dummy">
|
||||
<h2>Bandersnatch Interactive Player</h2>
|
||||
|
@ -27,8 +33,7 @@
|
|||
<li>download Bandersnatch video file ( 5:12:14 )</li>
|
||||
<li>drag it on white box on page :)</li>
|
||||
<li>on full screen video choice dont show !!!</li>
|
||||
<li>only english subtitle available , if you want add another language subtitle , tell me (<a href="https://github.com/mehotkhan"
|
||||
target="_blank"> Ali Zemani</a>)</li>
|
||||
<li>only english subtitle available , if you want add another language subtitle , tell me</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue