modified : development team info added in team
modified : right click menu enabled
This commit is contained in:
parent
377d2af383
commit
3b91cb6b3e
2 changed files with 19 additions and 6 deletions
|
@ -453,6 +453,19 @@
|
|||
<strong><a href="http://www.linkedin.com/profile/view?id=324542554" target="self">Shahzaib</a></strong> - Network Engineer<br>
|
||||
<strong><a href="http://www.linkedin.com/profile/view?id=324542025" target="self">Zunair</a></strong> - SEO and Publishing Manager<br>
|
||||
<br>
|
||||
|
||||
<h5><strong>Kick-ass development team of <strong>ClipBucket</strong></strong></h5>
|
||||
<strong><a href="https://github.com/fahad-cb" target="self">Fahad Abbas</a></strong> - Project Head (Developer)<br>
|
||||
<strong><a href="https://github.com/imranhassan009" target="self">Imran Hassan</a></strong> - Web Developer<br>
|
||||
<strong><a href="https://github.com/shoaib-dev" target="self">Muhammad Shoaib</a></strong> - Web Services provider (Developer)<br>
|
||||
<strong><a href="https://github.com/awaistariq123" target="self">Awais Tariq</a></strong> - Video Converison Handler<br>
|
||||
<strong><a href="https://pk.linkedin.com/in/saqirzzq" target="self">Saaqib Razzaq</a></strong> - Web Developer<br>
|
||||
<strong><a href="https://github.com/jamilrehman" target="self">Jamil Rehman</a></strong> - Front end Developer (Head)<br>
|
||||
<strong><a href="https://github.com/rameez-anees" target="self">Rameez Anees</a></strong> - Front end Developer<br>
|
||||
<strong><a href="https://github.com/usman-des" target="self">Usman Afzal</a></strong> - Front end Developer<br>
|
||||
<strong><a href="https://github.com/epicPenguin" target="self">Muhammad Rizwan</a></strong> - Quality Assurance department<br><br><br>
|
||||
|
||||
|
||||
<h5><strong>We are from Pakistan with high heads and soft hearts</strong></h5>
|
||||
|
||||
<p style="padding-bottom:20px;">Pakistan is always been in the news for the bad reasons and has been criticized by the rest of the world,even then the people of Pakistan are patriotic and stand united for the goodwill of their country.no matter how worst the situation gets the youth is eager enough to bring out the best in all the fields like media,communication, IT and science. IT industry is fast growing with a large potential and is regarded as a successful sector even in country’s worst financial crisis. as the IT industry in Pakistan is growing like wise the demand for the softwares and programmes has taken up a rapid growth. ClipBucket is one of the fastest and the most used media sharing script with all the latest features and enhancements in the social media. We as Pakistani feel proud on creating this product which will lead our country to the highest levels in the international market.</p>
|
||||
|
|
|
@ -521,12 +521,12 @@ $('#ritems').append('<li id="copy" class="rlist copy">Show Video link</li>');
|
|||
$('#ritems').append('<li class="rlist about">About</li>');
|
||||
$('#ritems').append('<li class="rlist clip">Powered by Clipbucket</li>');
|
||||
|
||||
// $('.cont').bind("contextmenu", function (e) {
|
||||
// e.preventDefault(); // To prevent the default context menu.
|
||||
// $("#rightcmenu").css("left", e.pageX); // For updating the menu position.
|
||||
// $("#rightcmenu").css("top", e.pageY); //
|
||||
// $("#rightcmenu").fadeIn(500, startFocusOut()); // For bringing the context menu in picture.
|
||||
// });
|
||||
$('.cont').bind("contextmenu", function (e) {
|
||||
e.preventDefault(); // To prevent the default context menu.
|
||||
$("#rightcmenu").css("left", e.pageX); // For updating the menu position.
|
||||
$("#rightcmenu").css("top", e.pageY); //
|
||||
$("#rightcmenu").fadeIn(500, startFocusOut()); // For bringing the context menu in picture.
|
||||
});
|
||||
|
||||
|
||||
function startFocusOut() {
|
||||
|
|
Loading…
Add table
Reference in a new issue