atsid/gcal-leave-scraper

View on GitHub
client/index.jade

Summary

Maintainability
Test Coverage
head
  meta(charset="utf-8")
  meta(http-equiv="x-ua-compatible" content="ie=edge")
  title Leave Timeline
  meta(name="description" content="")
  meta(name="viewport" content="width=device-width, initial-scale=1")
  link(rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" type='text/css')
  link(rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.3.0/animate.min.css" type='text/css')
  link(href='//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700' rel='stylesheet' type='text/css')
  link(href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet")
  link(rel="stylesheet" href="/main.css")
  link(rel="shortcut icon" href="assets/favicon.ico")

body
  div(class="calendar-body")
  script(src="/app.js")