-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskyfall.html
More file actions
109 lines (102 loc) · 4.47 KB
/
skyfall.html
File metadata and controls
109 lines (102 loc) · 4.47 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Dreams of thought</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/theme/styles.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="/theme/slicknav.css">
<script src="/theme/jquery.slicknav.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<![endif]-->
<script>
$(function(){
$('#menu').slicknav({'label':''});
});
</script>
<link rel="icon" href="/theme/favicon.ico" sizes="16x16 32x32 48x48 64x64" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" sizes="114x114" href="/theme/apple-touch-icon-precomposed.png">
<link rel="apple-touch-icon" sizes="152x152" href="/theme/favicon152.png">
<link rel="apple-touch-icon" sizes="196x196" href="/theme/favicon196.png">
</head>
<body>
<div id="wrapper">
<header>
<nav class="byline"><ul id="menu">
</ul></nav><!-- /#menu -->
<div class="downloads">
<a href="#" class="fa fa-Twitter"></a>
<a href="#" class="fa fa-Github"></a>
</div>
<hgroup>
<h1>Skyfall</h1>
<footer class="article-footer">
<address class="vcard author">
By <a class="url fn" href="./author/admin.html">admin</a>
</address>
<abbr class="published" title="2012-11-04T17:36:00+05:30">
on 04.11.2012
</abbr>
</footer><!-- /.post-info -->
</hgroup>
</header>
<section id="content" class="body article">
<div class="entry-content">
<p>50 years of Bond, what can one say! The trailers and the reviews
leading upto the film have built a lot of buzz and expectation. The
director, <a class="reference external" href="http://en.wikipedia.org/wiki/Sam_Mendes">Sam Mendes</a>, had
his work cut out for him and he hasn't let us down. Skyfall is easily
one of the best Bond movies of all time and certainly one of the best
movies of the year.</p>
<p>The film has all that you would expect from a Bond flick. Guns,
fights, chics, brilliant opening sequence .. you name it. What the
writers and the director have also added is depth to the characters.
Since Daniel Craig donned the role we have seen Bond not as a merciless
killing machine- womaniser, but as a human being. Skyfall brings out the
depth of Bond's character. Not satisfied, the writers have brought up
Judi Dench's M on a pedestal. This isn't just a Bond movie, it's also an
M film. Jane Martinson at the Guardian called Skyfall <a class="reference external" href="http://www.guardian.co.uk/film/the-womens-blog-with-jane-martinson/2012/oct/30/skyfall-less-sexist-bond-film">the least sexist Bond
film</a>,
and she's right. M will leave your jaw dropping, the writers have
fleshed out her character from all the hints they've left to her
character in the previous movies. The tough, no - nonsense,
do-whatever-is-necessary M has been beautifully essayed by the
inimitable Dame Judi Dench.</p>
<p>A while into the film you start thinking the trailer has let out too
much. Not to worry though, there's plenty to come ;-) If you've seen the
trailer, then you pretty much know the first few minutes.</p>
<p>But there's plenty of material left to enjoy. Javier Bardem does well
as the Bond villain. His backstory is well woven, I thought.</p>
<p>A piece of advice before you rush to the nearest theatre - watch this
in a good theatre! The cinematography by <a class="reference external" href="http://en.wikipedia.org/wiki/Roger_Deakins">Roger
Deakins</a> is simply
superb. I especially enjoyed the scenes in Scotland. The huge mountains
and the deserted plains have been captured so well.</p>
<p>tl;dr - Must watch</p>
</div><!-- /.entry-content -->
<div class="article-share-tags">
<div class="end-article-tags">
</div>
<div class='article-share'>
share -
</div>
</div>
</section>
<div class="neighbors">
</div>
<footer>
<a href="./pages/about.html" >About</a>
<div class="right-footer">
<a href="./categories.html" >Categories</a>
<a href="./tags.html" >Tags</a>
</div>
</footer>
</body>
</html>