-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvideo.html
More file actions
1 lines (1 loc) · 3.71 KB
/
video.html
File metadata and controls
1 lines (1 loc) · 3.71 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="theme-color" content="#000098" /><meta name="description" content="Watch free vidoes of The Whom's past performances, including a recent live show at Hyde Park (London) in 2016" <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" /><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" /><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css?family=Anton|Crete+Round|Knewave" rel="stylesheet"><link rel="stylesheet" href="assets/minified_style.css" type="text/css" /><title>The Whom</title></head><body> <header role="banner"><div class="centering-box"> <a href="index.html"> <img class="logo" src="assets/images/the_whom.png" alt="The Whom"> </a></div><div class="row"><div class="container-fluid" role="navigation"><ul id="nav" class="list-inline container-fluid clearfix nav-menu-style"><li class="col-xs-6 col-sm-3 col-md-3 col-lg-3 menuitem"> <a href="music.html" alt="music page"><i class="fas fa-music"></i><span>Music</span></a></li><li class="col-xs-6 col-sm-3 col-md-3 col-lg-3 menuitem"> <a href="video.html" alt="video page"><i class="fas fa-video"></i><span class="active">Videos</span></a></li><li class="col-xs-6 col-sm-3 col-md-3 col-lg-3 menuitem"> <a href="photo.html" alt="photo page"><i class="fas fa-camera-retro"></i><span>Photos</span></a></li><li class="col-xs-6 col-sm-3 col-md-3 col-lg-3 menuitem"> <a href="contact.html" alt="contact page"><i class="fas fa-bullseye"></i><span>Contact</span></a></li></ul></div></div></div> </header> <section role="main"><div class="row"><div class="video-container container" role="article"> <figure class="margin-video"> <iframe class="col-xs-12 col-sm-12 col-md-6 col-lg-6" width="auto" height="400" src="https://www.youtube.com/embed/KHwHs9RwXYw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> <figcaption class="col-xs-12 col-sm-12 col-md-6 col-lg-6">Performing Baba O'Mally<br>Live at Hyde park<br>(London,2016)</figcaption> </figure> <figure class="margin-video"> <iframe class="col-xs-12 col-sm-12 col-md-6 col-lg-6" width="auto" height="400" src="https://www.youtube.com/embed/eswQl-hcvU0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> <figcaption class="col-xs-12 col-sm-12 col-md-6 col-lg-6">Performing Supply Teacher<br>(BBC studios, 1975)</figcaption> </figure></div></div> </section> <footer><div role="link"><ul class="social-links"><li><a target="_blank" href="/" alt="The Whom's facebook page"><i class="fab fa-facebook social-link"></i></a></li><li><a target="_blank" href="/" alt="The Whom's youtube page"><i class="fab fa-youtube social-link"></i></a></li><li><a target="_blank" href="/" alt="The Whom's instagram page"><i class="fab fa-instagram social-link"></i></a></li></ul></div><div class="spacer"></div><div><ul class="footer-links list-inline clearfix"><li><a href="index.html" alt="home page"><span class="footer-link">Home</span></a></li><li><a href="music.html" alt="music page"><span class="footer-link">Music</span></a></li><li><a href="video.html" alt="video page"><span class="footer-link active">Videos</span></a></li><li><a href="photo.html" alt="photo page"><span class="footer-link">Photos</span></a></li><li><a href="contact.html" alt="contact page"><span class="footer-link">Contact</span></a></li></ul></div> </footer></body></html>