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
#pragma once | |
#ifdef AUDIO_ENABLE | |
#define STARTUP_SONG SONG(PLANCK_SOUND) | |
// #define STARTUP_SONG SONG(NO_SOUND) | |
#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \ | |
SONG(COLEMAK_SOUND), \ | |
SONG(DVORAK_SOUND) \ | |
} |
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
<h1>Ancora in promozione per</h1> | |
<div id="clockdiv"> | |
<div> | |
<span class="days"></span> | |
<div class="smalltext">Giorni</div> | |
</div> | |
<div> | |
<span class="hours"></span> | |
<div class="smalltext">Ore</div> | |
</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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<!-- NAME: VERY PLAIN TEXT --> | |
<meta name="viewport" content="width=device-width"> | |
<meta http-equiv="x-ua-compatible" content="IE=edge"> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<link rel="stylesheet" href="https://use.typekit.net/YOUR-KIT-CODE-HERE.css"> | |
<title>*|MC:SUBJECT|*</title> |
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
<?php // DON'T REMOVE this | |
add_action( 'genesis_after_header', 'sg_front_page' ); | |
/** | |
* Display Home Featured widget area below header. | |
*/ | |
function sg_front_page() { | |
// Display front-page widget areas. | |
for ( $i = 1; $i <= 5; $i++ ) { |