-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprogress.html
More file actions
153 lines (134 loc) · 6.27 KB
/
progress.html
File metadata and controls
153 lines (134 loc) · 6.27 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Έργο | MIRAGE</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/styles.css" rel="stylesheet">
<script src="https://cdn.userway.org/widget.js" data-account="yBY9xhLTf4" data-size="large"></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">Mirage</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="partners.html">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="project.html">The Project</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="progress.html">Progress</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="https://bgpartemis.org/">Artemis</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li> -->
<li class="nav-item px-3">
<a class="nav-link" href="el/progress.html">EL</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container container-fluid my-1 section pb-5" id="poreia">
<div class="text-center mb-5">
<h2 class="section-heading text-uppercase">Πορεια</h2>
<h3 class="section-subheading text-muted">Τα τελευταία νέα για την πορεία του έργου.</h3>
</div>
<ul class="timeline">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="" alt=""></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">First Progress Post</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The details of the first progress post will go here</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="" alt=""></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Second Progress Post</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The details of the second progress post will go here</p>
</div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="" alt=""></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Third Progress Post</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The details of the third progress post will go here</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="" alt=""></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Fourth News Post</h4>
</div>
<div class="timeline-body">
<p class="text-muted">The details of the fourth progress post will go here</p>
</div>
</div>
</li>
</ul>
</div>
<a class="btn btn-secondary btn-lg rounded-circle back-to-top" id="scroll_to_top" href="#">^</a>
<!-- Footer -->
<footer class="py-4 bg-dark" id="footer-div">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 text-center ">
<img src="images/en/espa.jpg" width="625" height="142" class="img-fluid rounded img_border">
</div>
<div class="col-lg-6 m-0 text-white text-white-50">
The project is implemented in the context of the Action RESEARCH - CREATE - INNOVATE and is
co-financed by the
European Union and national resources through the O.P. Competitiveness, Entrepreneurship &
Innovation
(EPAnEK).
</div>
</div>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="js/scroll_top.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>