Jump to content

Сделаю верстку бесплатно (для портфолио)


Alunika
 Share

Recommended Posts

Здравствуйте.

Я начинающий front-end web developer, самоучка. Сделаю верстку сайта бесплатно, по Вашему PSD-макету, с возможностью добавить в портфолио и для опыта. Знания: HTML-5, CSS-3, Bootstrap, адаптивная верстка, применение готовых скриптов на jQuery.

Верстаю пока не быстро, поэтому возьмусь за не срочную работу.

Примеры страниц, сверстанных мною:

Пишите на почту, пожалуйста - ml.frontend@gmail.com

Всего доброго.  :)

Link to comment
Share on other sites

Добрый вечер.

Первый вариант:

...
<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>
...

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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