Tc.Module.Teaser

Size
2,346 Kb
Views
46,552

How do I make an tc.module.teaser?

Basic teaser. Image, headline, text, call-to-action link.. What is a tc.module.teaser? How do you make a tc.module.teaser? This script and codes were developed by Christian Stuff on 01 August 2022, Monday.

Tc.Module.Teaser Previews

Tc.Module.Teaser - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Tc.Module.Teaser</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section class="mod mod-teaser"> <img class="img" src="http://placehold.it/600x200&text=A teaser image with awesome close-up" alt="Some explanatory alt text" /> <h2 class="title" contenteditable>Lorem Ipsum</h2> <p class="bd" contenteditable>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores ea accusamus amet! Necessitatibus cumque totam sunt porro, eum quos eveniet.</p> <a href="#" class="link">Find out</a>
</section> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://terrifically.org/downloads/terrific-2.1.0.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Tc.Module.Teaser - Script Codes CSS Codes

.mod-teaser { border: 1px solid gray; display: block; padding: 10px; position: relative;
}
.mod-teaser .img { margin-bottom: 10px; max-width: 100%;
}
.mod-teaser .title { margin-bottom: 10px; margin-top: 0;
}
.mod-teaser .link { cursor: pointer;
}

Tc.Module.Teaser - Script Codes JS Codes

(function($) { Tc.Module.Teaser = Tc.Module.extend({ init: function($ctx, sandbox, id) { this._super($ctx, sandbox, id); }, on: function(callback) { callback(); } });
})(Tc.$);
Tc.Module.Teaser - Script Codes
Tc.Module.Teaser - Script Codes
Home Page Home
Developer Christian Stuff
Username Regaddi
Uploaded August 01, 2022
Rating 3
Size 2,346 Kb
Views 46,552
Do you need developer help for Tc.Module.Teaser?

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!

Christian Stuff (Regaddi) Script Codes
Create amazing web content 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!