2021년 10월 22일 | 오전 9시 46분
마닐라, 필리핀 – 떠오르는 헤비급 도전자 강지원이 전 세계 헤비급 챔피언 브랜든 베라를 차기 상대로 언급했습니다.
ONE Championship에서 두 번의 겁을 먹은 후 Kang은 “늙은이”라고 부르는 Vera를 축출하려고 합니다.
강은 “다음은 전 챔피언인 Brandon Vera가 될 것”이라며 베라가 자신의 명성을 능가했다고 주장하기도 했다.
“하지만 지금 그를 보면 그가 늙었다고 생각합니다. 그는 UFC 출신이지만 이제는 더 이상 같지 않다고 생각합니다.”라고 그는 덧붙였습니다.
Vera는 이미 44세이며 거의 20년 동안 전문 MMA에서 경쟁해 왔습니다.
ONE 챔피언십에서 4경기 중 첫 경기에서 승리한 Vera는 이제 2슬라이드의 한가운데에 있습니다. 그의 마지막 경기는 그가 인도 Arjan Bhular에게 하나의 헤비급 벨트를 포기하는 것을 보았습니다.
그 모든 말과 함께 한국은 자신이 Fil-Am 전투기를 상대할 수 있다고 믿습니다.
“나는 그 싸움에서 내가 정말로 좋은 기회를 가졌다고 생각한다”고 그는 말했다.
Kang은 또한 Vera를 상대하고 우승하는 것이 자신 모두가 Bhular를 상대로 타이틀을 획득할 수 있는 기회를 보장할 것이라고 믿습니다.
올해 초 베라를 꺾은 첫 인도 MMA 챔피언은 강씨에게 전화를 걸었다.
강씨는 이 정도면 충분히 타이틀을 따낼 수 있을 거라 생각한다.
“내가 챔피언이 된 후 바로 그 서클에서 경기 후 인터뷰에서 그가 나에게 전화를 걸었다. 나는 그와 이야기하지 않고 그가 나를 불렀다. 그것이 내가 들어갈 이유가 충분하다고 생각한다”고 강은 말했다. .
그러나 싱가포르 업그레이드가 이전 챔피언 Vera를 먼저 이겨야 한다고 생각한다면 Kang은 흥분되고 추가된 도전에 참여할 준비가 되어 있다고 말합니다.
강은 “지금 준비가 돼 있다. 지금 원챔피언십이 나를 부르면 그곳으로 달려가겠다”고 말했다.
Vera는 아직 Kang의 도전에 응답하지 않았습니다.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }