My Random Quote Machine

Developer
Size
2,437 Kb
Views
18,216

How do I make an my random quote machine?

This is my third project on FCC, my Random Quote Machine.. What is a my random quote machine? How do you make a my random quote machine? This script and codes were developed by Jerry Byron on 11 December 2022, Sunday.

My Random Quote Machine Previews

My Random Quote Machine - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>My Random Quote Machine</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container-fluid text-center"> <h1><strong>My Random Quote Machine</strong></div> <h3 class="text-center"><strong>Quotes About Inspirational</strong></h3>
<div class="quotes"> <spam class="quote">I have not failed. I've just found 10,000 ways that won't work.</spam> <spam class="author">-Thomas A. Edison</spam>
</div> </br> <div class="text-center"> <buttom class="btn btn-default" type="submit">New Quote</buttom>
</div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

My Random Quote Machine - Script Codes CSS Codes

body{
background:#87CEFA;
}
h1{
font-family:times roman;
padding:20px; font-size:25px;
}
h3{
font-family:times roman; font-size:20px;
font-style:italic; margin:5px;
}
.quotes{ background-color:#F0F8FF; width:75%; margin-right:auto; margin-left:auto; border-color:black; border-style:solid; border-radius:5px; padding:10px; padding-top:10px; height:auto;
}
.quotes{
font-size:20px;
font-family:times roman;
}
.author{
font-style:italic;
font-size:18px;
}

My Random Quote Machine - Script Codes JS Codes

$(document).ready(function(){
function getQuote(){ var quotes = ["Be the change that you wish to see in the world.", "No one can make you feel inferior without your consent.", "Live as if you were to die tomorrow. Learn as if you were to live forever.", "Without music, life would be a mistake.", "Yesterday is history, tomorrow is a mystery, today is a gift of God, which is why we call it the present."];
var author=[".Mahatma Gandhi", ".Eleanor Roosevelt", ".Mahatma Gandhi", ".Friedrich Nietzsche", ".Bil Keane"];
var randomNum = Math.floor((Math.random()*quotes.length)); var randomQuote = quotes[randomNum]; var randomAuthor = author[randomNum]; $(".quote").text(randomQuote); $(".author").text(randomAuthor);
}
$(".btn").on("click", function(){
getQuote();
});
});
My Random Quote Machine - Script Codes
My Random Quote Machine - Script Codes
Home Page Home
Developer Jerry Byron
Username tomcolby
Uploaded December 11, 2022
Rating 3
Size 2,437 Kb
Views 18,216
Do you need developer help for My Random Quote Machine?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jerry Byron (tomcolby) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!