/    Sign up×
Community /Pin to ProfileBookmark

I require help for a website that I’m making for my class project

I need help setting up my homepage for my website, I plan to have a netflix style banner at the top
I want the banner to change regularly with a section of information from other parts of my website

[code=html]<html>

<head>
<link href=”../webstyle2.css” rel=”stylesheet”>

<link rel=”stylesheet” href=”bootstrap.css”>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<title>D3F4L7 Recomends</title>
<base target=”main”>
</head>
<body>
<style>
.jumbotron {
background-image:url(‘http://i.imgur.com/HlgZXnt.jpg’);
height: 500px;
background-repeat: no-repeat;
background-size: cover
}

.jumbotron .container {
position: relative;
top:100px;
}

.jumbotron h1 {
color: #fff;
font-size: 48px;
font-family: ‘Shift’, sans-serif;
font-weight: bold;
}

.jumbotron p {
font-size: 20px;
color: #fff;
}
</style>
<div class=”jumbotron”>
<div class=”container”>
<h1>Do you enjoy RTS and Turn Based Strategy games?</h1>
<p>If yes, you may enjoy Empire: Total War, especially with the mod Darthmod installed.</p>
<a href=”http://wiki.totalwar.com/w/Empire_Total_War”>Learn More about Empire: Total War</a>
</div>
</div>

</body>

</html>
[/code]

I would like to be able to have code like this appear in like a slideshow on a timer on my home page like netflix.

I hope this information is enough to help you help me. thanks in advance

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@SempervivumApr 06.2016 — Google for "slideshow jquery" and you will find what you need, e. g. the cycle2 plugin.
×

Success!

Help @D3F4L7 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...