first commit
This commit is contained in:
23
templates/include/_header.html
Normal file
23
templates/include/_header.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{% load static %}
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Beyhan Oğur</title>
|
||||
|
||||
<meta content="" name="description">
|
||||
<meta content="" name="author">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
|
||||
<!-- The Outskirts v1.0 || ex nihilo || August 2015 -->
|
||||
<!-- style start -->
|
||||
<link href="{% static 'css/bootstrap.min.css' %}" media="all" rel="stylesheet" type="text/css">
|
||||
<link href="{% static 'css/style-dark.css' %}" media="all" rel="stylesheet" type="text/css">
|
||||
<link href="{% static 'css/font-awesome-4.4.0/css/font-awesome.min.css' %}" media="all" rel="stylesheet" type="text/css"><!-- style end -->
|
||||
<!-- google fonts start -->
|
||||
<link href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900%7CDosis:200,300,400,500,600,700,800%7CMontserrat:400,700%7COswald:300,400,700" rel="stylesheet"
|
||||
type="text/css"><!-- google fonts end -->
|
||||
<!-- dialog initiation start -->
|
||||
<script src="{% static 'js/modernizr.custom.js' %}" type="text/javascript"></script><!-- dialog initiation end -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
5
templates/include/_js.html
Normal file
5
templates/include/_js.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% load static %}
|
||||
<script src="{% static 'js/jquery-1.11.3.min.js' %}" type="text/javascript"></script>
|
||||
<script src="{% static 'js/plugins.js' %}" type="text/javascript"></script>
|
||||
<script src="{% static 'js/supersized.3.2.7.bg-single-image.js' %}" type="text/javascript"></script>
|
||||
<script src="{% static 'js/the-outskirts.js' %}" type="text/javascript"></script><!-- scripts end -->
|
||||
Reference in New Issue
Block a user