Skip to content

Instantly share code, notes, and snippets.

View Pedro147's full-sized avatar

Pedro Pedro147

View GitHub Profile
@Pedro147
Pedro147 / MyWeb_clone
Created March 23, 2014 10:37
style_clone css / MyWeb_clone html
<html>
<link rel="stylesheet" type="text/css" href="style_clone.css">
<div id="header"><img style="position:absolute; top:1px; left:42px; width:301px; height:90px;border-right: 1px solid #000000" SRC="http://www.pedroduino.com/wp-content/uploads/2014/02/cropped-cropped-Pedroduino_1-logo1.png"></div>
<head>
</head>
<title>Pedro's Webpage Forays</title>
<link rel="shortcut icon" href="http://www.pedrosdigitalsolutions.com/wp-content/MyWeb.ico" type="image/x-icon">
</head>
<body>
<ul>
@Pedro147
Pedro147 / Responsive pedros container header with favicon & social-roll
Last active August 29, 2015 13:57
Responsive pedros container header with favicon & social-roll / Responsive default header
<?php
// Exit if accessed directly
if( !defined( 'ABSPATH' ) ) {
exit;
}
/**
* Header Template
*
@Pedro147
Pedro147 / social slide css
Created March 15, 2014 02:23
social slide header php & css
.social-slide {
height: 48px;
width: 48px;
margin: 20px 10px;
float: right;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
@Pedro147
Pedro147 / social roll css
Last active August 29, 2015 13:57
(Final) social roll header php & css code
.social-roll {
background-image: url('http://pedrosdigitalsolutions.com/wp-content/youtube-grey.png');
height: 48px;
width: 48px;
margin: 20px;
float: right;
border-radius: 50%;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
@Pedro147
Pedro147 / Menu_SR_fourPatterns_exp_11_modMsg.ino
Created March 11, 2014 07:53
Menu_SR_fourPatterns_exp_4.ino / Menu_SR_fourPatterns_exp_11_modMsg.ino
// http://www.coagula.org/content/pages/tutorial-manage-menu-and-lcd-display-arduino
#include <MenuBackend.h> // MenuBackend library - copyright by Alexander Brevig
#include <LiquidCrystal.h> // this library is included in the Arduino IDE
const int buttonPinLeft = 8; // pin for the Up button
const int buttonPinRight = 9; // pin for the Down button
const int buttonPinEsc = 10; // pin for the Esc button
const int buttonPinEnter = 11; // pin for the Enter button
byte lastButtonPushed = 0;
@Pedro147
Pedro147 / social- roll modified HTML child-theme header php
Last active August 29, 2015 13:57
social-roll / social-popout & social-slide css and header php files
?>
<!doctype html>
<!--[if !IE]>
<html class="no-js non-ie" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7 ]>
<html class="no-js ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8 ]>
<html class="no-js ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 9 ]>
<html class="no-js ie9" <?php language_attributes(); ?>> <![endif]-->