add contact footer

This commit is contained in:
Imanoel Ali 2019-01-17 12:42:17 +03:30
parent c4734bcea1
commit 1b5428d2b3
2 changed files with 18 additions and 2 deletions

View file

@ -242,4 +242,15 @@ h2 {
} }
ul.file-tips li { ul.file-tips li {
font-size: .45em; font-size: .45em;
}
.contact {
position: absolute;
bottom: 0;
background: #ffffff7a;
width: 100%;
border-top: 1px solid #ddd;
padding: 37px;
}
.contact p {
font-size: 1em;
} }

View file

@ -17,6 +17,12 @@
<section role="banner"> <section role="banner">
<div id="file-selector"> <div id="file-selector">
<div class="file-area"> <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"> <input id="fileinput" type="file">
<div class="file-dummy"> <div class="file-dummy">
<h2>Bandersnatch Interactive Player</h2> <h2>Bandersnatch Interactive Player</h2>
@ -27,8 +33,7 @@
<li>download Bandersnatch video file ( 5:12:14 )</li> <li>download Bandersnatch video file ( 5:12:14 )</li>
<li>drag it on white box on page :)</li> <li>drag it on white box on page :)</li>
<li>on full screen video choice dont show !!!</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" <li>only english subtitle available , if you want add another language subtitle , tell me</li>
target="_blank"> Ali Zemani</a>)</li>
</ul> </ul>
</div> </div>