Jump to content

Alunika

Neophyte
  • Posts

    2
  • Joined

  • Last visited

About Alunika

  • Birthday 02/14/1988

Information

  • Sex
    женский

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Alunika's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Добрый вечер. Первый вариант: ... <body> <a href="files/duel.ogv">"Посмотреть видео"</a> </body> ... Второй вариант: ... <head> <script type="text/javascript" src="js/jquery.1.7.1.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#text").click(function(e){ $("#video").css("display","block"); $("#text").css("display","none"); }); }); </script> </head> <body> <video id="video" controls="controls" poster="files/image.jpg"> <source src="files/duel.ogv" type='video/ogg'> Файл не поддерживается браузером </video> <br> <p id="text">"Посмотреть видео"</p> <style> #video {display: none;} #text {text-decoration: underline;} </style> </body> ...
  2. Здравствуйте. Я начинающий front-end web developer, самоучка. Сделаю верстку сайта бесплатно, по Вашему PSD-макету, с возможностью добавить в портфолио и для опыта. Знания: HTML-5, CSS-3, Bootstrap, адаптивная верстка, применение готовых скриптов на jQuery. Верстаю пока не быстро, поэтому возьмусь за не срочную работу. Примеры страниц, сверстанных мною: https://alunichka.github.io/BoxCube/ https://alunichka.github.io/Motive/ https://alunichka.github.io/Simplex/ https://alunichka.github.io/Dublin/ https://alunichka.github.io/MyCharity/ Пишите на почту, пожалуйста - ml.frontend@gmail.com Всего доброго.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy