forked from Codi-T03/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFaten_HTML1.html
More file actions
51 lines (51 loc) · 3.31 KB
/
Faten_HTML1.html
File metadata and controls
51 lines (51 loc) · 3.31 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Faten HTML1</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<strong>THE FAULT IN OUR STARS</strong>
</header>
<main>
<p><em>The Fault In Our Stars is a fabulous book about a young teenage girl who has been diagnosed with lung cancer and attends a cancer support group.</em></p>
<img src="Assets/img1/image.jpg" alt="THE POSTER">
<h1>INTRODUCTION</h1>
<p>Hazel is 16 and is reluctant to go to the support group, but she soon realises that it was a good idea. Hazel meets a young boy named Augustus Waters. He is charming and witty. Augustus has had osteosarcoma, a rare form of bone cancer,
but has recently had the all clear</p>
<p>Hazel and Augustus embark on a roller coaster ride of emotions, including love, sadness and romance, while searching for the author of their favourite book. They travel to Amsterdam in search of Peter Van Houten the author of An Imperial Affliction.
While on their trip Augustus breaks some heartbreaking news to Hazel and both of their worlds fall apart around them.</p>
<img src="Assets/img1/image2.jpg" alt="HAZEL AND PETER">
<h2>CAST</h2>
<blockquote>
* Shailene Woodley as Hazel Grace Lancaster</br>
* Lily Kenna as young Hazel[8]</br>
* Ansel Elgort as Augustus "Gus" Waters[9]</br>
* Nat Wolff as Isaac, Augustus' best friend[10]</br>
* Laura Dern as Frannie Lancaster, Hazel's mother[10]</br>
* Sam Trammell as Michael Lancaster, Hazel's father[11]</br>
* Willem Dafoe as Peter Van Houten[12]</br>
* Lotte Verbeek as Lidewij Vliegenthart, Van Houten's assistant</br>
* Mike Birbiglia as Patrick, the support group leader[13]</br>
* Ana Dela Cruz as Dr. Maria</br>
* Milica Govich as Mrs. Waters, Augustus's mother</br>
* David Whalen as Mr. Waters, Augustus's father</br>
* Emily Peachey as Monica</br>
* Emily Bach as Monica's Mom</br>
* Carole Weyers as the voice of Anne Frank</br>
</blockquote>
<img src="Assets/img1/image3.jpg" alt="Ed Sheeran">
<h3>MUSIC</h3>
<p>Mike Mogis and Nathaniel Walcott of Bright Eyes scored the film.[38] The full album track list was released on April 13, 2014, featuring songs from artists including: M83, Grouplove, Kodaline, Jake Bugg, Tom Odell, Birdy, <mark>Ed Sheeran</mark> and Charli XCX, who performed "Boom Clap", one of the main songs from the movie, which became an international success, due in part to its exposure in the film.[39] The soundtrack was released by Atlantic Records on May 19 in the U.S.,
and on June 23 in the UK.[40]</p>
</main>
</br>
<footer>
<a href="https://www.goodreads.com/book/show/11870085-the-fault-in-our-stars" target="_blank">The Book Link</a>
<a href="https://www.youtube.com/watch?v=dSzqdScg3Bc">The Film Link</a>
<a href="https://www.youtube.com/watch?v=nkqVm5aiC28">The music Link </a>
</footer>
</body>
</html>