آموزش خودشناسی
شناخت بهتر افکار، احساسات، ویژگیهای فردی، ارزشها و الگوهای رفتاری.
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
<!DOCTYPE html> | |||
<html lang="fa" dir="rtl"> | <html lang="fa" dir="rtl"> | ||
<head> | <head> | ||
| خط ۸: | خط ۷: | ||
<meta name="viewport" | <meta name="viewport" | ||
content="width=device-width, initial-scale=1.0"> | content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" | <meta name="description" | ||
content=" | content="محمدرضا شایق، مدرس خودشناسی و توسعه فردی؛ آموزش خودشناسی، رشد فردی، شناخت توانمندیها و ساختن زندگی آگاهانه."> | ||
<meta name="keywords" | <meta name="keywords" | ||
content=" | content="محمدرضا شایق, مدرس خودشناسی, خودشناسی, توسعه فردی, رشد فردی, آموزش خودشناسی, شخصیت شناسی, آگاهی فردی"> | ||
<meta name="author" | |||
content="محمدرضا شایق"> | |||
<title>محمدرضا شایق | مدرس خودشناسی و توسعه فردی</title> | |||
< | <link rel="preconnect" | ||
href="https://fonts.googleapis.com"> | |||
< | <link rel="preconnect" | ||
href="https://fonts.gstatic.com" | |||
crossorigin> | |||
<link | <link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap" | ||
rel="stylesheet"> | |||
<link rel="stylesheet" | <link rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> | href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"> | ||
<style> | <style> | ||
/* ===================================================== | /* ========================================================= | ||
ROOT | |||
===================================================== */ | ========================================================= */ | ||
:root{ | |||
--primary:#171717; | |||
--primary-soft:#252525; | |||
--accent:#f4b942; | |||
--accent-dark:#d89a21; | |||
--accent-light:#fff4d6; | |||
--cream:#f8f6f0; | |||
--cream-dark:#eeeae0; | |||
--white:#ffffff; | |||
--text:#202124; | |||
--text-light:#666; | |||
--border:#e7e3da; | |||
--success:#3c8c68; | |||
--shadow: | |||
0 15px 45px rgba(0,0,0,.08); | |||
--shadow-hover: | |||
0 20px 55px rgba(0,0,0,.14); | |||
--radius:22px; | |||
--container:1180px; | |||
} | } | ||
/* ========================================================= | |||
RESET | |||
========================================================= */ | |||
*, | |||
*::before, | |||
*::after{ | |||
box-sizing:border-box; | |||
} | |||
html{ | |||
scroll-behavior:smooth; | |||
scroll-padding-top:80px; | |||
} | } | ||
body{ | |||
margin:0; | |||
: | background:var(--cream); | ||
color:var(--text); | |||
-- | font-family: | ||
"Vazirmatn", | |||
Tahoma, | |||
Arial, | |||
sans-serif; | |||
line-height:1.9; | |||
overflow-x:hidden; | |||
} | |||
img{ | |||
display:block; | |||
max-width:100%; | |||
height:auto; | |||
} | |||
a{ | |||
color:inherit; | |||
text-decoration:none; | |||
} | |||
button, | |||
input, | |||
textarea{ | |||
- | font-family:inherit; | ||
} | |||
button{ | |||
cursor:pointer; | |||
} | |||
.container{ | |||
width:min( | |||
calc(100% - 32px), | |||
var(--container) | |||
); | |||
margin-inline:auto; | |||
} | } | ||
section{ | |||
position:relative; | |||
padding: | |||
70px 0; | |||
} | |||
/* ========================================================= | |||
TYPOGRAPHY | |||
========================================================= */ | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
p{ | |||
margin- | margin-top:0; | ||
} | } | ||
h1{ | |||
font-size: | |||
clamp(2rem, 7vw, 4.5rem); | |||
. | line-height:1.35; | ||
font-weight:900; | |||
margin-bottom:18px; | |||
} | |||
h2{ | |||
font-size: | |||
clamp(1.7rem, 5vw, 2.7rem); | |||
line-height:1.4; | |||
font-weight:900; | |||
margin-bottom:14px; | |||
} | |||
h3{ | |||
font-size: | |||
clamp(1.15rem, 3vw, 1.4rem); | |||
line-height:1.5; | |||
} | } | ||
p{ | |||
color:var(--text-light); | |||
} | |||
.section-heading{ | |||
text-align:center; | |||
max-width:720px; | |||
margin: | |||
0 auto 45px; | |||
} | } | ||
. | .section-heading .eyebrow{ | ||
display:inline-flex; | |||
display:flex; | |||
align-items:center; | align-items:center; | ||
gap:8px; | |||
color: | |||
var(--accent-dark); | |||
font-size:.9rem; | |||
font-weight:800; | |||
margin-bottom:8px; | |||
} | } | ||
. | .section-heading .eyebrow::before{ | ||
content:""; | |||
width:28px; | |||
height:3px; | |||
background:var(--accent); | |||
border-radius:20px; | |||
} | |||
.section-heading p{ | |||
font-size:1rem; | |||
margin:0; | |||
} | |||
/* ========================================================= | |||
BUTTONS | |||
========================================================= */ | |||
.btn{ | |||
display:inline-flex; | |||
align-items:center; | |||
justify-content:center; | |||
gap:10px; | |||
min-height:52px; | |||
padding: | |||
12px 22px; | |||
border-radius:14px; | |||
font-weight:800; | |||
border:2px solid transparent; | |||
transition: | |||
transform .2s ease, | |||
box-shadow .2s ease, | |||
background .2s ease; | |||
} | |||
.btn:hover{ | |||
transform:translateY(-2px); | |||
} | } | ||
. | .btn-primary{ | ||
background:var(--primary); | |||
color:var(--white); | |||
box-shadow: | |||
0 10px 25px rgba(0,0,0,.12); | |||
} | } | ||
.btn-primary:hover{ | |||
background:var(--primary-soft); | |||
box-shadow: | |||
0 14px 30px rgba(0,0,0,.17); | |||
} | } | ||
. | .btn-accent{ | ||
background:var(--accent); | |||
color:#171717; | |||
} | |||
.btn-outline{ | |||
border-color: | |||
var(--border); | |||
background: | background: | ||
rgba(255,255,255,.65); | |||
rgba( | |||
} | } | ||
. | .btn-outline:hover{ | ||
border-color: | |||
var(--accent); | |||
} | |||
/* ========================================================= | |||
HEADER | |||
========================================================= */ | |||
.site-header{ | |||
position:sticky; | |||
top:0; | |||
z-index:1000; | |||
background: | |||
rgba(248,246,240,.94); | |||
backdrop-filter: | |||
blur(15px); | |||
border-bottom: | |||
1px solid var(--border); | |||
} | } | ||
. | .header-inner{ | ||
min-height:72px; | |||
display:flex; | |||
align-items:center; | |||
justify-content:space-between; | |||
gap:20px; | |||
} | |||
.logo{ | |||
display:flex; | |||
align-items:center; | |||
gap:10px; | |||
font-weight:900; | |||
font-size:1.05rem; | |||
} | } | ||
. | .logo-mark{ | ||
width:42px; | |||
height:42px; | |||
display:grid; | |||
place-items:center; | |||
border-radius:13px; | |||
background: | background:var(--primary); | ||
color:var(--accent); | color:var(--accent); | ||
} | |||
.desktop-nav{ | |||
display:none; | |||
} | } | ||
. | .desktop-nav ul{ | ||
list-style:none; | |||
display:flex; | |||
align-items:center; | |||
gap:25px; | |||
margin:0; | |||
padding:0; | |||
} | } | ||
. | .desktop-nav a{ | ||
font-size:.9rem; | |||
font-weight:700; | |||
color:#444; | |||
color | transition:color .2s ease; | ||
} | |||
.desktop-nav a:hover{ | |||
color:var(--accent-dark); | |||
} | |||
.header-cta{ | |||
display:none; | |||
} | } | ||
/* ========================================================= | |||
HERO | |||
========================================================= */ | |||
.hero{ | |||
padding: | |||
70px 0 55px; | |||
background: | |||
radial-gradient( | |||
circle at 90% 10%, | |||
rgba(244,185,66,.18), | |||
transparent 30% | |||
), | |||
linear-gradient( | |||
180deg, | |||
var(--cream), | |||
#fff | |||
); | |||
} | } | ||
. | .hero-grid{ | ||
display:grid; | |||
gap:35px; | |||
align-items:center; | align-items:center; | ||
} | |||
.hero-content{ | |||
text-align:center; | |||
} | |||
.hero-badge{ | |||
display:inline-flex; | |||
align-items:center; | |||
gap:8px; | |||
padding: | |||
7px 14px; | |||
background:var(-- | border-radius:50px; | ||
background: | |||
var(--accent-light); | |||
color: | |||
var(--accent-dark); | |||
font-size:.85rem; | |||
font-weight:800; | |||
margin-bottom:18px; | |||
} | } | ||
. | .hero-badge i{ | ||
font-size:.75rem; | |||
} | |||
.hero-title{ | |||
color:var(--primary); | |||
} | } | ||
. | .hero-title span{ | ||
color:var(--accent-dark); | |||
display:block; | |||
} | } | ||
. | .hero-description{ | ||
max-width:720px; | |||
margin: | |||
0 auto 28px; | |||
font-size: | |||
clamp(1rem, 2.5vw, 1.15rem); | |||
} | } | ||
.hero-buttons{ | |||
display:flex; | |||
flex-direction:column; | |||
gap:12px; | |||
justify-content:center; | |||
} | } | ||
. | .hero-features{ | ||
display:grid; | display:grid; | ||
grid-template-columns:repeat(2,1fr); | grid-template-columns: | ||
repeat(2,1fr); | |||
gap:12px; | gap:12px; | ||
margin-top:35px; | |||
} | } | ||
.feature { | .hero-feature{ | ||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border: | border-radius:18px; | ||
padding:18px 12px; | |||
padding: | |||
text-align:center; | text-align:center; | ||
| خط ۵۷۶: | خط ۶۱۰: | ||
} | } | ||
.feature | .hero-feature i{ | ||
color:var(--accent-dark); | |||
font-size:1.3rem; | |||
margin: | margin-bottom:5px; | ||
} | |||
.hero-feature strong{ | |||
display:block; | |||
font-size:1.1rem; | |||
} | |||
.hero-feature span{ | |||
color:var(-- | color:var(--text-light); | ||
font-size: | font-size:.8rem; | ||
} | } | ||
/* ========================================================= | |||
ABOUT | |||
========================================================= */ | |||
.about{ | |||
background:var(--white); | |||
} | } | ||
. | .about-grid{ | ||
display:grid; | |||
gap:35px; | |||
} | |||
.about-image{ | |||
background:var(--cream); | |||
border-radius: | |||
var(--radius); | |||
overflow:hidden; | |||
border: | |||
1px solid var(--border); | |||
padding: | padding:12px; | ||
} | } | ||
. | .about-image img{ | ||
width:100%; | width:100%; | ||
aspect-ratio:4 / 3; | |||
object-fit:contain; | |||
border-radius:16px; | |||
background:var(--cream); | |||
} | |||
.about-content{ | |||
align-self:center; | |||
} | |||
.about-content h2{ | |||
margin-bottom:18px; | |||
} | } | ||
. | .about-content > p{ | ||
font-size:1rem; | |||
} | } | ||
. | .about-list{ | ||
list-style:none; | |||
padding:0; | |||
margin: | |||
25px 0; | |||
} | |||
.about-list li{ | |||
display:flex; | |||
align-items:flex-start; | |||
gap:12px; | |||
margin-bottom:12px; | |||
font-weight:600; | |||
} | |||
.about-list i{ | |||
color:var(--accent-dark); | |||
margin-top:6px; | |||
} | } | ||
. | .about-info{ | ||
display:grid; | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:10px; | |||
} | |||
.about-info div{ | |||
padding:14px; | |||
background:var(--cream); | |||
border-radius:14px; | |||
} | } | ||
. | .about-info small{ | ||
display:block; | |||
color:var(--text-light); | |||
font-size:.75rem; | |||
} | } | ||
. | .about-info strong{ | ||
font-size:.9rem; | |||
} | |||
/* ========================================================= | |||
STATS | |||
========================================================= */ | |||
. | .stats{ | ||
background:var(--primary); | |||
color:var(--white); | |||
} | |||
.stats-grid{ | |||
display:grid; | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
gap:12px; | |||
} | } | ||
. | .stat{ | ||
text-align:center; | text-align:center; | ||
padding:22px 10px; | |||
. | border: | ||
1px solid rgba(255,255,255,.1); | |||
border-radius:18px; | |||
background: | |||
rgba(255,255,255,.04); | |||
} | } | ||
. | .stat i{ | ||
color:var(-- | color:var(--accent); | ||
font-size: | font-size:1.3rem; | ||
margin-bottom:6px; | |||
margin-bottom: | |||
} | } | ||
. | .stat strong{ | ||
display:block; | |||
font-size: | font-size: | ||
clamp(1.6rem,6vw,2.4rem); | |||
color:var(--white); | |||
line-height:1.3; | |||
} | |||
.stat span{ | |||
color:#ccc; | |||
font-size:.82rem; | |||
} | } | ||
/* ===================================================== | /* ========================================================= | ||
SERVICES | |||
===================================================== */ | ========================================================= */ | ||
. | .services{ | ||
background:var(-- | background:var(--cream); | ||
} | } | ||
. | .services-grid{ | ||
display:grid; | display:grid; | ||
gap:16px; | |||
} | |||
.service-card{ | |||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border-radius: | |||
var(--radius); | |||
padding:25px; | |||
box-shadow: | |||
0 8px 25px rgba(0,0,0,.04); | |||
transition: | |||
transform .2s ease, | |||
box-shadow .2s ease; | |||
} | |||
.service-card:hover{ | |||
transform:translateY(-5px); | |||
box-shadow:var(--shadow-hover); | |||
} | |||
.service-icon{ | |||
width:58px; | |||
height:58px; | |||
display:grid; | |||
place-items:center; | |||
border- | border-radius:17px; | ||
background:var(--accent-light); | |||
color:var(--accent-dark); | |||
. | font-size:1.4rem; | ||
margin-bottom:18px; | |||
} | |||
.service-card h3{ | |||
margin-bottom: | margin-bottom:8px; | ||
} | } | ||
. | .service-card p{ | ||
font-size: | font-size:.9rem; | ||
margin-bottom:0; | |||
} | } | ||
/* ========================================================= | |||
SKILLS | |||
========================================================= */ | |||
.skills{ | |||
background:var(--white); | |||
} | } | ||
.skills-grid{ | |||
display:grid; | |||
gap:18px; | |||
} | |||
. | .skill{ | ||
padding:20px; | |||
border: | |||
1px solid var(--border); | |||
border-radius:18px; | |||
background:var(--cream); | |||
} | } | ||
. | .skill-top{ | ||
display:flex; | |||
align-items:center; | |||
justify-content:space-between; | |||
margin-bottom:10px; | |||
font-weight:800; | |||
} | } | ||
. | .progress{ | ||
height:8px; | |||
background:#e3dfd5; | |||
border-radius:50px; | |||
overflow:hidden; | |||
} | } | ||
. | .progress span{ | ||
display:block; | |||
height:100%; | |||
width:var(--value); | |||
background:var(--accent); | |||
border-radius:inherit; | |||
} | } | ||
/* ========================================================= | |||
COURSES | |||
========================================================= */ | |||
.courses{ | |||
background:var(--cream); | |||
} | } | ||
. | .courses-grid{ | ||
display:grid; | |||
gap:18px; | |||
} | } | ||
. | .course-card{ | ||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border-radius: | |||
var(--radius); | |||
overflow:hidden; | |||
box-shadow: | |||
0 8px 25px rgba(0,0,0,.05); | |||
} | } | ||
. | .course-image{ | ||
padding:10px; | |||
background:#f4f1e9; | |||
} | |||
.course-image img{ | |||
width: | width:100%; | ||
aspect-ratio:16 / 9; | |||
object-fit:contain; | |||
border-radius:15px; | |||
} | } | ||
. | .course-body{ | ||
padding:22px; | |||
} | |||
.course-tag{ | |||
display:inline-block; | |||
padding:5px 10px; | |||
background:var(--accent-light); | |||
color:var(--accent-dark); | |||
border-radius:50px; | |||
font-size:.72rem; | |||
font-weight:800; | |||
margin-bottom:10px; | |||
} | |||
.course-body h3{ | |||
margin-bottom:8px; | |||
} | } | ||
. | .course-body p{ | ||
font-size:.88rem; | |||
} | } | ||
. | .course-meta{ | ||
display:flex; | display:flex; | ||
flex- | flex-wrap:wrap; | ||
gap:10px; | gap:10px; | ||
padding-top:12px; | |||
margin-top:12px; | |||
border-top: | |||
1px solid var(--border); | |||
} | |||
.course-meta span{ | |||
font-size:.75rem; | |||
text- | color:var(--text-light); | ||
} | } | ||
/* ========================================================= | |||
TIMELINE | |||
========================================================= */ | |||
.experience{ | |||
background:var(--white); | |||
} | |||
.timeline{ | |||
position:relative; | |||
max-width:850px; | |||
margin:auto; | |||
} | } | ||
. | .timeline-item{ | ||
position:relative; | |||
padding: | |||
0 25px 35px; | |||
border-right: | |||
2px solid var(--border); | |||
} | } | ||
. | .timeline-item:last-child{ | ||
border-right-color: | |||
transparent; | |||
} | } | ||
. | .timeline-dot{ | ||
position:absolute; | |||
right:-9px; | |||
top:0; | |||
width:16px; | |||
height:16px; | |||
border-radius:50%; | |||
background:var(--accent); | |||
border: | |||
4px solid var(--white); | |||
box-shadow: | |||
0 0 0 1px var(--accent); | |||
} | } | ||
. | .timeline-year{ | ||
display:inline-block; | |||
color:var(--accent-dark); | |||
font-weight:800; | |||
font-size:.82rem; | |||
margin-bottom:4px; | |||
} | |||
.timeline-item h3{ | |||
margin-bottom:4px; | |||
} | } | ||
. | .timeline-item p{ | ||
font-size:.88rem; | |||
} | |||
/* ========================================================= | |||
TESTIMONIALS | |||
========================================================= */ | |||
.testimonials{ | |||
background:var(--cream); | |||
} | } | ||
. | .testimonials-grid{ | ||
display:grid; | |||
gap:18px; | |||
} | |||
.testimonial{ | |||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border-radius: | |||
var(--radius); | |||
padding:25px; | |||
} | } | ||
. | .stars{ | ||
color:var(--accent-dark); | |||
margin-bottom:12px; | |||
} | |||
.testimonial p{ | |||
font- | font-size:.9rem; | ||
} | } | ||
. | .person{ | ||
display:flex; | |||
align-items:center; | |||
gap:12px; | |||
margin-top:18px; | |||
} | } | ||
. | .person img{ | ||
width:48px; | |||
height:48px; | |||
border-radius:50%; | |||
object-fit:cover; | |||
} | } | ||
.person strong{ | |||
display:block; | |||
. | font-size:.9rem; | ||
} | |||
.person span{ | |||
color:var(--text-light); | |||
font-size:.75rem; | |||
} | } | ||
/* ========================================================= | |||
BLOG | |||
========================================================= */ | |||
.blog{ | |||
background:var(--white); | |||
} | } | ||
. | .blog-grid{ | ||
display:grid; | |||
gap:18px; | |||
} | |||
.blog-card{ | |||
background: | background:var(--cream); | ||
border: | |||
1px solid var(--border); | |||
border-radius: | border-radius: | ||
var(--radius); | |||
overflow:hidden; | |||
} | |||
.blog-image{ | |||
padding:10px; | |||
} | } | ||
. | .blog-image img{ | ||
width:100%; | width:100%; | ||
aspect-ratio: | |||
16 / 9; | |||
object-fit:contain; | |||
border-radius:15px; | |||
background:var(--white); | |||
} | } | ||
. | .blog-body{ | ||
padding:20px; | |||
} | |||
.blog-date{ | |||
color:var(--accent-dark); | |||
font-size:.75rem; | |||
font-weight:800; | |||
} | } | ||
. | .blog-body h3{ | ||
margin | margin: | ||
7px 0; | |||
} | } | ||
.blog-body p{ | |||
font-size:.85rem; | |||
} | |||
/* ========================================================= | |||
CTA | |||
========================================================= */ | |||
.cta{ | |||
padding: | padding: | ||
30px 0 70px; | |||
background:var(--white); | |||
} | } | ||
. | .cta-box{ | ||
background:var(--primary); | |||
color:var(--white); | |||
border-radius: | |||
28px; | |||
padding: | |||
35px 22px; | |||
text-align:center; | |||
position:relative; | |||
overflow:hidden; | |||
} | } | ||
. | .cta-box::before{ | ||
content:""; | |||
position:absolute; | |||
width:200px; | |||
height:200px; | |||
border-radius:50%; | |||
background: | |||
rgba(244,185,66,.12); | |||
top:-100px; | |||
left:-70px; | |||
} | } | ||
. | .cta-box h2{ | ||
position:relative; | |||
color:var(--white); | |||
} | |||
.cta-box p{ | |||
position:relative; | |||
max-width:650px; | |||
margin: | |||
0 auto 20px; | |||
color:#ddd; | |||
} | } | ||
. | .cta-box .btn{ | ||
position:relative; | |||
} | |||
/* ========================================================= | |||
CONTACT | |||
========================================================= */ | |||
. | .contact{ | ||
background:var(--cream); | |||
} | } | ||
.contact- | .contact-grid{ | ||
display: | display:grid; | ||
gap:25px; | |||
} | |||
.contact-info{ | |||
display:grid; | |||
gap:12px; | |||
} | } | ||
.contact- | .contact-card{ | ||
display:flex; | |||
align-items:center; | |||
gap:15px; | |||
padding:17px; | |||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border-radius:17px; | |||
} | } | ||
. | .contact-icon{ | ||
width: | width:48px; | ||
height: | height:48px; | ||
flex:0 0 48px; | |||
display: | display:grid; | ||
place-items:center; | |||
border-radius:14px; | |||
background: | background:var(--accent-light); | ||
color:var(--accent-dark); | |||
} | } | ||
. | .contact-card small{ | ||
display:block; | |||
color:var(--text-light); | |||
. | font-size:.72rem; | ||
} | |||
.contact-card strong{ | |||
font-size:.9rem; | |||
font-size: | |||
} | } | ||
.contact-form{ | |||
background:var(--white); | |||
border: | |||
1px solid var(--border); | |||
border-radius: | |||
var(--radius); | |||
padding:22px; | |||
} | |||
.form-grid{ | |||
display:grid; | |||
gap:12px; | |||
} | |||
.form-group label{ | |||
display: | display:block; | ||
font-size:.8rem; | |||
font-weight:800; | |||
margin-bottom:6px; | |||
} | } | ||
. | .form-group input, | ||
.form-group textarea{ | |||
width:100%; | |||
border: | |||
1px solid var(--border); | |||
background:var(--cream); | |||
border-radius:12px; | |||
padding: | |||
13px 14px; | |||
outline:none; | |||
font-size:.9rem; | |||
transition: | |||
border-color .2s ease, | |||
box-shadow .2s ease; | |||
} | } | ||
. | .form-group input:focus, | ||
.form-group textarea:focus{ | |||
border-color:var(--accent); | |||
box-shadow: | |||
0 0 0 3px rgba(244,185,66,.15); | |||
} | } | ||
. | .form-group textarea{ | ||
min-height:140px; | |||
resize:vertical; | |||
} | } | ||
/* ========================================================= | |||
FOOTER | |||
========================================================= */ | |||
.footer{ | |||
background:var(--primary); | |||
color:var(--white); | |||
padding: | |||
45px 0 95px; | |||
} | |||
.footer-grid{ | |||
display:grid; | |||
gap:25px; | |||
} | } | ||
.footer-logo{ | |||
display:flex; | |||
align-items:center; | |||
gap:10px; | |||
font-weight:900; | |||
margin-bottom:12px; | |||
} | |||
.footer p{ | |||
color:#bbb; | |||
. | font-size:.85rem; | ||
} | |||
.footer-links{ | |||
list-style:none; | |||
padding:0; | |||
margin:0; | |||
display:grid; | |||
gap:7px; | |||
} | |||
.footer-links a{ | |||
color:#ccc; | |||
font-size:.82rem; | |||
} | |||
.socials{ | |||
display:flex; | |||
gap:9px; | |||
margin-top:15px; | |||
} | |||
.socials a{ | |||
width:42px; | |||
height:42px; | |||
display:grid; | |||
place-items:center; | |||
border-radius:12px; | |||
. | background: | ||
rgba(255,255,255,.07); | |||
color:var(--accent); | |||
} | |||
.footer-bottom{ | |||
margin-top:30px; | |||
padding-top:20px; | |||
border-top: | |||
1px solid rgba(255,255,255,.1); | |||
text-align:center; | |||
color:#aaa; | |||
font-size:.75rem; | |||
} | |||
/* ========================================================= | |||
MOBILE BOTTOM NAV | |||
========================================================= */ | |||
.mobile-bottom-nav{ | |||
position:fixed; | |||
bottom:0; | |||
right:0; | |||
left:0; | |||
z-index:2000; | |||
height:68px; | |||
display:flex; | |||
align-items:center; | |||
justify-content:space-around; | |||
background: | |||
rgba(23,23,23,.97); | |||
backdrop-filter: | |||
blur(15px); | |||
border-top: | |||
1px solid rgba(255,255,255,.1); | |||
padding: | |||
5px 5px | |||
env(safe-area-inset-bottom); | |||
} | |||
.mobile-bottom-nav a{ | |||
flex:1; | |||
display:flex; | |||
flex-direction:column; | |||
align-items:center; | |||
justify-content:center; | |||
gap:2px; | |||
color:#aaa; | |||
font-size:.65rem; | |||
font-weight:700; | |||
} | |||
.mobile-bottom-nav i{ | |||
font-size:1.05rem; | |||
} | |||
.mobile-bottom-nav a.active, | |||
.mobile-bottom-nav a:hover{ | |||
color:var(--accent); | |||
} | |||
/* ========================================================= | |||
TABLET | |||
========================================================= */ | |||
@media (min-width:600px){ | |||
. | .container{ | ||
width:min( | |||
calc(100% - 48px), | |||
var(--container) | |||
); | |||
} | } | ||
.hero | .hero{ | ||
padding:70px; | padding: | ||
90px 0 70px; | |||
} | } | ||
.hero | .hero-buttons{ | ||
flex-direction:row; | |||
} | } | ||
. | .hero-features{ | ||
grid-template-columns:repeat(4,1fr); | grid-template-columns: | ||
repeat(4,1fr); | |||
} | } | ||
. | .stats-grid{ | ||
grid-template-columns:repeat( | grid-template-columns: | ||
repeat(4,1fr); | |||
} | } | ||
. | .services-grid{ | ||
grid-template-columns:repeat( | grid-template-columns: | ||
repeat(2,1fr); | |||
} | } | ||
. | .courses-grid{ | ||
grid-template-columns: | grid-template-columns: | ||
repeat(2,1fr); | |||
} | } | ||
.testimonials-grid{ | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
} | |||
} | |||
. | .blog-grid{ | ||
grid-template-columns: | |||
repeat(2,1fr); | |||
} | } | ||
. | .footer-grid{ | ||
grid-template-columns: | |||
2fr 1fr 1fr; | |||
} | } | ||
| خط ۱٬۸۱۷: | خط ۱٬۸۹۰: | ||
/* ===================================================== | /* ========================================================= | ||
DESKTOP | |||
===================================================== */ | ========================================================= */ | ||
@media ( | @media (min-width:900px){ | ||
section{ | |||
padding: | |||
95px 0; | |||
} | } | ||
. | .site-header{ | ||
position:sticky; | |||
} | } | ||
. | .desktop-nav{ | ||
display:block; | |||
} | } | ||
. | .header-cta{ | ||
display:inline-flex; | |||
} | } | ||
. | .mobile-bottom-nav{ | ||
display:none; | |||
} | } | ||
. | .footer{ | ||
padding-bottom:45px; | |||
padding: | |||
} | } | ||
. | .hero-grid{ | ||
grid-template-columns: | |||
1fr; | |||
min-height: | |||
600px; | |||
text-align:center; | |||
} | } | ||
.hero-content{ | |||
max-width:900px; | |||
margin:auto; | |||
} | |||
.about-grid{ | |||
grid-template-columns: | |||
minmax(0,.9fr) | |||
minmax(0,1.1fr); | |||
align-items:center; | |||
gap:60px; | |||
} | |||
.services-grid{ | |||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | |||
.skills-grid{ | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
} | |||
.courses-grid{ | |||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | |||
.testimonials-grid{ | |||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | |||
.blog-grid{ | |||
grid-template-columns: | |||
repeat(3,1fr); | |||
} | |||
.contact-grid{ | |||
grid-template-columns: | |||
.85fr 1.15fr; | |||
align-items:start; | |||
} | |||
.form-grid{ | |||
grid-template-columns: | |||
repeat(2,1fr); | |||
} | |||
.form-group.full{ | |||
grid-column: | |||
1 / -1; | |||
} | |||
} | |||
/* ========================================================= | |||
LARGE DESKTOP | |||
========================================================= */ | |||
@media (min-width:1200px){ | |||
.hero{ | |||
padding-top:110px; | |||
} | |||
.hero-content{ | |||
max-width:950px; | |||
} | |||
} | |||
/* ========================================================= | |||
ACCESSIBILITY / REDUCED MOTION | |||
========================================================= */ | |||
@media (prefers-reduced-motion:reduce){ | |||
html{ | |||
scroll-behavior:auto; | |||
} | |||
*, | |||
*::before, | |||
*::after{ | |||
transition:none !important; | |||
animation:none !important; | |||
} | |||
} | |||
/* ========================================================= | |||
SMALL MOBILE | |||
========================================================= */ | |||
@media (max-width:380px){ | |||
.container{ | |||
width: | |||
calc(100% - 24px); | |||
} | |||
section{ | |||
padding: | |||
55px 0; | |||
} | |||
.hero-features{ | |||
gap:8px; | |||
} | |||
.hero-feature{ | |||
padding: | |||
15px 7px; | |||
} | |||
.hero-feature strong{ | |||
font-size:.95rem; | |||
} | |||
.hero-feature span{ | |||
font-size:.7rem; | |||
} | |||
{ | .about-info{ | ||
gap:8px; | |||
} | |||
} | |||
/* ========================================================= | |||
PRINT | |||
========================================================= */ | |||
@media print{ | |||
.site-header, | |||
.mobile-bottom-nav, | |||
.hero-buttons, | |||
.cta, | |||
.contact-form{ | |||
display:none !important; | |||
} | |||
body{ | |||
background:#fff; | |||
} | |||
} | |||
/* ========================================================= | |||
SCHEMA VISIBILITY | |||
========================================================= */ | |||
.schema-hidden{ | |||
display:none; | |||
} | |||
</ | </style> | ||
< | <!-- ======================================================== | ||
PERSON SCHEMA | |||
========================================================= --> | |||
< | <script type="application/ld+json"> | ||
{ | |||
</ | "@context":"https://schema.org", | ||
"@type":"Person", | |||
"name":"محمدرضا شایق", | |||
"jobTitle":"مدرس خودشناسی", | |||
"description":"مدرس خودشناسی و توسعه فردی", | |||
"knowsAbout":[ | |||
"خودشناسی", | |||
"توسعه فردی", | |||
"رشد فردی", | |||
"آگاهی فردی", | |||
"شناخت توانمندیها" | |||
] | |||
} | |||
</script> | |||
</head> | |||
</ | |||
< | <body> | ||
< | <!-- ======================================================== | ||
HEADER | |||
========================================================= --> | |||
< | <header class="site-header"> | ||
< | <div class="container header-inner"> | ||
< | <a href="#home" | ||
class="logo" | |||
aria-label="محمدرضا شایق"> | |||
<span class="logo-mark"> | |||
<i class="fa-solid fa-user"></i> | |||
</span> | |||
<span> | |||
محمدرضا شایق | |||
</span> | |||
< | </a> | ||
< | <nav class="desktop-nav" | ||
aria-label="منوی اصلی"> | |||
< | <ul> | ||
< | <li> | ||
<a href="#home"> | |||
خانه | |||
</a> | |||
</li> | |||
< | <li> | ||
<a href="#about"> | |||
</ | درباره من | ||
</a> | |||
</li> | |||
< | <li> | ||
<a href="#services"> | |||
حوزه فعالیت | |||
</ | </a> | ||
</li> | |||
<a href="#" | <li> | ||
<a href="#courses"> | |||
دورهها | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#experience"> | |||
سوابق | |||
</a> | |||
</li> | |||
< | <li> | ||
<a href="#blog"> | |||
مقالات | |||
</a> | |||
</li> | |||
</a> | <li> | ||
<a href="#contact"> | |||
تماس | |||
</a> | |||
</li> | |||
</ | </ul> | ||
</ | </nav> | ||
<a href="#contact" | |||
class="btn btn-primary header-cta"> | |||
< | <i class="fa-regular fa-paper-plane"></i> | ||
ارتباط با من | |||
< | </a> | ||
</div> | </div> | ||
< | </header> | ||
< | <!-- ======================================================== | ||
HERO | |||
========================================================= --> | |||
< | <main> | ||
<section class="hero" | |||
id="home"> | |||
< | <div class="container"> | ||
< | <div class="hero-grid"> | ||
< | <div class="hero-content"> | ||
< | <div class="hero-badge"> | ||
<i class="fa-solid fa-circle"></i> | |||
مدرس خودشناسی و توسعه فردی | |||
< | </div> | ||
< | <h1 class="hero-title"> | ||
</ | من | ||
<span> | |||
محمدرضا شایق | |||
</span> | |||
هستم | |||
</h1> | |||
</ | |||
< | <p class="hero-description"> | ||
در مسیر خودشناسی، آگاهی و رشد فردی | |||
همراه شما هستم تا شناخت عمیقتری از | |||
خود، توانمندیها و مسیر زندگیتان پیدا کنید. | |||
</p> | |||
< | <div class="hero-buttons"> | ||
< | <a href="#courses" | ||
class="btn btn-primary"> | |||
<i class="fa-solid fa-graduation-cap"></i> | |||
مشاهده دورهها | |||
< | </a> | ||
< | <a href="#about" | ||
class="btn btn-outline"> | |||
</ | <i class="fa-solid fa-user"></i> | ||
بیشتر درباره من | |||
</a> | |||
</ | |||
</div> | |||
</ | |||
<div class="hero-features"> | |||
< | <div class="hero-feature"> | ||
</ | <i class="fa-solid fa-brain"></i> | ||
</ | <strong> | ||
خودشناسی | |||
</strong> | |||
</ | <span> | ||
شناخت عمیقتر خود | |||
</span> | |||
</div> | |||
< | <div class="hero-feature"> | ||
< | <i class="fa-solid fa-seedling"></i> | ||
< | <strong> | ||
رشد فردی | |||
</strong> | |||
</ | <span> | ||
ساختن نسخه بهتر خود | |||
</span> | |||
<div | </div> | ||
< | <div class="hero-feature"> | ||
< | <i class="fa-solid fa-compass"></i> | ||
<strong> | |||
آگاهی | |||
</strong> | |||
< | <span> | ||
انتخاب آگاهانه | |||
</span> | |||
</ | </div> | ||
< | <div class="hero-feature"> | ||
<i class="fa-solid fa-heart"></i> | |||
<strong> | |||
آرامش | |||
</strong> | |||
< | <span> | ||
ارتباط بهتر با خود | |||
</span> | |||
<div | </div> | ||
< | </div> | ||
</div> | </div> | ||
<div | </div> | ||
</div> | |||
</ | |||
</section> | |||
</ | |||
<!-- ======================================================== | |||
ABOUT | |||
========================================================= --> | |||
< | <section class="about" | ||
id="about"> | |||
< | <div class="container"> | ||
< | <div class="about-grid"> | ||
<div class="about-image"> | |||
<!-- تصویر را با عکس واقعی جایگزین کنید --> | |||
< | <img | ||
src="https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1000&q=85" | |||
alt="محمدرضا شایق مدرس خودشناسی" | |||
loading="lazy"> | |||
<div | </div> | ||
< | <div class="about-content"> | ||
<div class=" | <div class="section-heading" | ||
style="text-align:right;margin:0 0 20px;"> | |||
< | <span class="eyebrow"> | ||
درباره من | |||
</ | </span> | ||
< | <h2> | ||
خودشناسی؛ | |||
شروع یک تغییر واقعی | |||
</ | </h2> | ||
< | </div> | ||
< | <p> | ||
خودشناسی برای من فقط شناخت ویژگیهای شخصیتی | |||
نیست؛ بلکه مسیری برای شناخت افکار، احساسات، | |||
توانمندیها، ارزشها و انتخابهای زندگی است. | |||
</ | </p> | ||
<p> | |||
هدف من کمک به افرادی است که میخواهند | |||
خودشان را بهتر بشناسند، تصمیمهای آگاهانهتری | |||
بگیرند و مسیر رشد شخصی خود را با شناخت بیشتری | |||
ادامه دهند. | |||
</ | </p> | ||
<ul class="about-list"> | |||
<li> | |||
< | <i class="fa-solid fa-check"></i> | ||
شناخت نقاط قوت و زمینههای قابل رشد | |||
< | </li> | ||
< | <li> | ||
<i class="fa-solid fa-check"></i> | |||
< | |||
</ | |||
افزایش آگاهی نسبت به افکار و احساسات | |||
< | </li> | ||
< | <li> | ||
</ | <i class="fa-solid fa-check"></i> | ||
کمک به تصمیمگیری آگاهانهتر | |||
</li> | |||
< | <li> | ||
< | <i class="fa-solid fa-check"></i> | ||
</ | |||
طراحی مسیر شخصی برای رشد و تغییر | |||
</ | </li> | ||
</ul> | |||
< | <div class="about-info"> | ||
< | <div> | ||
< | <small> | ||
نام | |||
</ | </small> | ||
< | <strong> | ||
محمدرضا شایق | |||
</ | </strong> | ||
</ | </div> | ||
<div> | |||
< | <small> | ||
حوزه فعالیت | |||
</small> | |||
< | <strong> | ||
خودشناسی و توسعه فردی | |||
</strong> | |||
</div> | |||
</ | |||
< | <div> | ||
<small> | |||
نوع آموزش | |||
</small> | |||
<strong> | |||
حضوری و آنلاین | |||
</strong> | |||
< | </div> | ||
< | <div> | ||
< | <small> | ||
تمرکز اصلی | |||
</ | </small> | ||
</ | <strong> | ||
آگاهی و رشد فردی | |||
</strong> | |||
</div> | |||
< | </div> | ||
</div> | |||
</div> | |||
</ | |||
</div> | |||
</ | |||
</ | </section> | ||
<!-- ======================================================== | |||
STATS | |||
========================================================= --> | |||
< | <section class="stats"> | ||
< | <div class="container"> | ||
< | <div class="stats-grid"> | ||
< | <div class="stat"> | ||
</ | <i class="fa-solid fa-users"></i> | ||
<strong> | |||
500+ | |||
</strong> | |||
<span> | |||
همراه آموزشی | |||
</span> | |||
< | </div> | ||
< | <div class="stat"> | ||
< | <i class="fa-solid fa-book-open"></i> | ||
</ | |||
</ | <strong> | ||
20+ | |||
</strong> | |||
<span> | |||
کارگاه و دوره | |||
</span> | |||
</div> | |||
< | <div class="stat"> | ||
< | <i class="fa-solid fa-clock"></i> | ||
</ | |||
< | <strong> | ||
1000+ | |||
</ | </strong> | ||
</ | <span> | ||
ساعت آموزش | |||
</span> | |||
</div> | |||
< | <div class="stat"> | ||
<i class="fa-solid fa- | <i class="fa-solid fa-star"></i> | ||
<strong> | <strong> | ||
95% | |||
</strong> | </strong> | ||
<span> | <span> | ||
رضایت شرکتکنندگان | |||
</span> | </span> | ||
</ | </div> | ||
< | </div> | ||
</div> | |||
</section> | |||
</ | |||
< | <!-- ======================================================== | ||
SERVICES | |||
========================================================= --> | |||
<section class="services" | |||
id="services"> | |||
< | <div class="container"> | ||
< | <div class="section-heading"> | ||
< | <span class="eyebrow"> | ||
حوزه فعالیت | |||
</ | </span> | ||
< | <h2> | ||
در چه زمینههایی همراه شما هستم؟ | |||
</ | </h2> | ||
</ | <p> | ||
آموزشها با تمرکز بر شناخت بهتر خود، | |||
افزایش آگاهی و ایجاد تغییرات پایدار طراحی شدهاند. | |||
</p> | |||
</div> | |||
< | <div class="services-grid"> | ||
< | <article class="service-card"> | ||
< | <div class="service-icon"> | ||
<i class="fa-solid fa-brain"></i> | |||
</div> | |||
</div> | |||
</ | <h3> | ||
آموزش خودشناسی | |||
</h3> | |||
<p> | |||
شناخت بهتر افکار، احساسات، ویژگیهای فردی، | |||
ارزشها و الگوهای رفتاری. | |||
</p> | |||
< | </article> | ||
< | <article class="service-card"> | ||
<div class=" | <div class="service-icon"> | ||
< | <i class="fa-solid fa-seedling"></i> | ||
</div> | |||
</ | |||
</ | <h3> | ||
توسعه فردی | |||
</h3> | |||
<p | <p> | ||
کمک به ساختن عادتهای بهتر و حرکت آگاهانه | |||
در مسیر رشد و پیشرفت شخصی. | |||
</p> | |||
</article> | |||
<article class="service-card"> | |||
<div class="service-icon"> | |||
</ | <i class="fa-solid fa-compass"></i> | ||
</div> | |||
<h3> | |||
کشف مسیر شخصی | |||
</h3> | |||
< | <p> | ||
شناخت علایق، ارزشها و توانمندیها برای | |||
انتخاب مسیر مناسبتر در زندگی. | |||
</p> | |||
</ | </article> | ||
< | <article class="service-card"> | ||
<div class="service-icon"> | |||
<i class="fa-solid fa-comments"></i> | |||
< | </div> | ||
< | <h3> | ||
کارگاههای آموزشی | |||
</h3> | |||
< | <p> | ||
برگزاری دورهها و کارگاههای کاربردی | |||
در زمینه خودشناسی و رشد فردی. | |||
</p> | |||
< | </article> | ||
< | <article class="service-card"> | ||
< | <div class="service-icon"> | ||
<i class="fa-solid fa-lightbulb"></i> | |||
</ | </div> | ||
< | <h3> | ||
افزایش آگاهی | |||
</h3> | |||
<p> | |||
شناخت الگوهای ذهنی و رفتاری و ایجاد | |||
نگاه آگاهانهتر به انتخابهای زندگی. | |||
</p> | |||
</ | </article> | ||
<article class="service-card"> | |||
<div class=" | <div class="service-icon"> | ||
<i class="fa-solid fa-heart"></i> | |||
<div | </div> | ||
< | <h3> | ||
رابطه بهتر با خود | |||
</h3> | |||
< | <p> | ||
ایجاد ارتباط سالمتر با خود و شناخت | |||
نیازها و خواستههای شخصی. | |||
</p> | |||
</ | </article> | ||
<div> | </div> | ||
</div> | |||
</ | |||
</section> | |||
</ | |||
< | <!-- ======================================================== | ||
SKILLS | |||
========================================================= --> | |||
<section class="skills"> | |||
<div class="container"> | |||
<div class=" | <div class="section-heading"> | ||
< | <span class="eyebrow"> | ||
تخصصها | |||
</span> | |||
< | <h2> | ||
حوزههای تخصصی | |||
</h2> | |||
</ | <p> | ||
زمینههایی که بخش مهمی از آموزشهای من را تشکیل میدهند. | |||
</p> | |||
<div> | </div> | ||
< | <div class="skills-grid"> | ||
< | <div class="skill"> | ||
<div class="skill-top"> | |||
<span> | |||
خودشناسی | |||
</span> | |||
< | <span> | ||
95% | |||
</span> | |||
<div | </div> | ||
< | <div class="progress"> | ||
<span style="--value:95%"></span> | |||
</div> | |||
</div> | </div> | ||
< | <div class="skill"> | ||
< | <div class="skill-top"> | ||
</ | <span> | ||
توسعه فردی | |||
</span> | |||
</ | <span> | ||
92% | |||
</span> | |||
</div> | |||
<div class="progress"> | |||
<span style="--value:92%"></span> | |||
</div> | |||
<div | </div> | ||
< | <div class="skill"> | ||
< | <div class="skill-top"> | ||
< | <span> | ||
آموزش و برگزاری کارگاه | |||
</span> | |||
< | <span> | ||
90% | |||
</ | </span> | ||
</div> | |||
</ | |||
</div> | <div class="progress"> | ||
<span style="--value:90%"></span> | |||
</div> | |||
</div> | </div> | ||
<div class="skill"> | |||
<div class=" | <div class="skill-top"> | ||
< | <span> | ||
مهارتهای فردی | |||
</span> | |||
< | <span> | ||
88% | |||
</span> | |||
</div> | </div> | ||
<div> | <div class="progress"> | ||
<span style="--value:88%"></span> | |||
</div> | |||
</div> | |||
</ | |||
</div> | |||
</ | |||
</div> | </div> | ||
</ | </section> | ||
<!-- ======================================================== | |||
COURSES | |||
========================================================= --> | |||
< | <section class="courses" | ||
id="courses"> | |||
<div class=" | <div class="container"> | ||
< | <div class="section-heading"> | ||
</ | <span class="eyebrow"> | ||
دورهها | |||
</span> | |||
< | <h2> | ||
مسیرهای آموزشی | |||
</h2> | |||
< | <p> | ||
آموزشهایی برای شناخت بهتر خود و حرکت | |||
</ | آگاهانهتر در مسیر زندگی. | ||
</p> | |||
</div> | |||
</ | |||
< | <div class="courses-grid"> | ||
< | <article class="course-card"> | ||
< | <div class="course-image"> | ||
</ | <img | ||
src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85" | |||
alt="دوره مقدماتی خودشناسی" | |||
loading="lazy"> | |||
</ | </div> | ||
<div class="course-body"> | |||
<span class="course-tag"> | |||
مقدماتی | |||
</span> | |||
< | <h3> | ||
شروع مسیر خودشناسی | |||
</h3> | |||
< | <p> | ||
آشنایی با مفاهیم پایه خودشناسی و | |||
شناخت بهتر ویژگیها و الگوهای فردی. | |||
</p> | |||
<div class=" | <div class="course-meta"> | ||
< | <span> | ||
<i class="fa-regular fa-clock"></i> | |||
8 جلسه | |||
</span> | |||
< | <span> | ||
<i class="fa-solid fa-laptop"></i> | |||
آنلاین | |||
</span> | |||
</div> | |||
</ | |||
</ | </div> | ||
< | </article> | ||
< | <article class="course-card"> | ||
< | <div class="course-image"> | ||
<img | |||
src="https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1000&q=85" | |||
alt="دوره توسعه فردی" | |||
loading="lazy"> | |||
<div | </div> | ||
<div class="course-body"> | |||
< | <span class="course-tag"> | ||
توسعه فردی | |||
</span> | |||
< | <h3> | ||
ساختن نسخه بهتر خود | |||
</h3> | |||
< | <p> | ||
شناخت موانع رشد و ایجاد مسیر عملی برای | |||
پیشرفت و تغییرات فردی. | |||
</p> | |||
< | <div class="course-meta"> | ||
< | <span> | ||
<i class="fa-regular fa-clock"></i> | |||
10 جلسه | |||
</span> | |||
<span class=" | <span> | ||
<i class="fa-solid fa-users"></i> | |||
</span> | گروهی | ||
</span> | |||
</div> | |||
</ | |||
</div> | |||
</ | |||
</ | </article> | ||
<article class="course-card"> | |||
<div class="course-image"> | |||
< | <img | ||
src="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1000&q=85" | |||
alt="کارگاه آگاهی و خودشناسی" | |||
loading="lazy"> | |||
<div | </div> | ||
< | <div class="course-body"> | ||
</ | <span class="course-tag"> | ||
کارگاه | |||
</span> | |||
< | <h3> | ||
آگاهی و انتخاب آگاهانه | |||
</h3> | |||
< | <p> | ||
بررسی الگوهای ذهنی و رفتاری برای | |||
</ | تصمیمگیری بهتر و زندگی آگاهانهتر. | ||
</p> | |||
< | <div class="course-meta"> | ||
< | <span> | ||
<i class="fa-regular fa-clock"></i> | |||
</ | 4 جلسه | ||
</span> | |||
</ | <span> | ||
<i class="fa-solid fa-location-dot"></i> | |||
حضوری | |||
</span> | |||
</ | </div> | ||
</div> | |||
</article> | |||
< | </div> | ||
<div | </div> | ||
< | </section> | ||
< | <!-- ======================================================== | ||
EXPERIENCE | |||
========================================================= --> | |||
< | <section class="experience" | ||
id="experience"> | |||
< | <div class="container"> | ||
< | <div class="section-heading"> | ||
</ | <span class="eyebrow"> | ||
سوابق فعالیت | |||
</span> | |||
</ | <h2> | ||
مسیر حرفهای من | |||
</h2> | |||
</div> | |||
< | <div class="timeline"> | ||
<div class="timeline-item"> | |||
<span class="timeline-dot"></span> | |||
< | <span class="timeline-year"> | ||
۱۴۰۲ — اکنون | |||
</span> | |||
< | <h3> | ||
مدرس خودشناسی و توسعه فردی | |||
</h3> | |||
< | <p> | ||
برگزاری دورهها و کارگاههای آموزشی | |||
با تمرکز بر خودشناسی، آگاهی و رشد فردی. | |||
</p> | |||
<div | </div> | ||
<div class="timeline-item"> | |||
</ | <span class="timeline-dot"></span> | ||
< | <span class="timeline-year"> | ||
۱۳۹۹ — ۱۴۰۲ | |||
</span> | |||
<h3> | |||
برگزاری کارگاههای آموزشی | |||
</h3> | |||
</p> | <p> | ||
طراحی و اجرای برنامههای آموزشی | |||
در زمینه شناخت فردی و مهارتهای زندگی. | |||
</p> | |||
< | </div> | ||
<div class="timeline-item"> | |||
</ | <span class="timeline-dot"></span> | ||
</ | <span class="timeline-year"> | ||
۱۳۹۷ — ۱۳۹۹ | |||
</span> | |||
</ | <h3> | ||
آغاز فعالیت آموزشی | |||
</h3> | |||
</ | <p> | ||
آغاز فعالیت حرفهای در حوزه آموزش، | |||
مطالعه و توسعه فردی. | |||
</p> | |||
</div> | |||
</ | </div> | ||
</div> | |||
</section> | |||
< | <!-- ======================================================== | ||
TESTIMONIALS | |||
========================================================= --> | |||
<section class="testimonials"> | |||
< | <div class="container"> | ||
< | <div class="section-heading"> | ||
<span class="eyebrow"> | |||
تجربه همراهان | |||
</span> | |||
<h2> | |||
نظر شرکتکنندگان دورهها | |||
</h2> | |||
< | </div> | ||
<div class="testimonials-grid"> | |||
< | <article class="testimonial"> | ||
< | <div class="stars"> | ||
★★★★★ | |||
</ | </div> | ||
</ | <p> | ||
شرکت در دوره خودشناسی باعث شد نگاه متفاوتی | |||
نسبت به رفتارها و تصمیمهای خودم پیدا کنم. | |||
</p> | |||
<div class="person"> | |||
< | <img | ||
src="https://i.pravatar.cc/100?img=32" | |||
alt="شرکت کننده دوره" | |||
loading="lazy"> | |||
< | <div> | ||
< | <strong> | ||
سارا احمدی | |||
</ | </strong> | ||
</ | <span> | ||
شرکتکننده دوره | |||
</span> | |||
</div> | |||
< | </div> | ||
</article> | |||
<article class="testimonial"> | |||
< | <div class="stars"> | ||
★★★★★ | |||
</div> | |||
< | <p> | ||
مطالب بسیار کاربردی و قابل استفاده در | |||
زندگی روزمره بود و باعث شد شناخت بیشتری | |||
از نقاط قوت خودم پیدا کنم. | |||
</p> | |||
< | <div class="person"> | ||
</ | <img | ||
src="https://i.pravatar.cc/100?img=12" | |||
alt="شرکت کننده کارگاه" | |||
loading="lazy"> | |||
<div> | |||
< | <strong> | ||
علی رضایی | |||
</strong> | |||
< | <span> | ||
شرکتکننده کارگاه | |||
</span> | |||
</div> | |||
</ | |||
</ | </div> | ||
</article> | |||
<article class="testimonial"> | |||
</ | <div class="stars"> | ||
★★★★★ | |||
</div> | |||
<p> | |||
فضای آموزشی صمیمی و محتوای دوره کمک کرد | |||
بعضی از الگوهای فکری خودم را بهتر ببینم. | |||
</p> | |||
<div class="person"> | |||
<img | |||
src="https://i.pravatar.cc/100?img=47" | |||
alt="شرکت کننده دوره" | |||
loading="lazy"> | |||
<div> | |||
<strong> | |||
مریم کریمی | |||
</strong> | |||
<span> | |||
شرکتکننده دوره | |||
</span> | |||
</div> | |||
</div> | |||
</article> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ======================================================== | |||
BLOG | |||
========================================================= --> | |||
<section class="blog" | |||
id="blog"> | |||
<div class="container"> | |||
<div class="section-heading"> | |||
<span class="eyebrow"> | |||
مجله خودشناسی | |||
</span> | |||
<h2> | |||
مقالات و مطالب آموزشی | |||
</h2> | |||
<p> | |||
مطالبی درباره خودشناسی، رشد فردی و آگاهی بیشتر. | |||
</p> | |||
</div> | |||
<div class="blog-grid"> | |||
<article class="blog-card"> | |||
<div class="blog-image"> | |||
<img | |||
src="https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=1000&q=85" | |||
alt="خودشناسی چیست" | |||
loading="lazy"> | |||
</div> | |||
<div class="blog-body"> | |||
<span class="blog-date"> | |||
خودشناسی | |||
</span> | |||
<h3> | |||
خودشناسی چیست و چرا اهمیت دارد؟ | |||
</h3> | |||
<p> | |||
نگاهی ساده به مفهوم خودشناسی و تأثیر | |||
آن بر انتخابها و زندگی روزمره. | |||
</p> | |||
</div> | |||
</article> | |||
<article class="blog-card"> | |||
<div class="blog-image"> | |||
<img | |||
src="https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&w=1000&q=85" | |||
alt="رشد فردی" | |||
loading="lazy"> | |||
</div> | |||
<div class="blog-body"> | |||
<span class="blog-date"> | |||
رشد فردی | |||
</span> | |||
<h3> | |||
چگونه مسیر رشد فردی خود را پیدا کنیم؟ | |||
</h3> | |||
<p> | |||
چند نکته کاربردی برای شناخت بهتر اهداف، | |||
ارزشها و مسیر شخصی. | |||
</p> | |||
</div> | |||
</article> | |||
<article class="blog-card"> | |||
<div class="blog-image"> | |||
<img | |||
src="https://images.unsplash.com/photo-1506784983877-45594efa4cbe?auto=format&fit=crop&w=1000&q=85" | |||
alt="تصمیم گیری آگاهانه" | |||
loading="lazy"> | |||
</div> | |||
<div class="blog-body"> | |||
<span class="blog-date"> | |||
آگاهی | |||
</span> | |||
<h3> | |||
تصمیمهای آگاهانه چگونه شکل میگیرند؟ | |||
</h3> | |||
<p> | |||
شناخت عوامل مؤثر بر تصمیمگیری و نقش | |||
آگاهی در انتخابهای مهم زندگی. | |||
</p> | |||
</div> | |||
</article> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ======================================================== | |||
CTA | |||
========================================================= --> | |||
<section class="cta"> | |||
<div class="container"> | |||
<div class="cta-box"> | |||
<h2> | |||
آمادهای خودت را بهتر بشناسی؟ | |||
</h2> | |||
<p> | |||
اگر میخواهی مسیر خودشناسی و رشد فردی را | |||
آگاهانهتر شروع کنی، میتوانی با من در ارتباط باشی. | |||
</p> | |||
<a href="#contact" | |||
class="btn btn-accent"> | |||
<i class="fa-solid fa-arrow-left"></i> | |||
شروع ارتباط | |||
</a> | |||
</div> | |||
</div> | |||
</section> | |||
<!-- ======================================================== | |||
CONTACT | |||
========================================================= --> | |||
<section class="contact" | |||
id="contact"> | |||
<div class="container"> | |||
<div class="section-heading"> | |||
<span class="eyebrow"> | |||
ارتباط با من | |||
</span> | |||
<h2> | |||
برای شروع گفتوگو آمادهام | |||
</h2> | |||
<p> | |||
برای دریافت اطلاعات دورهها، کارگاهها | |||
و همکاری میتوانید با من در ارتباط باشید. | |||
</p> | |||
</div> | |||
<div class="contact-grid"> | |||
<div class="contact-info"> | |||
<div class="contact-card"> | |||
<div class="contact-icon"> | |||
<i class="fa-solid fa-phone"></i> | |||
</div> | |||
<div> | |||
<small> | |||
تلفن | |||
</small> | |||
<strong> | |||
۰۹۱۲۱۲۳۴۵۶۷۸ | |||
</strong> | |||
</div> | |||
</div> | |||
<div class="contact-card"> | |||
<div class="contact-icon"> | |||
<i class="fa-regular fa-envelope"></i> | |||
</div> | |||
<div> | |||
<small> | |||
ایمیل | |||
</small> | |||
<strong> | |||
info@example.ir | |||
</strong> | |||
</div> | |||
</div> | |||
<div class="contact-card"> | |||
<div class="contact-icon"> | |||
<i class="fa-brands fa-instagram"></i> | |||
</div> | |||
<div> | |||
<small> | |||
اینستاگرام | |||
</small> | |||
<strong> | |||
@yourusername | |||
</strong> | |||
</div> | |||
</div> | |||
<div class="contact-card"> | |||
<div class="contact-icon"> | |||
<i class="fa-solid fa-location-dot"></i> | |||
</div> | |||
<div> | |||
<small> | |||
محل فعالیت | |||
</small> | |||
<strong> | |||
ایران | |||
</strong> | |||
</div> | |||
</div> | |||
</div> | |||
<form class="contact-form"> | |||
<div class="form-grid"> | |||
<div class="form-group"> | |||
<label for="name"> | |||
نام و نام خانوادگی | |||
</label> | |||
<input | |||
id="name" | |||
type="text" | |||
placeholder="نام خود را وارد کنید" | |||
autocomplete="name"> | |||
</div> | |||
<div class="form-group"> | |||
<label for="phone"> | |||
شماره تماس | |||
</label> | |||
<input | |||
id="phone" | |||
type="tel" | |||
placeholder="۰۹xxxxxxxxx" | |||
autocomplete="tel"> | |||
</div> | |||
<div class="form-group full"> | |||
<label for="subject"> | |||
موضوع | |||
</label> | |||
<input | |||
id="subject" | |||
type="text" | |||
placeholder="موضوع پیام"> | |||
</div> | |||
<div class="form-group full"> | |||
<label for="message"> | |||
پیام | |||
</label> | |||
<textarea | |||
id="message" | |||
placeholder="پیام خود را بنویسید..."></textarea> | |||
</div> | |||
<div class="form-group full"> | |||
<button | |||
type="submit" | |||
class="btn btn-primary"> | |||
<i class="fa-regular fa-paper-plane"></i> | |||
ارسال پیام | |||
</button> | |||
</div> | |||
</div> | |||
</form> | |||
</div> | |||
</div> | |||
</section> | |||
</main> | |||
<!-- ======================================================== | |||
FOOTER | |||
========================================================= --> | |||
<footer class="footer"> | |||
<div class="container"> | |||
<div class="footer-grid"> | |||
<div> | |||
<div class="footer-logo"> | |||
<span class="logo-mark"> | |||
<i class="fa-solid fa-user"></i> | |||
</span> | |||
محمدرضا شایق | |||
</div> | |||
<p> | |||
مدرس خودشناسی و توسعه فردی؛ | |||
همراه شما در مسیر آگاهی، شناخت و رشد. | |||
</p> | |||
<div class="socials"> | |||
<a href="#" | |||
aria-label="Instagram"> | |||
<i class="fa-brands fa-instagram"></i> | |||
</a> | |||
<a href="#" | |||
aria-label="Telegram"> | |||
<i class="fa-brands fa-telegram"></i> | |||
</a> | |||
<a href="#" | |||
aria-label="WhatsApp"> | |||
<i class="fa-brands fa-whatsapp"></i> | |||
</a> | |||
</div> | |||
</div> | |||
<div> | |||
<h3> | |||
دسترسی سریع | |||
</h3> | |||
<ul class="footer-links"> | |||
<li> | |||
<a href="#about"> | |||
درباره من | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#services"> | |||
حوزه فعالیت | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#courses"> | |||
دورهها | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#blog"> | |||
مقالات | |||
</a> | |||
</li> | |||
</ul> | |||
</div> | |||
<div> | |||
<h3> | |||
ارتباط | |||
</h3> | |||
<ul class="footer-links"> | |||
<li> | |||
<a href="#contact"> | |||
تماس با من | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#"> | |||
حریم خصوصی | |||
</a> | |||
</li> | |||
<li> | |||
<a href="#"> | |||
قوانین سایت | |||
</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div> | |||
<div class="footer-bottom"> | |||
© تمامی حقوق برای | |||
<strong> | |||
محمدرضا شایق | |||
</strong> | |||
محفوظ است. | |||
</div> | |||
</div> | |||
</footer> | |||
<!-- ======================================================== | |||
MOBILE BOTTOM NAV | |||
========================================================= --> | |||
<nav class="mobile-bottom-nav" | |||
aria-label="منوی موبایل"> | |||
<a href="#home" | |||
class="active"> | |||
<i class="fa-solid fa-house"></i> | |||
<span> | |||
خانه | |||
</span> | |||
</a> | |||
<a href="#about"> | |||
<i class="fa-solid fa-user"></i> | |||
<span> | |||
درباره من | |||
</span> | |||
</a> | |||
<a href="#courses"> | |||
<i class="fa-solid fa-graduation-cap"></i> | |||
<span> | |||
دورهها | |||
</span> | |||
</a> | |||
<a href="#blog"> | |||
<i class="fa-solid fa-book-open"></i> | |||
<span> | |||
مقالات | |||
</span> | |||
</a> | |||
<a href="#contact"> | |||
<i class="fa-solid fa-phone"></i> | |||
<span> | |||
تماس | |||
</span> | |||
</a> | |||
</nav> | |||
<!-- ======================================================== | |||
ACTIVE MOBILE MENU | |||
========================================================= --> | |||
<script> | |||
document.addEventListener( | |||
"DOMContentLoaded", | |||
function(){ | |||
const sections = | |||
document.querySelectorAll( | |||
"section[id]" | |||
); | |||
const navLinks = | |||
document.querySelectorAll( | |||
".mobile-bottom-nav a" | |||
); | |||
function setActive(){ | |||
let current = ""; | |||
sections.forEach( | |||
section => { | |||
const top = | |||
section.offsetTop - 180; | |||
if( | |||
window.scrollY >= top | |||
){ | |||
current = | |||
section.getAttribute("id"); | |||
} | |||
} | |||
); | |||
navLinks.forEach( | |||
link => { | |||
link.classList.remove( | |||
"active" | |||
); | |||
if( | |||
link.getAttribute("href") === | |||
"#" + current | |||
){ | |||
link.classList.add( | |||
"active" | |||
); | |||
} | |||
} | |||
); | |||
} | |||
window.addEventListener( | |||
"scroll", | |||
setActive, | |||
{passive:true} | |||
); | |||
setActive(); | |||
} | |||
); | |||
</script> | |||
</body> | |||
</html> | </html> | ||
<!DOCTYPE html>
در مسیر خودشناسی، آگاهی و رشد فردی همراه شما هستم تا شناخت عمیقتری از خود، توانمندیها و مسیر زندگیتان پیدا کنید.
خودشناسی برای من فقط شناخت ویژگیهای شخصیتی نیست؛ بلکه مسیری برای شناخت افکار، احساسات، توانمندیها، ارزشها و انتخابهای زندگی است.
هدف من کمک به افرادی است که میخواهند خودشان را بهتر بشناسند، تصمیمهای آگاهانهتری بگیرند و مسیر رشد شخصی خود را با شناخت بیشتری ادامه دهند.
آموزشها با تمرکز بر شناخت بهتر خود، افزایش آگاهی و ایجاد تغییرات پایدار طراحی شدهاند.
شناخت بهتر افکار، احساسات، ویژگیهای فردی، ارزشها و الگوهای رفتاری.
کمک به ساختن عادتهای بهتر و حرکت آگاهانه در مسیر رشد و پیشرفت شخصی.
شناخت علایق، ارزشها و توانمندیها برای انتخاب مسیر مناسبتر در زندگی.
برگزاری دورهها و کارگاههای کاربردی در زمینه خودشناسی و رشد فردی.
شناخت الگوهای ذهنی و رفتاری و ایجاد نگاه آگاهانهتر به انتخابهای زندگی.
ایجاد ارتباط سالمتر با خود و شناخت نیازها و خواستههای شخصی.
زمینههایی که بخش مهمی از آموزشهای من را تشکیل میدهند.
آموزشهایی برای شناخت بهتر خود و حرکت آگاهانهتر در مسیر زندگی.
آشنایی با مفاهیم پایه خودشناسی و شناخت بهتر ویژگیها و الگوهای فردی.
شناخت موانع رشد و ایجاد مسیر عملی برای پیشرفت و تغییرات فردی.
بررسی الگوهای ذهنی و رفتاری برای تصمیمگیری بهتر و زندگی آگاهانهتر.
برگزاری دورهها و کارگاههای آموزشی با تمرکز بر خودشناسی، آگاهی و رشد فردی.
طراحی و اجرای برنامههای آموزشی در زمینه شناخت فردی و مهارتهای زندگی.
آغاز فعالیت حرفهای در حوزه آموزش، مطالعه و توسعه فردی.
شرکت در دوره خودشناسی باعث شد نگاه متفاوتی نسبت به رفتارها و تصمیمهای خودم پیدا کنم.
مطالب بسیار کاربردی و قابل استفاده در زندگی روزمره بود و باعث شد شناخت بیشتری از نقاط قوت خودم پیدا کنم.
فضای آموزشی صمیمی و محتوای دوره کمک کرد بعضی از الگوهای فکری خودم را بهتر ببینم.
مطالبی درباره خودشناسی، رشد فردی و آگاهی بیشتر.
نگاهی ساده به مفهوم خودشناسی و تأثیر آن بر انتخابها و زندگی روزمره.
چند نکته کاربردی برای شناخت بهتر اهداف، ارزشها و مسیر شخصی.
شناخت عوامل مؤثر بر تصمیمگیری و نقش آگاهی در انتخابهای مهم زندگی.
اگر میخواهی مسیر خودشناسی و رشد فردی را آگاهانهتر شروع کنی، میتوانی با من در ارتباط باشی.
شروع ارتباطبرای دریافت اطلاعات دورهها، کارگاهها و همکاری میتوانید با من در ارتباط باشید.