This media is not supported in your browser
VIEW IN TELEGRAM
Parallax 404 Page
افکت اختلاف منظر صفحه ای با مضمون خطای 404
دریافت کد
#page404
💎 Channel: @htmlcss_channels
افکت اختلاف منظر صفحه ای با مضمون خطای 404
دریافت کد
#page404
💎 Channel: @htmlcss_channels
👍5❤4
از این دوره های رایگان استفاده کنید مهارت های لازم برای توسعه وب را یاد بگیرید و مدرک معتبر دریافت کنید :
📍Introduction to Front End Development
https://t.co/nru6zs9vgF
📍Foundations of Front-End Web Development
https://t.co/nRNYmjuJxu
📍Learn HTML & CSS From Scratch! The Beginners Guide
https://t.co/rxtPIcAg5F
📍Meta Front-End Developer Professional Certificate
https://t.co/RWQut1tuKm
📍IBM Front-End Developer Professional Certificate
https://t.co/GWVB8YoWXv
📍Programming with JavaScript
https://t.co/eT0D1BktsE
📍Master the Basics of HTML5 & CSS3: Beginner Web Development
https://t.co/7WKMKaqHlt
📍Web Designing Certification by University of Michigan (Coursera)
https://t.co/nonBXk9Id3
📍Free FrontEnd Web Developer Course (LinkedIn Learning)
https://t.co/JiHCeoP1zx
📍JavaScript
https://t.co/YHl68i5o6u
📍Python
https://t.co/rGDBB9kePN
📍MySQL
https://t.co/LvqglKGJVR
📍MongoDB
https://t.co/YRoYtgT5dE
📍 Node.js
https://t.co/OZ4xUa1zrY
📍 React
upgrad.com/free-courses/
💎 Channel: @htmlcss_channels
📍Introduction to Front End Development
https://t.co/nru6zs9vgF
📍Foundations of Front-End Web Development
https://t.co/nRNYmjuJxu
📍Learn HTML & CSS From Scratch! The Beginners Guide
https://t.co/rxtPIcAg5F
📍Meta Front-End Developer Professional Certificate
https://t.co/RWQut1tuKm
📍IBM Front-End Developer Professional Certificate
https://t.co/GWVB8YoWXv
📍Programming with JavaScript
https://t.co/eT0D1BktsE
📍Master the Basics of HTML5 & CSS3: Beginner Web Development
https://t.co/7WKMKaqHlt
📍Web Designing Certification by University of Michigan (Coursera)
https://t.co/nonBXk9Id3
📍Free FrontEnd Web Developer Course (LinkedIn Learning)
https://t.co/JiHCeoP1zx
📍JavaScript
https://t.co/YHl68i5o6u
📍Python
https://t.co/rGDBB9kePN
📍MySQL
https://t.co/LvqglKGJVR
📍MongoDB
https://t.co/YRoYtgT5dE
📍 Node.js
https://t.co/OZ4xUa1zrY
📍 React
upgrad.com/free-courses/
💎 Channel: @htmlcss_channels
👍6❤4🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
Web Share API | Js
💎 Channel: @htmlcss_channels
const shareData = {
title: "Frontend Portal",
url: "https://t.me/FrontendPortal",
};
const btn = document.querySelector("button");
btn.addEventListener("click", async () => {
try {
await navigator.share(shareData);
} catch (err) {
console.error(err);
}
});
💎 Channel: @htmlcss_channels
👍13❤2