Giter Club home page Giter Club logo

bingchat's Introduction

bingchat

Alt text Alt text

Explanation:

  • go to bing
  • click on 'chat now'Alt text
  • drag and drop or upload the image that you want to be as an model for your website in the chatbox Alt text
  • give the details you want to make changes on the site
    • for ex:
    write brief html/css/js to turn the exact mockup into a modern sans-serif website.Replace the  quote with real quote from einstein the button redirects to the website "gokulverse.me" center all the elements even the signature AT THE bottom
    
    Alt text and hit enter
  • the code will be provided soon enough
  • you can copy the code and check the output in the html editor(or online html editor)
<html>
<head>
<style>
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.quote {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}

.button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center; /* added this line */
}

.button:hover {
  background-color: #3A8E3A;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}
</style>
</head>
<body>

<div class="header">
<h1>My Website</h1>
</div>

<div class="quote">
<p>"Imagination is more important than knowledge."</p>
<p>- Albert Einstein</p>
</div>

<div class="button">
<button onclick="redirect()">BUTTON</button>
</div>

<div class="footer">
<p>This is a revolution</p>
<p>© By Pavin SP</p>
</div>

<script>
function redirect() {
  window.location.href = "https://gokulverse.me";
}
</script>
</body>
</html>

  • Alt text
  • make changes if the output is not what you've desired
  • Alt text
  • the changed html code is:
<html>
<head>
<style>
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

.header {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.quote {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}

.button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 20px auto;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  text-align: center; /* added this line */
}

.button:hover {
  background-color: #3A8E3A;
}

.footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}
</style>
</head>
<body>

<div class="header">
<h1>My Website</h1>
</div>

<div class="quote">
<p>"Imagination is more important than knowledge."</p>
<p>- Albert Einstein</p>
</div>

<div class="button">
<button onclick="redirect()">BUTTON</button>
</div>

<div class="footer">
<p>This is a revolution</p>
<p>© By Pavin SP</p>
</div>

<script>
function redirect() {
  window.location.href = "https://gokulverse.me";
}
</script>
</body>
</html>
  • which outputs as

  • Alt text

  • refer the link down below for more clarity

https://www.linkedin.com/posts/eric-vyacheslav-156273169_this-is-the-future-llms-can-now-turn-simple-activity-7093992476083974144-8yhH?utm_source=share&utm_medium=member_android

bingchat's People

Contributors

pavinsp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.