-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 1.48 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
<!DOCTYPE html>
<html dir="rtl"lang="fa">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="Section Background Background--darker pt-6 pt-sm-7">
<div class="Container Reveal js-reveal ">
<div class="wrapper timelineAboutus">
<div class="row">
<div class="col-md-8 content-timeline Reveal" style="transition-delay: .2s">
<p class="active-content-timeline">
text one
</p>
<p>
text two
</p>
<p>
text three
</p>
<p>
text four
</p>
<p>
text five
</p>
</div>
<div class="col-md-4 line-timeline Reveal" style="transition-delay: .8s">
<div class="circle-timeline">
<div class="active-timeline"></div>
<div></div>
<div></div>
<div></div>
<div class="timeline6"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>