Skip to content

Instantly share code, notes, and snippets.

View ismailmechbal's full-sized avatar

Ismail Mechbal ismailmechbal

View GitHub Profile

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

/* Mettre à jour dans cih-alpha-default-normal.css */
/* CSS pour l'arrière plan du menu pour chaque section */
/* Changer la couleur de background-color pour chaque section
data-id= "491" -> Particulier
data-id= "492" -> Professionnels
data-id= "493" -> MRE
data-id= "494" -> Promotion immo
data-id= "495" -> Entreprise
data-id= "496" -> Corporate
api = 2
core = 7.x
projects[drupal][type] = core
projects[drupal][download][type] = git
projects[drupal][download][branch] = 7.x
projects[drupal][download][url] = http://git.drupal.org/project/drupal.git
@ismailmechbal
ismailmechbal / gist:1bc8204ef8861a77bedd
Created September 10, 2014 08:47
Drupal - Theming - Remove unnecessary CSS
To remove unnecessary css in drupal
add this code to template.php
/**
* Clean system css
*/
function uk_css_alter(&$css) {
foreach ($css as $key => $value) {
if ($value['group'] != CSS_THEME) {

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
Verifying that +ismailmechbal is my blockchain ID. https://onename.com/ismailmechbal
@ismailmechbal
ismailmechbal / contact_batch_email.html.erb
Created January 13, 2016 10:33 — forked from Joseworks/contact_batch_email.html.erb
Send batch emails on ActiveAdmin Rails 4.2.0
<!-- Contact batch email -->
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<div>Name: <%= @name %></div>
<br>
<div>Subject: <%= @subject %></div>
@ismailmechbal
ismailmechbal / README.md
Created January 17, 2016 20:38 — forked from miawgogo/README.md
Countdown. REVISED EDITION!!!!

Countdown. REVISED EDITION!!!!

This is a fork of ruleb's count down that rended one of the else ifs unreachable in his code. Even though he was notified by menny people he never fixed his code so i took it on to... fix 1 line of code. This Fork may expand if i have the time to re-learn coffie and see if any outher code is broken.

The rest of this readme and the html code and scss is still the orginal by ruleb.

Description

Simple Dashing widget to countdown until a certain moment. Flashes the widget when finished.

Description

Simple Dashing widget that show the amount of open issues and bugs for a Gitlab project.

The widget was made by @joren for use @openminds. If you end up using this widget, please send me a tweet! I'd love to hear about it.

Dependencies

This widget requires the curb gem for easy curl request in Ruby and your Gitlab API key.