-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (205 loc) · 7.14 KB
/
index.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" >
<script src="https://code.jquery.com/jquery-3.2.1.min.js" ></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="font-awesome-4.4.0/css/font-awesome.min.css">
</head>
<body>
<h1 style="text-align: center; color: white;">Time Line Plugin By Ahmed HAMEED v1.2</h1>
<div class="timeLine">
<div class="row">
<div class="lineHeader hidden-sm hidden-xs"></div>
<div class="lineFooter hidden-sm hidden-xs"></div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item" >
<div class="caption">
<div class="star center-block">
<span class="h3">27</span>
<span>Jan</span>
<span>1990</span>
</div>
<div class="image">
<img src="img/born.jpg">
<div class="title">
<h2>Started to Breath <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">Hi, this is my very short history, lets start from my berthday that was in 27 of January 1990. I thing my feet was bigger than this because now i just can buy shoes with size 45 LOL.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">15</span>
<span>Sep</span>
<span>2007</span>
</div>
<div class="image">
<img src="img/cat.jpg">
<div class="title">
<h2>School Study <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">I have studied for 12 years until i complete school then i was ready for joining university. i sufferd really but i dont know why!! may be i don't like studing in the past.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">18</span>
<span>Aug</span>
<span>2011</span>
</div>
<div class="image">
<img src="img/graduation.png">
<div class="title">
<h2>University <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">University was the level that i didn't feel it, it just 4 years passed through like a wink.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">01</span>
<span>May</span>
<span>2012</span>
</div>
<div class="image">
<img src="img/work.jpg">
<div class="title">
<h2>Work field <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">For 2 years of work as support engineer responsible about installing and maintenance SWIFT packages for banks. I gain a lot from it before i leave country.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">14</span>
<span>Apr</span>
<span>2015</span>
</div>
<div class="image">
<img src="img/welcome.jpg">
<div class="title">
<h2>Refugee <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">Since then i came to Austria as refugee far from my lovers and friends far a way escaping from wars and threats searching a new life that i didn't find until yet.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">01</span>
<span>Jun</span>
<span>2016</span>
</div>
<div class="image">
<img src="img/me.jpg">
<div class="title">
<h2>Hope <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">Dreams are always growing up by hope. This is the last thing that i can not get rid of it just because i believe in myself and my abilities.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">01</span>
<span>Jun</span>
<span>2016</span>
</div>
<div class="image">
<video src="bgvideo.mp4"></video>
<div class="title">
<h2>Hope <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">Dreams are always growing up by hope. This is the last thing that i can not get rid of it just because i believe in myself and my abilities.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 item">
<div class="caption">
<div class="star center-block">
<span class="h3">01</span>
<span>Jun</span>
<span>2016</span>
</div>
<div class="image">
<video src="Lights.mp4"></video>
<div class="title">
<h2>Hope <i class="fa fa-arrow-circle-right" aria-hidden="true"></i></h2>
</div>
</div>
<div class="textContent">
<p class="lead">Dreams are always growing up by hope. This is the last thing that i can not get rid of it just because i believe in myself and my abilities.</p>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="timeLine">
<div class="container">
<div class="lineHeader"></div>
<div class="lineFooter"></div>
<div class="item">
<div class="caption">
</div>
</div>
<div class="item pull-right">
<div class="caption">
</div>
</div>
<div class="item">
<div class="caption">
</div>
</div>
<div class="item pull-right">
<div class="caption">
</div>
</div>
<div class="item">
<div class="caption">
</div>
</div>
<div class="item pull-right">
<div class="caption">
</div>
</div>
<div class="item">
<div class="caption">
</div>
</div>
<div class="item pull-right">
<div class="caption">
</div>
</div>
</div>
</div> -->
<script src="../bootstrap337/js/bootstrap.min.js"></script>
<script src="js/timeLine.js"></script>
<script src="js/script.js"></script>
</body>
</html>