This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .bord-title { | |
| margin-right: 0; | |
| margin-left: 20px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .card-group__status .fa { | |
| position: relative; | |
| top: -1px; | |
| display: inline-block; | |
| margin-right: 0; | |
| margin-left: 5px; | |
| font-size: 9px; | |
| line-height: 15px; | |
| color: #f15957; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .content-title { | |
| margin-bottom: 30px; | |
| font-size: 16px; | |
| font-weight: 700; | |
| text-align: right; | |
| color: #000; | |
| text-transform: uppercase; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| margin-right: 0; | |
| margin-left: 7px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| שם משתמש שלום! | |
| אנא כנס לקישור המצורף לצורך איפוס ססמתך | |
| לחץ כאן | |
| שם משתמש = имя юзера | |
| לחץ כאן = рисет пасворд |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| שם משתמש שלום! | |
| אנא כנס לקישור המצורף לצורך איפוס ססמתך | |
| לחץ כאן |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| הנחיות לצילום אודישן ביתי | |
| לצלם רוחבי – הטלפון שוכב ולא עומד. | |
| גודל - רואים חצי פלג גוף עליון של הילד/ה (לא לצלם רחוק). | |
| תאורת אור יום וצבעים טבעיים. שיראו את הילד בצורה ברורה. | |
| להתחיל מלבקש שהילד/ה יגידו את השם והגיל שלהם | |
| לספר על תחביבים ולחייך | |
| לפי התסריט. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| אתה יכול לעשות כפתור שהוא מעלה את הטקסט שאתה בוחר לאיפה שאתה רוצה |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SET SESSION group_concat_max_len = 1000000; | |
| SELECT SUM(t2.products_in_minute), dt, FROM_UNIXTIME(dt, '%Y-%m-%d' ) AS by_days FROM ( | |
| SELECT t.dt, ABS(t.first_dt-t.last_dt)/3 as products_in_minute, by_minutes, t.first_dt, t.last_dt | |
| FROM | |
| (SELECT dt, pulse3, FROM_UNIXTIME(dt, '%Y-%m-%d %H:%i') AS by_minutes, | |
| SUBSTRING_INDEX( | |
| GROUP_CONCAT(pulse3 SEPARATOR '.'), | |
| '.', | |
| 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.gdprText = { | |
| "disclaimer_txt_main": "By continuing to use this site, you agree to the use of cookies. You can change this and find our more through our Privacy policy", | |
| "disclaimer_txt_link": "More info", | |
| "disclaimer_link": "/privacy-policy/", |