I'm trying to create a separate image and video carousel like this (so when people click on the image it will load a new page and when you click on the video it will play) without using materialize links.
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>$(document).ready(function(){
$('.carousel').carousel(); });</script>
I've tried using these inlines but they mess up my external css so I want to know each individual line of pure html, css, and vanilla javascript code instead of using these inline links. Here's a few Code Pens that have the look I want. I'll list the codepen links in order by picture. Thanks!
pic 1https://codepen.io/aWarnerFricke/pen/mvvOBjpic 2https://codepen.io/deepak-chaudhary/pen/JjjLJmbenter image description herepic 3https://codepen.io/alaindet/pen/OJLwygY