Skip to content

Instantly share code, notes, and snippets.

View robinselmer's full-sized avatar

Robin Selmer robinselmer

View GitHub Profile

Keybase proof

I hereby claim:

  • I am robinselmer on github.
  • I am robinselmer (https://keybase.io/robinselmer) on keybase.
  • I have a public key whose fingerprint is 4A57 EF9C 7D44 7B5F A670 2FD8 446D BA73 C281 37D5

To claim this, I am signing this object:

@robinselmer
robinselmer / snippet-share-twitter.html
Created December 18, 2015 12:59
Share on Twitter link
<!-- https://dev.twitter.com/docs/intents -->
<a target="_blank" href="http://twitter.com/share?url=http://www.google.com&amp;text=The%20biggest%20search%20engine%20in%20the%20world&amp;via=robinselmer">
Share on Twitter
</a>
@robinselmer
robinselmer / snippet-share-facebook.html
Created December 18, 2015 12:59
Share on Facebook link
<!-- https://developers.facebook.com/docs/plugins/share-button/ -->
<a target="_blank" href="http://www.facebook.com/sharer.php?u=http://www.google.com">
Share on Facebook
</a>
@robinselmer
robinselmer / html5-skeleton.html
Last active April 13, 2016 08:59
Basic HTML5 skeleton as a base for any web project.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Robin Selmer">
<title>Basic HTML5 Skeleton</title>
<link href="style.css" rel="stylesheet" type="text/css">