-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pitching_video.html
33 lines (31 loc) · 1.29 KB
/
Pitching_video.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>document.getElementsByTagName("html")[0].className += " js";</script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/style_game.css">
<title>Previous Portfolio</title>
</head>
<body>
<header class="cd-main-header text-center flex flex-column flex-center">
<h1>Portfolio Video</h1>
<br>
<p class="margin-top-sm">This is when i was giving pitch about our bussiness idea in front of judges. It was a bit embarassing because this is the frist time i give a speach in front of a lot of foreigner.
</p>
<p class="margin-top-sm">Captured on: 14 December 2017.
</p>
<br>
</header>
<div class="container align-middle">
<div class="row">
<div class="col">
<h3>Demoday</h3>
<iframe src="https://drive.google.com/file/d/1WOGiRpkTWYKTwOM3vay_donRU4T6rtN-/preview" width="640" height="480"></iframe>
</div>
</div>
</div>
<script src="assets/js/main.js"></script>
</body>
</html>