-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (75 loc) · 4.15 KB
/
index.html
File metadata and controls
97 lines (75 loc) · 4.15 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
<!DOCTYPE html>
<html>
<head>
<title>ΕΣΠΑ ΚΑΔ</title>
<meta name="description" content='Εφαρμογή για εύκολη αναζήτηση και πλοήγηση στους Επιλέξιμους Κωδικούς Αριθμούς Δραστηριοτήτων (ΚΑΔ) των προγραμμάτων ΕΣΠΑ "Ενίσχυση της αυτοαπασχόλησης πτυχιούχων τριτοβάθμιας εκπαίδευσης", "Ενίσχυση τουριστικών μικρομεσαίων επιχειρήσεων (ΜΜΕ) για τον εκσυγχρονισμό τους και την ποιοτική αναβάθμιση των παρεχόμενων υπηρεσιών", "Νεοφυής Επιχειρηματικότητα" και "Αναβάθμιση πολύ μικρών & μικρών υφιστάμενων επιχειρήσεων με την ανάπτυξη των ικανοτήτων τους στις νέες αγορές".'>
<meta name="keywords" content="espa,espakad,εσπα,ΚΑΔ">
<meta name="author" content="Golfo Vasiliou">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!--external css-->
<!-- Custom styles for this template -->
<style>
#tourRow0{
width:5%;
}
#tourRow1{
width:20%;
}
#tourRow2{
width:20%;
}
#tourRow3{
width:5%;
}
#tourRow4{
width:50%;
}
</style>
</head>
<body>
<div class="container" ng-cloak ng-app="espaApp" >
<div class="row">
<header class="col-sm-12 text-center "><h1>ΕΣΠΑ ΚΑΔ</h1><p>Αναζήτηση με βάση πολλαπλά κριτήρια στους Κωδικούς Αριθμούς Δραστηριοτήτων για τα Προγράμματα ΕΣΠΑ</p><hr>
</header>
</div>
<ul class="nav nav-tabs" role="tablist">
<li class="active" role="presentation" ><a href="#/neofueis" aria-controls="neofueis" role="tab" data-toggle="tab">Νεοφυής Επιχειρηματικότητα</a></li>
<li role="presentation"><a href="#/ptuxiouxoi" aria-controls="ptuxiouxoi" role="tab" data-toggle="tab">Αυτοαπασχόληση Πτυχιούχων</a></li>
<li role="presentation"><a href="#/touristikes" aria-controls="touristikes" role="tab" data-toggle="tab">Τουριστικές Επιχειρήσεις</a></li>
<li role="presentation"><a href="#/mikromesaies" aria-controls="mikromesaies" role="tab" data-toggle="tab">Μικρομεσαίες Επιχειρήσεις</a></li>
</ul>
<div class="row">
<main class="col-sm-12">
<div class="table-responsive" ng-view>
</div>
<dir-pagination-controls max-size="5" direction-links="true" boundary-links="true" >
</dir-pagination-controls>
</div>
</main>
<footer class="row text-center footer">
Made by <a href="https://github.com/faysvas">Golfo Vasiliou</a> and hosted on <a href="https://github.com/faysvas/espakad">Github</a>.
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-filter/0.5.8/angular-filter.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular-animate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.8/angular-route.min.js"></script>
<script src="js/dirPagination.js"></script>
<script src="js/app.js"></script>
<script src="js/helpers.js"></script>
<script src="js/controllers.js"></script>
<!-- js placed at the end of the document so the pages load faster -->
<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-72072834-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>