Random Quote Generator Machine

Size
3,011 Kb
Views
14,168

How do I make an random quote generator machine?

This is a Random Quote Generator Machine.. What is a random quote generator machine? How do you make a random quote generator machine? This script and codes were developed by Kartikeya Gupta on 22 November 2022, Tuesday.

Random Quote Generator Machine Previews

Random Quote Generator Machine - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Random Quote Generator Machine</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <html lang="en">
<head>	<meta charset="UFT-8">	<title>Random quote Generator</title>	<link rel="stylesheet" type="text/css"	<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container-fluid">	<div class="row a">	<div class='box col-xs-12 col-sm-10 col-sm-offset-1 col-md-6 col-md-offset-3'>	<blockquote class="quote">	<span id="1">Welcome to my Quote generator Machine. Click the button's below to share or to generate quotes.</span>	<footer class="by">	<span id='2'>Kartikeya Gupta</span>	</footer>	<div class="about"><span id='3'>Its me</span></div>	</blockquote>	<div class="share"><a target="_blank" href="https://twitter.com/intent/tweet" class="twitter-share-button btn btn-info" data-show-count="false"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>	</div>	</div>	<div class='row b'>	<button class="btn btn-lg btn-success center-block new">Generate New Quote</button>	</div>	</div>	<footer class="end">	<h5>Design and Coded by <a href="https://www.facebook.com/kartikeya100">Kartikeya Gupta</a></h5>	</footer>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"/>
</body>
</html> <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Random Quote Generator Machine - Script Codes CSS Codes

html,body{ height:100%;
}
body{	background: -webkit-linear-gradient(top, #9B9B9B , #EBEBEB);	background: -o-linear-gradient(top, #9B9B9B, #EBEBEB);	background: -moz-linear-gradient(top, #9B9B9B, #EBEBEB);	background: linear-gradient(to top, #9B9B9B , #EBEBEB);
}
.row{	margin-top: 50px;
}
h2{	text-align: center;
}
.box{	background: #FF5555;	border-radius: 10px;
}
.by{	text-align: right;	color: #AAFF7F;
}
.about{	text-align: right;	color: #f0f0f0;
}
.share{	padding-bottom: 10px;
}
.quote{	font-size: 27px;	line-height: 34px;	word-spacing: 2px;
}
.end{	bottom: 0px;	width: 100%;	text-align: center;	color: white;
}

Random Quote Generator Machine - Script Codes JS Codes

$(document).ready(function(){	var quote = ['You must be the change you wish to see in the world.',"It always seems impossible until it's done.","Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.","Time is not measured by the passing of years but by what one does, what one feels, and what one achieves.","Better to remain silent and be thought a fool than to speak out and remove all doubt.","Tum muhje Khoon do, mein tumhe azadi dunga."];	var auther = ['Mahatma Gandhi','Nelson Mandela','Albert Einstein','Jawaharlal Nehru','Abraham Lincoln','Subhash Chandra Bose'];	var about =['Father of the nation','Anti-apartheid, Revolutionary and Politician'," Developed General theory of Relativity",'Former Prime Minister of India','Politician and lawyer turned US President','A nationalist'];	$('.new').click(function(){	var x=Math.floor((Math.random()*6)+0); $("#1").html(quote[x]); $("#2").html(auther[x]); $("#3").html(about[x]);	});
});
Random Quote Generator Machine - Script Codes
Random Quote Generator Machine - Script Codes
Home Page Home
Developer Kartikeya Gupta
Username kartikeya100
Uploaded November 22, 2022
Rating 3
Size 3,011 Kb
Views 14,168
Do you need developer help for Random Quote Generator 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!

Kartikeya Gupta (kartikeya100) Script Codes
Create amazing marketing copy 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!