Skip to content

Instantly share code, notes, and snippets.

@ambrosiora
ambrosiora / nginx.conf
Created May 29, 2020 18:23 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@ambrosiora
ambrosiora / CustomTheme
Created March 30, 2016 01:19 — forked from mhartington/CustomTheme
If you want to make a custom theme for ionic, and are using scss, this is a base to get you started
//Custom Theme test
// Colors
// -------------------------------
$custom: #057b6c !default;
// Buttons
// -------------------------------
$button-custom-bg: $custom !default;
@ambrosiora
ambrosiora / index.html
Last active September 4, 2015 12:02 — forked from caionitro/index.html
Swipe com Slick, usando slider com multi gestos.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./slick/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="./slick/slick/slick-theme.css"/>
<title></title>
<style type="text/css">
.tamanho{
font-size: 35px;
border: solid 1px black;