This file contains hidden or 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
APP_NAME=Sourect | |
APP_ENV=local | |
APP_KEY=base64:AmZFtXskJNRgoVVlfeu5IzgCOW2L9soPAaQ8JeH3Jvg= | |
APP_DEBUG=true | |
APP_URL=http://localhost | |
LOG_CHANNEL=stack | |
DB_CONNECTION=mysql | |
DB_HOST=sourect_mysql |
This file contains hidden or 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
.t-share a:last-child { margin-bottom: 0; } | |
.t-share a { width: 26px; height: 26px; display: block; margin-bottom: 10px; background: black; } | |
.t-share .t-fb { background:url(http://clientes.zolad.com/oviedo/facebook.png) } | |
.t-share .t-ma { background:url(http://clientes.zolad.com/oviedo/mail.png) } | |
.t-share .t-pi { background:url(http://clientes.zolad.com/oviedo/pinterest.png) } | |
.t-share { position: absolute; background: rgba(255,255,255,0.5) url(http://clientes.zolad.com/oviedo/oo.png) center 10px no-repeat; z-index: 999; top: 50%; right: 50%; padding: 10px; padding-top: 52px; } | |
.sqs-lightbox-padder .t-share{ opacity:0; -webkit-transition:all 0.5s; transition:all 0.5s; -moz-transition:all 0.5s; } | |
.sqs-lightbox-padder:hover .t-share{ opacity:1; } |
This file contains hidden or 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
#!/bin/bash | |
# By @jacmkno - Activisual S.A.S. - http://activisual.net | |
# Script summary | |
# This script runs health cehcks in a set of hosts and updates their status on an nginx server | |
HOSTS=(201.208.65.152 46.56.115.234 42.79.216.211) | |
HOSTS_COUNT=3 # Number of hosts in the array | |
MAIL_SUBJECT='ACTIVISUAL - Health check status change' | |
MAIL_TO='[email protected]' | |
NGINX_CONF=/etc/nginx/nginx.conf |
NewerOlder