Skip to main content

Codes Post - Code And Man

Movie Post Code

<div class="post-movie-details">  
   <div class="hide-this-on-index">
  <div class="movie-details-insidepost">
    <div class="moviethumbnail">
      <!--MOVIE POSTER-->
 <img alt="Mastaney" src="https://image.tmdb.org/t/p/w300/8vrlTSiMcNlnCQn6oNcgbbKbSn3.jpg" />   

    
    </div>
    <div class="moviestoryline">
      Mastaney is a 2023 Indian Punjabi-language historical action drama film. It stars Tarsem Jassar and Gurpreet Ghuggi with Simi Chahal and Karamjit Anmol in supporting roles. Set in 1739, Nader Shah's undefeated army was attacked by Sikh rebellions. Nader demands to arrest them but it doesn't work out. Five ordinary men are hired to play Sikh rebels but over time they learn what Sikhs are.
    </div>
  </div>
  
    <div class="movietechdetails">
      <span><b>Lead Actors :</b> Tarsem Jassar, Gurpreet Ghuggi</span>
<span><b>Director :</b>Sharan Art</span>
<span><b>Release :</b> 25 August 2023</span>
<span><b>Country :</b>India</span>
<span><b>Views:</b> 3452345</span>
<span><b>Tagline:</b>A Story about Sikhs</span>
<span><b>Rate:</b> PG </span>
<span><b>Language:</b> Punjabi/Hindi</span>
<span><b>Budget:</b> 18 Crore INR</span>
<span><b>Revenue:</b>74 Crore INR</span>
      </div>
    <div id="moviedownloadlinks">
<div class="downheadertable"><h3>Mastaney</h3></div>    
   </div>
    <div class="download-button-container">
      <button class="download-button">
        Download
        <span class="download-icon">
          <svg class="h-6 w-6" fill="none" stroke-width="2" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
            <path d="M19 14l-7 7m0 0l-7-7m7 7V3" stroke-linecap="round" stroke-linejoin="round">
          </path></svg>
        </span>
      </button>

      <div class="download-info">
        <h3 style="text-align: left;">Your download link will appear in 30 seconds.</h3>
      </div>
    </div>
  </div>
</div>
<script>
  const downloadButton = document.querySelector(
  ".download-button-container .download-button"
);
const downloadHeading = document.querySelector(".download-info h3");
const downloadInfo = document.querySelector(".download-info");

let downloadTimer;
let remainingTime = 30;
let linkDisplayed = false;

const showDownloadLink = () => {
  if (!linkDisplayed) {
    const downloadLink = document.createElement("a");
    //############################### DOWNLOAD LINK#####################################################
    downloadLink.href = "https://www.braflix.gd/movie/1161406";
    //__________________________________________________________________________________________________
    downloadLink.innerHTML = "Click Here";
    downloadLink.classList.add("download-link");
    downloadInfo.appendChild(downloadLink);
  }
  linkDisplayed = true;
};

downloadButton.addEventListener("click", () => {
  downloadButton.classList.add("active");

  downloadTimer = setInterval(() => {
    remainingTime--;

    if (remainingTime <= 0) {
      clearInterval(downloadTimer);
      showDownloadLink();
      downloadHeading.innerHTML = "Here is the download link.";
    } else {
      downloadHeading.innerHTML = `Your download link will appear in ${remainingTime} seconds.`;
    }
  }, 1000);
});
</script>
<style>
.download-button-container {
  width: 100%;
  max-width: 600px;
  background: #eee;
  margin: 24px auto;
  padding: 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  box-shadow: inset 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download-button-container .download-button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 200px;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ef233c;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #fff;
}

.download-button-container .download-button.active .download-icon {
  animation: bounceAnim 700ms infinite alternate;
}

.download-button-container .download-icon {
  width: 16px;
}

.download-info h3 {
  color: #023047;
  margin-bottom: 12px;
}

.download-info {
  height: 0;
  overflow: hidden;
  transition: all 400ms ease;
}

.download-button-container .download-button.active + .download-info {
  height: 90px;
}

.download-info .download-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #023047;
  letter-spacing: 4px;
  text-underline-offset: 5px;
}

@keyframes bounceAnim {
  to {
    transform: translateY(4px);
  }
  }
</style>

Drop Cap

A paragraph is a short collection of well-organized sentences which revolve around a single theme and is coherent. A good paragraph expresses everything it has to say briefly.

Block Quote

A paragraph is a short collection of well-organized sentences which revolve around a single theme and is coherent. A good paragraph expresses everything it has to say briefly.

Post Buttons

Available Icons: preview, download, link, cart, share, info
{getButton} $text={Button Text} $icon={Icon Name} $color={Hex Color}


Alert Box

Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style. {alertInfo}


Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style. {alertSuccess}


Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style. {alertError}


Write whatever you want and add the shortcode, Then select all the desired text including the shortcode and add the Quote Text style. {alertWarning}

 Bordered Table

Firstname Lastname Email
John Doe john@example.com
Mary Moe mary@example.com
July Dooley july@example.com

Contact Form

{contactForm}

Code Box

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>... {codeBox}

Post Layouts(Not Working for me ☹)

I am a demo content 

full-width

Post Page Code

 <div class="post-movie-details">  
   <div class="hide-this-on-index">
  <div class="movie-details-insidepost">
    <div class="moviethumbnail">
      <!--MOVIE POSTER-->
 <img alt=" Add Movie Name Here " src=" Add Poster Link Here " />   

    
    </div>
    <div class="moviestoryline">
      
   Add Movie Details Here 
    </div>
  </div>
  
    <div class="movietechdetails">
      <span><b>Actor :</b> Bob Newhart, Gabrielle Anwar, Jane Curtin, Noah Wyle, Olympia Dukakis</span>
<span><b>Director:</b> Jonathan Frakes</span>
<span><b>Release:</b> 09 October 2022</span>
<span><b>Country :</b> United States of America</span>
<span><b>Views:</b> 2354</span>
<span><b>Tagline:</b> The epic conclusion of the Jurassic era.</span>
<span><b>Rate:</b> PG-13</span>
<span><b>Language:</b> English, Français, Maltese</span>
<span><b>Budget:</b> $123,456,789.00</span>
<span><b>Revenue:</b> $123,456,789.00</span>
      </div>
    <div id="moviedownloadlinks">
<div class="downheadertable"><h3> Jurassic World Dominion (2022)</h3></div>
<table cellspacing="0">
<tbody><tr>
<th>Download</th>
<th>Quality</th>
<th>Language</th>
<th>Size</th>
</tr>
<tr>
<td><a href="#" rel="noopener nofollow" target="_balnk">Google Drive</a></td>
<td>1080p</td>
<td>English</td>
<td>2.2Gb</td>
</tr>
<tr>
<td><a href="#" rel="noopener nofollow" target="_balnk">Google Drive</a></td>
<td>780p</td>
<td>English</td>
<td>1.6Gb</td>
</tr>
<tr>
<td><a href="#" rel="noopener nofollow" target="_balnk">Google Drive</a></td>
<td>480p</td>
<td>English</td>
<td> 800Mb</td>
</tr>
<tr>
<td><a href="#" rel="noopener nofollow" target="_balnk">Google Drive</a></td>
<td>360p</td>
<td>English</td>
<td>400Mb</td>
</tr>
<tr>
<td><a class="green" href="#" rel="noopener nofollow" target="_balnk">Multiup</a></td>
<td>1080p</td>
<td>English</td>
<td>2.2Gb</td>
</tr>
<tr>
<td><a class="green" href="#" rel="noopener nofollow" target="_balnk">Multiup</a></td>
<td>780p</td>
<td>English</td>
<td>1.6Gb</td>
</tr>
<tr>
<td><a class="green" href="#" rel="noopener nofollow" target="_balnk">Multiup</a></td>
<td>480p</td>
<td>English</td>
<td> 800Mb</td>
</tr>
<tr>
<td><a class="green" href="#" rel="noopener nofollow" target="_balnk">Multiup</a></td>
<td>360p</td>
<td>English</td>
<td>400Mb</td>
</tr>
<tr>
<td><a class="yellow" href="#" rel="noopener nofollow" target="_balnk">StreamSB</a></td>
<td>1080p</td>
<td>English</td>
<td>2.2Gb</td>
</tr>
<tr>
<td><a class="yellow" href="#" rel="noopener nofollow" target="_balnk">StreamSB</a></td>
<td>780p</td>
<td>English</td>
<td>1.6Gb</td>
</tr>
<tr>
<td><a class="yellow" href="#" rel="noopener nofollow" target="_balnk">StreamSB</a></td>
<td>480p</td>
<td>English</td>
<td> 800Mb</td>
</tr>
<tr>
<td><a class="yellow" href="#" rel="noopener nofollow" target="_balnk">StreamSB</a></td>
<td>360p</td>
<td>English</td>
<td>400Mb</td>
</tr> 
<tr>
<td><a class="red" href="#" rel="noopener nofollow" target="_balnk">Usersdrive</a></td>
<td>1080p</td>
<td>English</td>
<td>2.2Gb</td>
</tr>
<tr>
<td><a class="red" href="#" rel="noopener nofollow" target="_balnk">Usersdrive</a></td>
<td>780p</td>
<td>English</td>
<td>1.6Gb</td>
</tr>
<tr>
<td><a class="red" href="#" rel="noopener nofollow" target="_balnk">Usersdrive</a></td>
<td>480p</td>
<td>English</td>
<td> 800Mb</td>
</tr>
<tr>
<td><a class="red" href="#" rel="noopener nofollow" target="_balnk">Usersdrive</a></td>
<td>360p</td>
<td>English</td>
<td>400Mb</td>
</tr>
</tbody> </table>
</div> 
   </div>
  <div class="video-details-bar">
    <div class="videopost-top-image" id="video-top-shift">
      <div class="post-videoWrapper">
      <iframe allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" src="https://www.youtube.com/embed/ Add-Video-ID -Here &autoplay=1" srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100% ;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}< ;/style><a href=https://www.youtube.com/embed/ Add-Video-ID-Here ?autoplay=1><img src=' Add-Video-Video Poster Here '>< ;/a>"></iframe>
      </div>
    </div>
    <div id="video-tool-shift" class="sora-video-details">
     
       <span class="imdbRatingPlugin" data-style="p2" data-title=" Add Title ID " data-user=" Add User ID "></span>
      <div class="sora-duration">
         <span class="time-value"> Add Time Here </span>
      </div>
   </div>
    
  </div>
</div>

Comments

Popular posts from this blog

The Professional HTML Cheatsheet For beginners in 2024 for free

The Professional HTML Cheatsheet For beginners in 2024 for free Hello guys,  You will be glad to know that I am going to start a cheatsheet series for you all. In this series I am going to give you cheat sheets of all the programming languages. If you want to get all of these cheat sheets for free then you can follow this blog and visit my youtube channel if you like the video content. This is the link to my youtube channel :- https://www.youtube.com/channel/UCmbrOCauavTcwIJeXYo4pjQ This is the link to my instagram :- https://instagram.com/gautam9465580 Father of all the links (Link to all of my social media platforms) :- https://code-and-man.blogspot.com/p/my-link-tree.html Now got all the information which I want to give you before the post so now let’s get started with the post:- In today’s post I am going to give you the first cheatsheet which is of HTML so let’s begin:- Boilerplate of HTML The Boilerplate code is the common code which is used in almost all of the web pages c...

Arrays and conversion in Javascript || javascript complete course || #7 (sourcecode)

hey guys how are you all today in this post I am going to give you the source code of my video called arrays and  conversion in JavaScript so let's begin:- // ARRAYS in javascript console . log (" This is arrays in js ") var arr1 = [ 32 , 34 , 23 , 23 , 234 ," this ", {     name:" Gautam ",     class : " 8th ",     rollno: 6 } ] console . log ( arr1 ) console . log ( arr1 [ 5 ]) console . log ( arr1 .length) console . log ( arr1 . concat (' main ')); console . log ( arr1 ); // // ---------------------------------------------------- // CONVERSION IN JAVASCRIPT // Converting in to strings var num1 = 45 ; console . log ( num1 ); var str1 = String ( num1 ); console . log ( str1 ); console . log ( typeof str1 ); console . log ( typeof num1 ); var number1 = 33453434 ; console . log ( number1 , typeof number1 ); var string1 = number1 . toString (); console . log ( string1 , typeof string1 ); // ----------------------------...

types of operators in javascript || javascript course || codeandman (sourcecode)

hey guys how are you all today in this post I am going to give you the source code of my video called types of operators in javascript. so let's begin : here's the complete source code and the video:- // ------------------------------------------------------------------------------------ // COMPARISON OPERATORS IN JAVASCRIPT console . log (" COMPARISON OPERATORS IN JAVASCRIPT ") console . log ( 32 == 32 ) // checking if 32 is equal to 32 console . log ( 32 != 32 ) // checking if 32 is not equal to 32 console . log ( 32 >= 31 ) // checking if 32 is greater or equal to 31 console . log ( 32 < 33 ) console . log ( 32 > 30 ) console . log ( 32 <= 09 ) // ASSIGNMENT OPERATORS console . log (" --------------------------------------- ") console . log (" Assignment operators in javascript ") var d = 34 ; var e = 3 ; var a = 10 ; console . log ( d ) console . log ( d += 1 ) console . log ( d -= 3 ) console . log ( e *= 2 ) console . log...