mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-07 05:43:10 +03:00
Improved layout. Added sketch design
This commit is contained in:
parent
5a5ce2439f
commit
6e70dc818c
|
@ -1,21 +1,49 @@
|
||||||
|
<!--
|
||||||
|
++
|
||||||
|
++++++
|
||||||
|
++++++++
|
||||||
|
+++++++++
|
||||||
|
+++++ ++++
|
||||||
|
+++ ++++++ ++
|
||||||
|
+++++++++ ++++++
|
||||||
|
++++++++ ++++++++
|
||||||
|
++++++++ ++++++++++
|
||||||
|
++++ ++++++ ++++
|
||||||
|
+++ ++ ++++++ +++
|
||||||
|
+++ +++++++++ +++
|
||||||
|
+++ ++++++++ +++
|
||||||
|
+++ +++++++ +++
|
||||||
|
+++ ++ +++
|
||||||
|
+++ +++
|
||||||
|
++++++ +++++++
|
||||||
|
++++++++ ++++++++
|
||||||
|
++++++++++ +++++++++
|
||||||
|
+++ ++++++ ++++++ +++
|
||||||
|
+++++ +++ ++++++
|
||||||
|
++++++++++++
|
||||||
|
++++++++
|
||||||
|
+++++++
|
||||||
|
+
|
||||||
|
|
||||||
|
Graphene Project.
|
||||||
|
Crafted by Syrus Akbary.
|
||||||
|
|
||||||
|
Sketch design: https://raw.githubusercontent.com/graphql-python/graphene/master/sketch.sketch
|
||||||
|
|
||||||
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
|
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
|
||||||
|
|
||||||
{% include meta.html %}
|
{% include meta.html %}
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" />
|
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
||||||
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,200,100' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,200,100' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
{% include analytics.html %}
|
{% include analytics.html %}
|
||||||
|
|
BIN
sketch.sketch
Normal file
BIN
sketch.sketch
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user