| | <!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> |