-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (113 loc) · 4.16 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
<!doctype html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>junk food</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<script src="js/mobile.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header">
<div>
<a >
<h1>audio video documentary</h1>
</a>
<ul id="navigation">
</ul>
</div>
</div>
<div id="body" class="home">
<div class="header">
<img src="images/junk.jpg" alt="" height="30%">
<div>
<a href="product.html">Freeze Delight</a>
</div>
</div>
<div class="body">
<div>
<div>
<section>
<div class="testi_inner">
<div class="row shadow-lg p-4 radius">
<div class="col-lg-2 col-md-2 col-12">
<div class="profile-image float-md-right"> <img width="50%" style="border-radius: 50%; box-shadow: inset ; border: 1px solid burlywood;" src="/profile/bili.jpg" alt=""> </div>
</div>
<div class="row shadow-lg p-4 radius">
<div class="col-lg-2 col-md-2 col-12">
<div class="profile-image float-md-right"> <img width="50%" style="border-radius: 50%; box-shadow: inset ; border: 1px solid burlywood;" src="/profile/wakoya.jpg" alt=""> </div>
</div>
<div class="col-lg-10 col-md-10 col-12">
<h4 class="m-t-0 m-b-0">Miraf Mesfin </h4>
<span class="job_post">A/UR14711/10 </span>
<p> Section 3</p>
</div>
</div>
<br>
<div class="row shadow-lg p-4 radius">
<div class="col-lg-2 col-md-2 col-12">
<div class="profile-image float-md-right"> <img width="50%" style="border-radius: 50%; box-shadow: inset ; border: 1px solid burlywood;" src="/profile/yero.jpg" alt=""> </div>
</div>
<div class="col-lg-10 col-md-10 col-12">
<h4 class="m-t-0 m-b-0"> Kalkidan Derge </h4>
<span class="job_post">A/UR15217/10 </span>
<p> Section 3</p>
</div>
</div>
<br>
<div class="row shadow-lg p-4 radius">
<div class="col-lg-2 col-md-2 col-12">
<div class="profile-image float-md-right"> <img width="50%" style="border-radius: 50%; box-shadow: inset ; border: 1px solid burlywood;" src="/profile/yero.jpg" alt=""> </div>
</div>
<div class="col-lg-10 col-md-10 col-12">
<h4 class="m-t-0 m-b-0">Rahel Hailu </h4>
<span class="job_post">A/UR14843/10 </span>
<p> Section 3</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="mt-3">
<h3 class="text-gray-800 font-semibold text-base"> the script</h3>
<a href="video/script.pdf" class="text-blue-700 font-semibold text-base">Script pdf </a>
</div>
<br />
<br/>
<div class="mt-3">
<h3 class="text-gray-800 font-semibold text-base">unedited mp3</h3>
<audio controls>
<source src="audio/unedited.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
<div class="mt-3">
<h3 class="text-gray-800 font-semibold text-base">edited mp3</h3>
<audio controls>
<source src="audio/mafi3 v2.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
</div>
</section>
<section id="video" class="projects_area p_120">
<div class="container">
<div class="main_title">
<h2> Final Documentary Video </h2>
</div>
<div class="projects_inner row ">
<iframe width="90%" height="500" class=" m-auto" src="video/documentary.mp4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
</div>
<div>
<p>© 2023 Freeeze. All Rights Reserved.</p>
</div>
</div>
</div>
</body>
</html>