Posts

Name card generator

Name Card Generator (adsbygoogle = window.adsbygoogle || []).push({}); Your Name Job Title Email: example@email.com CSS (styles.css):body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .card { border: 1px solid #ccc; padding: 20px; text-align: center; max-width: 300px; }JavaScript (script.js):document.addEventListener("DOMContentLoaded", function() { // Prompt the user for input var name = prompt("Enter your name:"); var jobTitle = prompt("Enter your job title:"); var email = prompt("Enter your email:"); // Update the card content with user input document.getElementById("name").innerText = name || "Your Name"; document.getElementById("jobTitle").innerText = jobTitle || "Job Title"; document.getElementById("...

Free templets for ur blog looking rank

Your Template (adsbygoogle = window.adsbygoogle || []).push({}); Welcome to Your Website Home About Contact Main Content Section This is your main content. © 2024 Your Website ``` Copy and paste this code into an HTML file, and you can customize the styles, content, and JavaScript logic according to your needs. Remember to enhance and modify it based on your specific project requirements.

Age calculater

Age Calculator Age Calculator Enter your birthdate: Calculate Age ``` 2. **styles.css:** ```css body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { text-align: center; } button { margin-top: 10px; padding: 5px 10px; cursor: pointer; } ``` 3. **script.js:** ```javascript function calculateAge() { var birthdate = document.getElementById("birthdate").value; if (birthdate === "") { alert("Please enter your birthdate!"); return; } var birthYear = new Date(birthdate).getFullYear(); var currentYear = new Date().getFullYear(); var age = currentYear - birthYear; document.getElementById("result").innerHTML = "Your age is: " + age + " years."; } ``` This si...

Image Resizer

Image Resizer Image Resizer Choose Image Set Height or Width (px) Resize Resized Image Download Resized Image About this: Maintaining Aspect Ratio: A good image resizer usually allows you to maintain the original aspect ratio of the image. This means that when you resize the image, the width and height are adjusted proportionally to avoid distortion. Custom Dimensions: Image resizers often provide options to input specific width and height values for the resized image. This is useful when you have specific size requirements for your images. File Format and Compression: Some image resizers also allow you to choose the file format and compression settings for the resized image. This can be im...

YOUTUBE THUMBNAIL DOWNLOADER

Image
YouTube Thumbnail Downloader YouTube Thumbnail Downloader Enter YouTube Video ID: Download Thumbnail Remember to replace 'YOUR_YOUTUBE_API_KEY' with your actual YouTube Data API key. To obtain an API key, you need to create a project in the Google Cloud Console and enable the YouTube Data API v3. Always keep your API key confidential and don't share it publicly.

Free Strong Password Generator Tool

Password Generator Password Generator Password Length: Include Uppercase Letters Include Lowercase Letters Include Numbers Include Symbols Generate Password Generated Password: About Code:- Are you tired of using weak passwords that are easy to crack? Look no further than our Strong Password Generator tool! Built-in HTML and JS, our innovative software can help you create secure, complex passwords that are virtually impossible for hackers to guess. And the best part? Our Strong Password Generator tool is 100% free to download, so you can start using it right away without having to pay a dime! Plus, with our master resell rights, you can even earn money from this tool by reselling it to ...

Free Countdown Timer Tool

Countdown Timer Countdown Timer Days Hours Minutes Seconds About Code:- Introducing the Countdown Timer – a dynamic tool built with HTML and JavaScript that allows you to easily set and track countdowns for any event or deadline. Best of all, this tool is 100% free to download, so you can start using it right away without any hidden costs or fees. But that’s not all – with the Countdown Timer’s Master Resell Rights, you have the opportunity to earn money from this tool by reselling it to others. This means you can share this amazing resource with others while also earning a profit. Whether you’re a project manager, event planner, or just someone looking to stay organized, the Countdown Timer is an essential tool that you won’t want to miss. Its sleek design and customizable features make it th...