-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.html
53 lines (44 loc) · 1.88 KB
/
media.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
<!DOCTYPE html>
<html>
<head>
<title> Media </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Main CSS-->
<link rel="stylesheet" href="media.css">
</head>
<body>
<div class="square">
<a class="logo" href="index.html"><img src= "/assets/logo-white-outline.png" width= "100" height="90"></a>
<a href="scientificPublications.html"><button class="scientificLink">SCIENTIFIC APPROACH & PUBLICATIONS</button></a>
<a href="media.html"><button class="mediaLink">MEDIA</button></a>
<div class="title">MEDIA</div>
</div>
<div class="videoholder">
<video width="180" height="320" controls>
<source src="/assets/VID_20230530_173839.mp4" type="video/mp4">
</video>
<video width="180" height="320" controls>
<source src="/assets/VID_20230531_144908.mp4" type="video/mp4">
</video>
<video width="180" height="320" controls>
<source src="/assets/VID_20230531_151929.mp4" type="video/mp4">
</video>
<video width="180" height="320" controls>
<source src="/assets/VID_20230601_112011.mp4" type="video/mp4">
</video>
<video width="180" height="320" controls>
<source src="/assets/VID_20230601_162321.mp4" type="video/mp4">
</video>
</div>
<div class="videonextline">
<video width="920" height="920" controls>
<source src="/assets/VID_21890626_170718_294.mp4" type="video/mp4">
</video>
</div>
<div class="videolastline">
<video width="920" height="517.5" controls>
<source src="/assets/VID_20230601_161054.mp4" type="video/mp4">
</video>
</div>
</body>
</html>