This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HTML | |
<div class="main-form"> | |
<h2>Форма обратной связи</h2> | |
<h5>Будем рады</h5> | |
<form action="send.php" method="POST"> | |
<input type="hidden" name="form" value="Форма обратной связи"> | |
<input type="text" name="name" minlength="2" maxlength="30" placeholder="Имя" required="required"> | |
<input type="tel" id="phone1" name="phone" placeholder="Телефон" required="required"> | |
<input type="email" minlength="5" placeholder="E-mail" required="required"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTML: | |
<div class="wrapper"> | |
<div class="tabs"> | |
<span class="tab">Вкладка 1</span> | |
<span class="tab">Вкладка 2</span> | |
<span class="tab">Вкладка 3</span> | |
</div> | |
<div class="tab_content"> | |
<div class="tab_item">Содержимое 1</div> | |
<div class="tab_item">Содержимое 2</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HTML | |
<div class="col-lg-4 col-md-4 col-sm-6"> // < .container .row | |
<div class="single-work"> | |
<img src="img/work-1.jpg" alt="Name"> | |
<div class="item-hover"> | |
<div class="work-table"> | |
<div class="work-tablecell"> | |
<div class="hover-content"> | |
<h3>Name</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HTML | |
<div class="page-header"> | |
<div class="home-arrow"> | |
<a href="#last-work-nav" class="smoth-scroll" data-target="anchor"> | |
<i class="fa fa-arrow-down"></i> | |
</a> | |
</div> | |
</div> | |
// CSS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Wow | |
var wow = new WOW( | |
{ | |
boxClass: "wow", | |
offset: 2, | |
mobile: false, | |
} | |
); | |
wow.init(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"show_definitions": false, | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/One Dark Material - Theme/schemes/OneDark.tmTheme", | |
"fold_buttons": false, | |
"font_size": 13, | |
"highlight_line": true, | |
"indent_guide_options": | |
[ |