Posts

Offline page 2

HTML Code Showcase Offline Webpage HTML Code <!DOCTYPE html> <html lang="hi"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>आप ऑफ़लाइन हैं</title> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@400;500&display=swap" rel="stylesheet" /> <style> :root { --primary-color: #6f0ff9; --primary-light: #8b49ff; ...

Portfolio Website

Image
Code Showcase with YouTube Video Code & Video Showcase How to set up this? Code Examples HTML Code <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Tabrej Azam - Portfolio</title> <script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script> <script src="https://unpkg.com/lucide@latest"></script> <style></style> </head> <body> <!-- Header --> <header class="header"> <div class="container"> <div class=...