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
wget -P /path/to/destination/directory/ -mpck --user-agent="" -e robots=off --wait 1 -E https://www.example.com/ | |
wget -P /home/user/static_site/ -mpck --user-agent="" -e robots=off --wait 1 -E http://my.website.com/ | |
mv /home/user/static_site//my.website.com /home/user/static_site/static |
I hereby claim:
- I am giladx on github.
- I am la_junta (https://keybase.io/la_junta) on keybase.
- I have a public key ASBYudmkuYBrU34zMT2ff4U66qrC9xS-kS2YFjntkF7l1go
To claim this, I am signing this object:
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> | |
<head> | |
<meta charset="windows-1255"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>YP-title-SC</title> | |
<meta name="author" content="Yasmin Zak"> | |
<link rel="icon" href="/favicon.ico"> | |
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/ajax.js"></script> | |
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/functionAddEvent.js"></script> |
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
<nav class="site-navbar"> | |
<input type="checkbox" id="toggle_menu" class="toggle-menu-checkbox" /> | |
<label for="toggle_menu" class="toggle-menu-label uppercase"></label> | |
<input type="checkbox" id="toggle_overlay" class="toggle-overlay-checkbox" /> | |
<label for="toggle_menu" class="toggle-overlay-label uppercase"></label> | |
<ul class="site-menu"> | |
</ul> | |
</nav> |
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> | |
<head> | |
<meta charset="windows-1255"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>YP-title-SC</title> | |
<meta name="author" content="Yasmin Zak"> | |
<link rel="icon" href="https://tosee.co.il/img/favicon.ico"> | |
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/ajax.js"></script> | |
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/functionAddEvent.js"></script> | |
<script type="text/javascript" src="https://yaadpay.co.il/yaadpay/ajax/contact15.js"></script> |
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
<p>Filter: | |
<p> | |
<a id="allBtn" href="#all">reset</a> | |
<a id="designBtn" href="#design">design</a> | |
<a id="illustrationBtn" href="#illustration">illustration</a> | |
<a id="motionBtn" href="#motion">motion</a> | |
<br /> | |
<div class="wrapper"> | |
<div class="item" data-tags="design all" data-tags="illustration">design</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
/** | |
* Image slider with pure CSS | |
* Original version in http://demosthenes.info/blog/css | |
*/ | |
.image-slider { | |
position:relative; | |
display: inline-block; | |
line-height: 0; | |
} |
OlderNewer