-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmallCorp.php
27 lines (25 loc) · 1.25 KB
/
smallCorp.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$pageTitle = "Small corporations";
include './include/header.php';
?>
<main class="visionMainStyle flexDir flex mobileColumn">
<img class="grothPictureStyle picStyleMobile" src="./images/Optimized-smallCorp.jpg"/>
<div class="flex column">
<p class="visionTextStyle textStyleMobile">
ארגונים קטנים מצריכים ליווי ויעוץ שונה מארגונים גדולים. בדרך כלל ארגונים קטנים הם יותר גמישים, היכולת שלהם ליישם שינוים היא יותר מהירה אך ישנם אתגרים רבים אחרים. לכן ליווי ויעוץ ארגוני מצריכים חשיבה שלוקחת בחשבון את מכלול הנתונים ושמתאימה את התוכנית לארגון הספציפי.
</p>
<a href="./index.php" class="firstButtonAlt buttonAltMarg buttonAltMargMobile" type="button" name="back">חזרה לעמוד ראשי</a>
</div>
</main>
</div>
<?php
include './include/menu.php';
?>
</div>
<?php
// include './include/footer.php';
?>
</body>
</html>
<?php
?>