-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (114 loc) · 5.9 KB
/
index.html
File metadata and controls
136 lines (114 loc) · 5.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A Personal Blog">
<meta name="author" content="Alexandros Semelidis">
<link id="fbImageURL"
rel="image_src"
type="image/jpeg"
href="" />
<title id="titleOfThePage"></title>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<!-- Google fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700' rel='stylesheet' type='text/css'>
<!-- Custom Bootstrap CSS file -->
<link href="styles/custom.bootstrap.css" rel="stylesheet" />
<link href="styles/blog.css" rel="stylesheet" />
<!-- endbuild -->
<!-- html editor -->
<script src="//cdn.ckeditor.com/4.4.5/full/ckeditor.js"></script>
<!-- telos html editor -->
</head>
<body ng-app="forumBlogApp">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div ng-include="'views/nav.html'"></div>
<div class="container">
<div ng-view=""></div>
<!-- Footer -->
<footer>
<div class="container">
<hr />
<p class="text-center">Copyright © Personal Blog 2014-2015. All rights reserved.</p>
</div>
</footer>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56265283-1', 'auto');
ga('send', 'pageview');
</script>
<!-- build:js(.) scripts/oldieshim.js -->
<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.js"></script>
<![endif]-->
<!-- endbuild -->
<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="bower_components/angular-resource/angular-resource.js"></script>
<script src="bower_components/angular-cookies/angular-cookies.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-animate/angular-animate.js"></script>
<script src="bower_components/angular-touch/angular-touch.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/firebase/firebase.js"></script>
<script src="bower_components/firebase-simple-login/firebase-simple-login.js"></script>
<script src="bower_components/mockfirebase/dist/mockfirebase.js"></script>
<script src="bower_components/angularfire/dist/angularfire.min.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src='bower_components/ngInfiniteScroll/build/ng-infinite-scroll.min.js'></script>
<script src='bower_components/ngDraggable/ngDraggable.js'></script>
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/about.js"></script>
<script src="scripts/controllers/contact.js"></script>
<script src="scripts/controllers/auth.js"></script>
<script src="scripts/controllers/nav.js"></script>
<script src="scripts/controllers/createpost.js"></script>
<script src="scripts/controllers/accessdenied.js"></script>
<script src="scripts/controllers/accessdeniedsingle.js"></script>
<script src="scripts/controllers/profile.js"></script>
<script src="scripts/controllers/singlepost.js"></script>
<script src="scripts/controllers/email.js"></script>
<script src="scripts/controllers/accessdeniedcomments.js"></script>
<script src="scripts/controllers/policy.js"></script>
<script src="scripts/controllers/users.js"></script>
<script src="scripts/services/auth.js"></script>
<script src="scripts/services/user.js"></script>
<script src="scripts/services/createpost.js"></script>
<script src="scripts/services/accessdenied.js"></script>
<script src="scripts/services/accessdeniedsingle.js"></script>
<script src="scripts/services/main.js"></script>
<script src="scripts/services/profile.js"></script>
<script src="scripts/services/singlepost.js"></script>
<script src="scripts/services/email.js"></script>
<script src="scripts/services/accessdeniedcomments.js"></script>
<script src="scripts/services/users.js"></script>
<script src="scripts/filters/error.js"></script>
<script src="scripts/filters/tagfilter.js"></script>
<script src="scripts/filters/mainpagetagfilter.js"></script>
<script src="scripts/directives/checkusername.js"></script>
<!-- endbuild -->
</body>
</html>