Files
004_comission/_resources/it114105/ite3006/Assignment/article3.html
louiscklaw 6c60a73f30 update,
2025-01-31 19:15:17 +08:00

112 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>Oscars 2019: GREEN BOOK wins Best Picture</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="head-container">
<div class="site-banding"><a href="index.html">MOVIE CLUB</a></div>
<div class="menu">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="aboutus.html">About US</a></li>
<li><a href="equipment.html">Lease</a></li>
<li><a href="blog.html">New</a></li>
<li><a href="join.html" target="_blank">JoinUs</a></li>
</ul>
</div>
<span onclick="openNav()">&#9776;</span>
<div id="myNav" class="overlay">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="aboutus.html">About US</a>
<a href="equipment.html">Lease</a>
<a href="blog.html">New</a>
<a href="join.html" target="_blank">JoinUs</a>
</div>
</div>
</div>
<div class="mesga">
<img src="image/article4.jpg" width="100%">
<div class="about_title">
Oscars 2019: GREEN BOOK wins Best Picture
</div>
</div>
<div class="container">
<div class="Post_L">
<div class="article-mainline"></div> <h4 style="text-align:left;"> BY. JAMIE WYLIE</h4>
<img src="image/oscar.png">
<br>
<p> GREEN BOOK is the 2019 Oscar winner for BEST PICTURE! Congratulations to Jim Burke, Charles B. Wessler, Brian Currie, Peter Farrelly, and Nick Vallelonga on their first Oscar win. This is the 2nd Oscar nomination for Jim Burke, who was previously nominated for THE DESCENDANTS. Other nominees for BEST PICTURE included BLACK PANTHER, BLACKkKLANSMAN, BOHEMIAN RHAPSODY, THE FAVOURITE, ROMA, A STAR IS BORN, and VICE.</p>
<img src="image/oscar12.jpg" width="50%">
<pre>SKIN is the 2019 Oscar winner for SHORT FILM (LIVE ACTION)! Congratulations to Guy Nattiv and Jaime Ray Newman on their first Oscar win. Other nominees for SHORT FILM (LIVE ACTION) included DETAINMENT, FAUVE, MARGUERITE, and MOTHER. Watch Guy Nattiv and Jaime Ray Newman's Oscar acceptance speech below.</pre>
<img src="image/oscar13.jpg" width="50%">
<pre>BAO is the 2019 Oscar winner for SHORT FILM (ANIMATED). Congratulations to Domee Shi and Becky Neiman-Cobb on their first Oscar win. Other nominees for SHORT FILM (ANIMATED) included ANIMAL BEHAVIOUR, LATE AFTERNOON, ONE SMALL STEP, and WEEKENDS. Watch Domee Shi and Becky Neiman-Cobb's Oscar acceptance speech below.
BAO is about a lonely Chinese mother suffering from empty nest syndrome who is thrilled to become a parent again when one of her homemade dumplings comes to life. As Dumpling grows, however, the inevitable conflicts between parent and child arise and Mom must acknowledge that no one stays little forever.</pre>
<img src="image/oscar14.jpg" width="50%">
<pre>Olivia Colman is the 2019 Oscar winner for ACTRESS IN A LEADING ROLE! Congratulations to Olivia Colman on her first nomination and Oscar win. Other nominees for ACTRESS IN A LEADING ROLE included Yalitza Aparicio in ROMA, Glenn Close in THE WIFE, Lady Gaga in A STAR IS BORN, and Melissa McCarthy in CAN YOU EVER FORGIVE ME?
“Its genuinely quite stressful. This is hilarious. I got an Oscar,” Colman exclaimed.
In THE FAVOURITE, Colman portrays Queen Anne, the temperamental ruler of Great Britain whose devious courtiers joust for her favor and political power during the early 1700s.</pre>
<pre><div class=video-container><iframe width="880" height="495" src="https://www.youtube.com/embed/XnCBmMcO7UE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div></pre>
</div>
<div class="Post_R">
<div class="Post_R_BOX">
<div class="widget-area">
<h4 class="widget-title">02/2019</h4>
<ul>
<li>
<a href="article4.html">Shock Wave </a>
</li>
<li>
<a href="article3.html">OSCARS 2019: GREEN BOOK WINS BEST PICTURE</a>
</li>
<li>
<a href="article2.html">OSCAR IN MEMORIAM 2019</a>
</li>
<li>
<a href="article1.html">91ST OSCARS SHORTLISTS IN NINE AWARD CATEGORIES ANNOUNCED</a>
</li>
</ul></div>
</div>
</div>
</div>
<footer>
<div class="footer-container">
<ul class="grid-item-one-half">
<li><a href="copyright.html">Conitions& Privacy policy</a></li>
<li><p><br><br><i style="font-size:36px" class="fa">&#xf230;</i>
<i style="font-size:36px" class="fa">&#xf0d4;</i>
<i style="font-size:36px" class="fa">&#xf16a;</i></p></li>
<p style="font-size:12px;">© 2019, FAMC| FILM AND microFILM Co. Ltd.</p>
</ul>
<div class="grid-item-one-half">
<a href="#email">Join our Catalog<br></a>
<form action="mailto:test@gmailcom" method="post">
<input type="email" id="email" name="mail" placeholder="Email Address">
<button type="submit" name="button">SUBSCRIBE</button>
</form>
</div>
</div>
</footer>
<script>
function openNav() {
document.getElementById("myNav").style.width = "100%";
}
function closeNav() {
document.getElementById("myNav").style.width = "0%";
}
</script>
</body>
</html>