Its a very small fun application which has <=20 lines of code. The fun part is that "it will convert your input to styled text of Google logo".
Source Code :------------------------------------------------------------------------------------------------ Go Google
Start Here : Go Google
function Go_Google() { if(Inp = prompt("Please enter a name to convert google logo style", "")) $('iframe').attr('src', 'http://neswork.com/logo-generator/google-font?logo='+Inp+'&type=rnd'); else Go_Google(); }Demo :------------------------------------------------------------------------------------------------
- Create a new html file. Copy the above code and past in that file.
- And then open that file in browser.
- Now, You can see a link called "Go Google". Just click on that.
- It will prompt an input box. In that just enter your name which you want to convert. You can see the converted input.
- Congrats..! You have done..!
):-----------------------------------------------Have Fun. Thank You---------------------------------------------------:)
Built With
- javascript
- jquery
- newswork.com
- notepad++
Log in or sign up for Devpost to join the conversation.