start adding base template

This commit is contained in:
2017-08-29 17:26:45 +02:00
parent 2220bce227
commit e1b81ea472
20 changed files with 11570 additions and 534 deletions

View File

@@ -4,12 +4,11 @@
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="project-files/fonts/font-awesome/font-awesome.css">
<link rel="stylesheet" href="project-files/fonts/ionicons/ionicons.min.css">
<!-- <link rel="stylesheet" href="project-files/fonts/font-awesome/font-awesome.css"> -->
<!-- <link rel="stylesheet" href="project-files/fonts/ionicons/ionicons.min.css"> -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="project-files/js/functions.js"></script>
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> -->
<!-- <script src="project-files/js/functions.js"></script> -->
<title>CMS Template</title>
</head>