Skip to content

Instantly share code, notes, and snippets.

View hendrikeng's full-sized avatar

Hendrik Werner hendrikeng

  • WeWereYoung
  • Hamburg, Germany
View GitHub Profile
@hendrikeng
hendrikeng / schema-org-structured-data-markup-using-microdata.html
Created May 5, 2018 17:57 — forked from milanaryal/schema-org-structured-data-markup-using-microdata.html
An example of how to mark up a HTML5 webpage using the schema.org schemas and microdata.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Site Title</title>
<link rel="stylesheet" href="/assets/css/style.min.css">
@hendrikeng
hendrikeng / import-github-labels.js
Created May 15, 2017 10:50 — forked from Isaddo/import-github-labels.js
import github labels via console command
/*
Go on your labels page (https://github.com/user/repo/labels)
Edit the following label array
or
Use this snippet to export github labels (https://gist.github.com/MoOx/93c2853fee760f42d97f)
and replace it
Paste this script in your console
Press Enter!!