smartstudy-buddyhub / about.html
itamarlifshitz's picture
make an working site that if i click on any thing it will work
9882ee8 verified
raw
history blame
2.01 kB
<!DOCTYPE html>
<html lang="he" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ืื•ื“ื•ืช - SmartStudy BuddyHub</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<custom-navbar></custom-navbar>
<main class="container">
<section class="about-section">
<h1>ืื•ื“ื•ืช SmartStudy BuddyHub</h1>
<div class="about-content">
<p>SmartStudy BuddyHub ื”ื•ื ืคืœื˜ืคื•ืจืžื” ื—ื›ืžื” ืฉืคื•ืชื—ื” ืขื‘ื•ืจ ืชืœืžื™ื“ื™ ื‘ื™ืช ืกืคืจ ื™ืฆื—ืง ืฉืžื™ืจ, ื”ืžืกืคืงืช ื›ืœื™ื ืžืชืงื“ืžื™ื ืœืœืžื™ื“ื” ืžืงื•ื•ื ืช ื•ื ื™ื”ื•ืœ ื—ื•ืžืจื™ ืœื™ืžื•ื“.</p>
<h2>ื”ืžื˜ืจื” ืฉืœื ื•</h2>
<p>ืื ื• ืฉื•ืืคื™ื ืœื”ืคื•ืš ืืช ื—ื•ื•ื™ืช ื”ืœืžื™ื“ื” ืœืื™ื ื˜ืจืืงื˜ื™ื‘ื™ืช, ื ื’ื™ืฉื” ื•ื™ืขื™ืœื” ื™ื•ืชืจ ื‘ืืžืฆืขื•ืช ืฉื™ืžื•ืฉ ื‘ื˜ื›ื ื•ืœื•ื’ื™ื•ืช ืžืชืงื“ืžื•ืช.</p>
<h2>ื”ืฆื•ื•ืช</h2>
<div class="team-grid">
<div class="team-member">
<img src="http://static.photos/people/200x200/1" alt="ืชืžื•ื ื” ืฉืœ ืžื•ืจื”">
<h3>ื“ื ื™ ื›ื”ืŸ</h3>
<p>ืžื•ืจื” ืœืžืชืžื˜ื™ืงื”</p>
</div>
<div class="team-member">
<img src="http://static.photos/people/200x200/2" alt="ืชืžื•ื ื” ืฉืœ ืžื•ืจื”">
<h3>ืฉื™ืจื™ ืœื•ื™</h3>
<p>ืžื•ืจื” ืœืžื“ืขื™ื</p>
</div>
</div>
</div>
</section>
</main>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
</body>
</html>