-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
42 lines (37 loc) · 1.79 KB
/
news.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
<!DOCTYPE html>
<html>
<title>Flor de Fuego</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
<body>
<!-- Navigation -->
<nav class="w3-bar w3-black w3-top">
<a href="index.html" class="w3-button w3-bar-item">Flor de Fuego</a>
<a href="work.html" class="w3-button w3-bar-item">Work</a>
<a href="bio_eng.html" class="w3-button w3-bar-item">Bio</a>
<a href="workshopsEn.html" class="w3-button w3-bar-item">Workshops</a>
<a href="news.html" class="w3-button w3-bar-item">Blog</a>
<nav class="w3-right">
<a href="index.html" class="w3-button w3-bar-item">ESP</a>
<a href="index_eng.html" class="w3-button w3-bar-item">ENG</a>
</nav>
</nav>
<!-- Header -->
<header>
<section class="w3-container w3-center w3-content" id="noticias" style="max-width:1000px">
<br>
<h3>Blog</h3>
</header>
<section class="w3-container w3-center w3-content" style="max-width:1000px">
<h3>2021 06 06 Best Practices Chat (Flor de Fuego, Jorge Guevara & Naoto Hieda</h3>
<iframe width="800" height="600" src="https://www.youtube.com/embed/Ecne2NxF5vw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</section>
</body>
</html>