-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstandup.html
82 lines (74 loc) · 2.62 KB
/
standup.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
<!DOCTYPE html>
<html>
<head>
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<!-- CSS made by me -->
<link rel="stylesheet" type="text/css" href="pageStyle.css">
<!-- Icons -->
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<title>Beatriz Costa-Gomes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: 'Raleway';font-weight: lighter;
}
</style>
</head>
<body>
<div class="navbar">
<a href="contact.html">Contact</a>
<div class="dropdown">
<button class="dropbtn">ALFRED</button>
<div class="dropdown-content">
<a href="ALFREDBackground.html">Background</a>
<a href="ALFRED.html">Software</a>
<a href="ALFREDDemo.html">Demo</a>
</div>
</div>
<a href="research.html">Research</a>
<a class="active" href="about.html">About</a>
<a href="index.html">Home</a>
</div>
<div class="container">
<div class="row">
<div class="column side left">
<img src="img/BeatrizCostaGomes_profilepic.jpg" class="profile visible" alt="Beatriz Costa-Gomes" width="200" height="200">
<div class="hidden">
<b>Gotcha!</b>
</div>
</div>
<div class="column middle">
<h1>Stand-Up Comedy</h1>
<h2>Previously</h2>
<div class="videoWrapper">
<iframe width="300" height="170" src="https://www.youtube.com/embed/1z7Cr_sejTE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="videoWrapper">
<!-- Copy & Pasted from YouTube -->
<iframe width="300" height="170" src="https://www.youtube.com/embed/NDS-ye6glB0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h2>Coming up</h2>
<p>
<table>
<tr>
<th><i class="fas fa-calendar-day"></i> </th>
<th><i class="fas fa-theater-masks"></i> </th>
<th><i class="fas fa-map-marker-alt"></i></th>
</tr>
<tr>
<td>TBD</td>
<td>There's a pandemic going around</td>
<td>So either it will be online or non-existant.</td>
</tr>
</table> <br/>
<a href="about.html"> Back </a>
</p>
</div>
</div>
</div>
<div class="footer">
<p style="text-align:center;"><a href="https://instagram.com/mooniean" class="fab fa-instagram"></a> <a href="https://twitter.com/mooniean" class="fab fa-twitter"> </a> <a href="https://github.com/mooniean" class="fab fa-github"></a> <a href="mailto:[email protected]" class="fas fa-envelope"></a></p>
</div>
</body>
</html>