Iâm excited to share that I've successfully earned my certification in WordPress for Beginners from Yoast SEO Academy! đ
As a freelancer, keeping up with the best practices of site structure, optimization, and content elements is essential. This training deeply covered everything from the block editor to the core fundamentals of on-page SEO.
Looking forward to applying these frameworks to build high-performance websites for my clients! đģ
Tags: #wordpress #seo #webdev #career
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
/* āϏā§āĻāĻļāύ āĻŦā§āϏ āϏā§āĻāĻžāĻāϞ */
.certifications-section {
position: relative;
background-color: #000000; /* āϏāĻŽā§āĻĒā§āϰā§āĻŖ āĻāĻžāϞ⧠āĻŦā§āϝāĻžāĻāĻā§āϰāĻžāĻāύā§āĻĄ */
padding: 80px 20px;
overflow: hidden;
font-family: 'Poppins', 'Segoe UI', sans-serif;
}
#certParticleCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
.cert-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 2;
}
/* āĻšā§āĻĄāĻžāϰ āϏā§āĻāĻžāĻāϞ */
.cert-header {
text-align: center;
margin-bottom: 60px;
}
.cert-title {
color: #ffffff;
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 10px;
letter-spacing: 1px;
}
.cert-title span {
color: #a4286a; /* Yoast āĻĒāĻžāϰā§āĻĒāϞ āĻŦā§āϰā§āϝāĻžāύā§āĻĄ āĻāĻžāϞāĻžāϰ */
background: linear-gradient(45deg, #a4286a, #ff5cbb);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cert-subtitle {
color: #888888;
font-size: 1rem;
}
/* āĻā§āϰāĻŋāĻĄ āĻāĻŦāĻ āĻāĻžāϰā§āĻĄ āϏā§āĻāĻžāĻāϞ */
.cert-grid {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
flex-wrap: wrap;
}
.cert-card {
position: relative;
background: rgba(20, 20, 20, 0.8);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 20px;
padding: 35px 25px;
width: 320px;
text-align: center;
backdrop-filter: blur(10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s ease, box-shadow 0.5s ease;
overflow: hidden;
}
/* āĻŽāĻžāĻāϏ āĻšā§āĻāĻžāϰ āĻāĻĢā§āĻā§āĻ */
.cert-card:hover {
transform: translateY(-10px) scale(1.02);
border-color: rgba(164, 40, 106, 0.6);
box-shadow: 0 30px 60px rgba(164, 40, 106, 0.2);
}
/* āĻāĻžāϰā§āĻĄā§āϰ āĻā§āϤāϰā§āϰ ā§ŠD āϞāĻžāĻāĻāĻŋāĻ āĻā§āϞ⧠*/
.card-glow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(164, 40, 106, 0.15) 0%, transparent 60%);
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.cert-card:hover .card-glow {
opacity: 1;
}
/* āĻŦā§āϝāĻžāĻ āĻāĻŽā§āĻ āĻŦāĻā§āϏ */
.cert-badge-box {
margin-bottom: 25px;
display: inline-block;
transition: transform 0.5s ease;
}
.cert-card:hover .cert-badge-box {
transform: scale(1.08) rotate(2deg);
}
.badge-img {
width: 180px;
height: auto;
filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
}
/* āĻā§āĻā§āϏāĻ āĻ āĻŦāĻžāĻāύā§āϰ āϏā§āĻāĻžāĻāϞ */
.cert-tag {
display: inline-block;
background: rgba(164, 40, 106, 0.15);
color: #ff5cbb;
font-size: 0.75rem;
font-weight: 600;
padding: 5px 12px;
border-radius: 50px;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
.cert-details h3 {
color: #ffffff;
font-size: 1.3rem;
font-weight: 600;
margin: 5px 0 10px 0;
}
.cert-details p {
color: #aaaaaa;
font-size: 0.85rem;
line-height: 1.5;
margin-bottom: 25px;
}
.cert-action-btn {
display: inline-block;
background: linear-gradient(135deg, #a4286a 0%, #721647 100%);
color: #ffffff;
text-decoration: none;
font-size: 0.9rem;
font-weight: 600;
padding: 10px 24px;
border-radius: 50px;
box-shadow: 0 4px 15px rgba(164, 40, 106, 0.3);
transition: all 0.3s ease;
}
.cert-action-btn:hover {
background: linear-gradient(135deg, #ff5cbb 0%, #a4286a 100%);
box-shadow: 0 6px 20px rgba(164, 40, 106, 0.5);
transform: translateY(-2px);
}
/* āϰā§āϏāĻĒāύāϏāĻŋāĻ āĻŦā§āϰā§āĻāĻĒā§ā§āύā§āĻ */
@media (max-width: 768px) {
.cert-title { font-size: 2rem; }
.cert-card { width: 100%; max-width: 340px; }
}
</style>
</head>
<body>
<section class="certifications-section">
<!-- āĻŦā§āϝāĻžāĻāĻā§āϰāĻžāĻāύā§āĻĄā§āϰ āĻ
ā§āϝāĻžāύāĻŋāĻŽā§āĻā§āĻĄ āĻāĻŖāĻžāϰ āĻāύā§āϝ āĻā§āϝāĻžāύāĻāĻžāϏ -->
<canvas id="certParticleCanvas"></canvas>
<div class="cert-container">
<div class="cert-header">
<h2 class="cert-title">Professional <span>Certifications</span></h2>
<p class="cert-subtitle">My verified credentials and technical expertise</p>
</div>
<div class="cert-grid">
<!-- Yoast Certificate Card -->
<div class="cert-card" id="yoastCard">
<div class="card-glow"></div>
<div class="cert-badge-box">
<!-- āĻāĻĒāύāĻžāϰ āĻĻā§āĻā§āĻž āĻŽā§āϞ HTML āĻā§āĻĄāĻāĻŋ āĻāĻāĻžāύ⧠āϝā§āĻā§āϤ āĻāϰāĻž āĻšā§ā§āĻā§ -->
<a href="https://academy.yoast.com/certificate/8218/1991343/86a30f038410f01030a1352b304199a7/1/" target="_blank" rel="noopener noreferrer">
<img src="https://academy.yoast.com/badge/8218/1991343/86a30f038410f01030a1352b304199a7/1/" alt="Md Sami Mia successfully completed the WordPress for beginners course!" class="badge-img"/>
</a>
</div>
<div class="cert-details">
<span class="cert-tag">WordPress & SEO</span>
<h3>WordPress for Beginners</h3>
<p>Issued by Yoast SEO Academy âĸ Verified Online Credential</p>
<a href="https://academy.yoast.com/certificate/8218/1991343/86a30f038410f01030a1352b304199a7/1/" target="_blank" class="cert-action-btn">
Verify Certificate <i class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
<!-- āĻāĻŦāĻŋāώā§āϝāϤ⧠āĻāϰāĻ āϏāĻžāϰā§āĻāĻŋāĻĢāĻŋāĻā§āĻ āϝā§āĻ āĻāϰāϤ⧠āĻāĻžāĻāϞ⧠āĻāĻ āϰāĻāĻŽ āĻāϰā§āĻāĻāĻŋ div āϝā§āĻ āĻāϰāϤ⧠āĻĒāĻžāϰāĻŦā§āύ -->
</div>
</div>
</section>
<script>
// ā§§. āĻāĻžāϰā§āĻĄā§āϰ āĻā§āϤāϰā§āϰ ā§ŠD āϞāĻžāĻāĻāĻŋāĻ āĻĄāĻžāĻāύāĻžāĻŽāĻŋāĻ āĻāĻĢā§āĻā§āĻ
const card = document.getElementById('yoastCard');
if (card) {
card.addEventListener('mousemove', (e) => {
const rect = card.getBoundingClientRect();
const x = e.clientX - rect.left;
const y = e.clientY - rect.top;
card.style.setProperty('--mouse-x', `${x}px`);
card.style.setProperty('--mouse-y', `${y}px`);
});
}
// ⧍. āĻŦā§āϝāĻžāĻāĻā§āϰāĻžāĻāύā§āĻĄ āĻāĻŖāĻžāϰ āĻāύā§āϝ āϞāĻžāĻāĻāĻāϝāĻŧā§āĻ āĻĒāĻžāϰā§āĻāĻŋāĻā§āϞ āĻ
ā§āϝāĻžāύāĻŋāĻŽā§āĻļāύ
const canvas = document.getElementById('certParticleCanvas');
if (canvas) {
const ctx = canvas.getContext('2d');
let particlesArray = [];
function resizeCanvas() {
canvas.width = canvas.parentElement.offsetWidth;
canvas.height = canvas.parentElement.offsetHeight;
}
window.addEventListener('resize', resizeCanvas);
resizeCanvas();
class Particle {
constructor() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height;
this.size = Math.random() * 2 + 0.5;
this.speedX = Math.random() * 0.5 - 0.25;
this.speedY = Math.random() * 0.5 - 0.25;
this.alpha = Math.random() * 0.5 + 0.1;
}
update() {
this.x += this.speedX;
this.y += this.speedY;
if (this.x > canvas.width) this.x = 0;
if (this.x < 0) this.x = canvas.width;
if (this.y > canvas.height) this.y = 0;
if (this.y < 0) this.y = canvas.height;
}
draw() {
ctx.fillStyle = `rgba(164, 40, 106, ${this.alpha})`;
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fill();
}
}
function init() {
particlesArray = [];
for (let i = 0; i < 40; i++) {
particlesArray.push(new Particle());
}
}
function animate() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
for (let i = 0; i < particlesArray.length; i++) {
particlesArray[i].update();
particlesArray[i].draw();
}
requestAnimationFrame(animate);
}
init();
animate();
}
</script>
</body>
</html>

Top comments (0)