-
Notifications
You must be signed in to change notification settings - Fork 0
/
mech_progress.html
141 lines (110 loc) · 4.03 KB
/
mech_progress.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<title>Ονομα | Εξέλιξη</title>
<!-- Custom styles for this template -->
<link href="mech_progress.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<a href='user_home.html'>
<img src='logo11.png' class="masthead-brand">
</a>
<nav>
<!--<ul class="nav masthead-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Contact</a></li>
</ul>-->
</nav>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Page header -->
<div class="page-header">
<h2>Χρονολόγιο εξέλιξης επισκευής</h2>
</div>
<!-- /Page header -->
<!-- Timeline -->
<div class="timeline">
<!-- Line component -->
<div class="line text-muted"></div>
<!-- Separator -->
<div class="separator text-muted">
<time>26. 3. 2015</time>
</div>
<!-- /Separator -->
<!-- Panel -->
<article class="panel panel-primary">
<!-- Icon -->
<div class="panel-heading icon">
<i class="glyphicon glyphicon-plus"></i>
</div>
<!-- /Icon -->
<!-- Heading -->
<div class="panel-heading">
<h2 class="panel-title">Επισκευή ψηγείου</h2>
</div>
<!-- /Heading -->
<!-- Body -->
<div class="panel-body">
Σας ενημερώνουμε ότι ξεκίνησε η επισκευή του ψυγείου
</div>
<!-- /Body -->
</article>
<!-- /Panel -->
<!-- Separator -->
<div class="separator text-muted">
<time>25. 3. 2015</time>
</div>
<!-- /Separator -->
<!-- Panel -->
<article class="panel panel-success">
<!-- Icon -->
<div class="panel-heading icon">
<i class="glyphicon glyphicon-plus"></i>
</div>
<!-- /Icon -->
<!-- Heading -->
<div class="panel-heading">
<h2 class="panel-title">Επισκευή φρένων</h2>
</div>
<!-- /Heading -->
<!-- Body -->
<div class="panel-body">
Η επισκευή των φρένων ολοκληρώθηκε!
</div>
<!-- /Body -->
</article>
<!-- /Panel -->
</div>
<!-- /Timeline -->
</div>
<div class="mastfoot">
<div class="inner">
<p></p>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>