Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SewoongLee committed Jul 31, 2022
1 parent 4d8b715 commit b35c901
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
in the James Bond Movie Series
</span>
</p>
<p>
Dry martini, or vodka martini has been symbolic drink of James Bond movies, also known as 007.
In most of 007 movies, James Bond ordered the martini in his own way.
</p>

<figure class="figure">
<img class="media" src="giphy.gif" alt="">
Expand All @@ -42,8 +38,8 @@
</figure>

<p>
그렇다면 과연 모든 영화에서 마티니가 등장할까?
007 영화는 긴 역사를 갖고 있는 만큼 긴 시간동안 축적된 각 영화의 특색과 데이터가 있다.
Dry martini, or vodka martini has been symbolic drink of James Bond movies, also known as 007.
In lots of 007 movies, James Bond ordered the martini in his own way.
</p>

<span class="citation">
Expand All @@ -52,9 +48,8 @@
</span>

<p>
우선 마티니에 대한 데이터를 보면...
이언 플레밍의 원작 소설에도 등장하였던
마티니를 그대로 주문하였고 여기에 베스퍼라는 이름을 붙여준다.
Will there be martinis in every movie of 007 series?
As 007 movie has long history, we need to check all of them to answer that question.
</p>
</div>

Expand All @@ -65,6 +60,10 @@

<div class="collumn">
<p>

우선 마티니에 대한 데이터를 보면...
이언 플레밍의 원작 소설에도 등장하였던
마티니를 그대로 주문하였고 여기에 베스퍼라는 이름을 붙여준다.
그리고 마티니 뿐 아니라 여러가지 통계를 조회할 수 있다.
What about other statistics? Let's drill down into others.
Coincidently, this visual article follows martini glass structure.
Expand All @@ -79,6 +78,7 @@
<option onclick="update('Film_Length')">Film Length (min)</button>
<option onclick="update('Avg_User_IMDB')">IMDB User Rating</button>
<option onclick="update('Avg_User_Rtn_Tom')">Rotten Tomato User Rating</button>

<option onclick="update('Martinis')">Martinis</button>
</select>
</div>
Expand Down Expand Up @@ -209,12 +209,12 @@
const qos_ann = [
{
note: {
label: "Here is the annotation label",
title: "Annotation title"
label: "Martini is most frequently used to represent Bond's feeling",
title: "Recalling of the Vesper Martini"
},
x: 595,
y: 31,
dy: 30,
dy: 20,
dx: -100,
connector: { end: "arrow" },
}
Expand All @@ -223,13 +223,13 @@
const cr_ann = [
{
note: {
label: "Here is the annotation label",
title: "Annotation title"
label: "The Vesper Martini was named after Bond girl whose name is Vesper.",
title: "Invention of the Vesper Martini"
},
x: 570,
y: 216,
dy: -100,
dx: -300,
dy: -60,
dx: -250,
connector: { end: "arrow" },
}
]
Expand Down

0 comments on commit b35c901

Please sign in to comment.