Skip to content

Instantly share code, notes, and snippets.

@jhonny-me
Created February 26, 2016 01:48
Show Gist options
  • Save jhonny-me/2eb49e4fcd0ceaf379f4 to your computer and use it in GitHub Desktop.
Save jhonny-me/2eb49e4fcd0ceaf379f4 to your computer and use it in GitHub Desktop.
obKREQ
<style>
body {
}
#container {
background-color: rgb(238,238,238);
margin: 60px 20px 20px 20px;
border-radius: 10px;
}
#imgContainer{
background-color: white;
display: inline-block;
padding: 5px 5px;
border-radius: 5px;
}
</style>
<div id="container" class="container-fluid">
<h1 class="text-center" style="font-family: Lobster; font-size: 60px">Locking History</h1>
<h4 class="text-center"><i>是舞蹈,更是生活方式</i></h4>
<div class="row row-centered">
<div class="col-xs-1 col-centered"></div>
<div id="imgContainer" class="col-xs-10 col-centered">
<img src="http://i12.tietuku.com/72b91679d0cb03f2.jpg" class="center-block img-responsive"></img>
<p class="text-center">锁舞(英文:Locking,最初称为Campbellocking)是funk dance和街舞中的一种舞风.</p>
</div>
</div>
<div class="row row-centered">
<div class="col-xs-2 col-centered"></div>
<div class="col-xs-8 col-centered">
<h4>Locking的发展时间线:</h4>
<ul>
<li><strong>1970</strong> 有一次Don Campbell无法做出称为Funky Chicken的动作,他于是停在一个特别的点上。他无法流畅地表演这个动作,因为他忘了下一步要怎么做。(甚至连“对着观众施展”这个锁舞的特点也是同时自然而然发展出来的:人们因为Don做出了不熟悉的动作而开始对着他大笑,而Don却开始指(point)着他们。)当Don把这些停顿的动作加入他的表演中之后,这样的停顿开始流行起来。
<img src="http://i11.tietuku.com/9d3c0b6860c7835c.jpg" class="img-responsive">
</li>
<li><strong>1971</strong> The Original GOGO Brothers <i>First streetdance locking crew</i>
<img src="http://i11.tietuku.com/dfed7a57c6e95c43.jpg" class="img-responsive">
</li>
<li><strong>1973</strong> The Lockers <img src="http://i13.tietuku.com/bc031d8e8dba1c9a.jpg" class="img-responsive">
<p>整個團體由Don Campbell、"Slim Robot"、Fred "Rerun" Berry、Fluky Luke、Greg Campbellock Jr.、相當有聲望的Chorographer Toni Basil與年輕有天份的Adolfo "Shabba Doo" Quinones所組成.</p>
<div class="embed-container">
<iframe src="https://www.youtube.com/embed/TAKEspfqwxA" frameborder="0"> </iframe>
</div>
</li>
<li><strong>二十世纪70年代末-80年代初</strong> 第一代The Lockers解散,第二代The Lockers成立.
<div class="embed-container">
<iframe src="https://www.youtube.com/embed/JFw0bRafZmo" frameborder="0"> </iframe>
</div>
</li>
<li><strong>1983</strong> Tony Go-Go在日本建立了一所學校專門引領大眾踏進locking這個領域.
<img src="http://i13.tietuku.com/615f66a591b10b76.jpg" class="img-responsive">
</li>
</ul>
<h4>主要参考链接:</h4>
<ol>
<li><a href="http://www.lockerlegends.net/?page_id=948" target="_blank">http://www.lockerlegends.net/?page_id=948</a></li>
<li><a href="https://zh.wikipedia.org/wiki/%E9%8E%96%E8%88%9E" target="_blank">https://zh.wikipedia.org/wiki/%E9%8E%96%E8%88%9E</a></li>
</ol>
</div>
</div>
<h6 class="text-right">声明:文中所有图片及视频均来自网络,若有侵权,请联系作者删除。</h6>
</div>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment