mirror of https://github.com/explosion/spaCy.git
38 lines
935 B
Plaintext
38 lines
935 B
Plaintext
- var slogan = "Build Tomorrow's Language Technologies"
|
|
- var tag_line = "spaCy – " + slogan
|
|
|
|
|
|
doctype html
|
|
html(lang="en")
|
|
head
|
|
meta(charset="utf-8")
|
|
title!= tag_line
|
|
meta(name="description" content="")
|
|
meta(name="author" content="Matthew Honnibal")
|
|
link(rel="stylesheet" href="css/style.css")
|
|
<!--[if lt IE 9]>
|
|
script(src="http://html5shiv.googlecode.com/svn/trunk/html5.js")
|
|
<![endif]-->
|
|
|
|
body(id="home" role="document")
|
|
header(role="banner")
|
|
h1(class="logo")!= tag_line
|
|
div(class="slogan")!= slogan
|
|
|
|
nav(role="navigation")
|
|
ul
|
|
li: a(href="home.html") Home
|
|
li: a(href="docs.html") Docs
|
|
li: a(href="license.html") License
|
|
li: a(href="blog.html") Blog
|
|
|
|
main(id="content" role="main")
|
|
block intro_block
|
|
|
|
block body_block
|
|
|
|
footer(role="contentinfo")
|
|
|
|
script(src="js/prism.js")
|
|
script(src="js/details_polyfill.js")
|