Severity: 8192
Message: Creation of dynamic property CI_URI::$config is deprecated
Filename: core/URI.php
Line Number: 101
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Router::$uri is deprecated
Filename: core/Router.php
Line Number: 127
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$benchmark is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$hooks is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$config is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$log is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$utf8 is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$uri is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$exceptions is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$router is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$output is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$security is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$input is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$lang is deprecated
Filename: core/Controller.php
Line Number: 82
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::open($save_path, $name) should either be compatible with SessionHandlerInterface::open(string $path, string $name): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 132
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::close() should either be compatible with SessionHandlerInterface::close(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 294
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::read($session_id) should either be compatible with SessionHandlerInterface::read(string $id): string|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 168
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::write($session_id, $session_data) should either be compatible with SessionHandlerInterface::write(string $id, string $data): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 237
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::destroy($session_id) should either be compatible with SessionHandlerInterface::destroy(string $id): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 317
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Return type of CI_Session_files_driver::gc($maxlifetime) should either be compatible with SessionHandlerInterface::gc(int $max_lifetime): int|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: drivers/Session_files_driver.php
Line Number: 358
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 282
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_set_cookie_params(): Session cookie parameters cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 289
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 304
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 314
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 315
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 316
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 317
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: ini_set(): Session ini settings cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 375
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_set_save_handler(): Session save handler cannot be changed after headers have already been sent
Filename: Session/Session.php
Line Number: 110
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Session cannot be started after headers have already been sent
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$session is deprecated
Filename: core/Loader.php
Line Number: 1283
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$form_validation is deprecated
Filename: core/Loader.php
Line Number: 1283
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$email is deprecated
Filename: core/Loader.php
Line Number: 1283
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$ftp is deprecated
Filename: core/Loader.php
Line Number: 1283
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$user_model is deprecated
Filename: core/Loader.php
Line Number: 358
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$db_model is deprecated
Filename: core/Loader.php
Line Number: 358
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property Home::$m_login is deprecated
Filename: core/Loader.php
Line Number: 358
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 24
Function: __construct
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$load is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$benchmark is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$hooks is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$config is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$log is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$utf8 is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$uri is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$exceptions is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$router is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$output is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$security is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$input is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$lang is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$session is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$form_validation is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$email is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$ftp is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$user_model is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$db_model is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: Creation of dynamic property CI_Loader::$m_login is deprecated
Filename: core/Loader.php
Line Number: 931
Backtrace:
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/djmash/kite/www/system/core/Exceptions.php:271)
Filename: core/Output.php
Line Number: 797
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/djmash/kite/www/system/core/Exceptions.php:271)
Filename: core/Output.php
Line Number: 798
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/djmash/kite/www/system/core/Exceptions.php:271)
Filename: core/Output.php
Line Number: 799
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/djmash/kite/www/system/core/Exceptions.php:271)
Filename: core/Output.php
Line Number: 800
Backtrace:
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: views/v_template.php
Line Number: 5
Backtrace:
File: /home/djmash/kite/www/application/views/v_template.php
Line: 5
Function: strtolower
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once
Notre méthode d'apprentissage vous permettra de vous lancer dans la pratique du kitesurf en toute sécurité.
Nous voulons créer des kitesurfeurs respectueux des autres et de leur environnement ♻️
Chaque personne a une vision différente, c'est pour cela que notre méthode d'apprentissage est adaptée à chaque élève.
|
... avant tout |
Bien s'équiper |
... d'office |
En kite, on s'entraide |
J'ai débuté le kitesurf en 2012 et depuis la passion ne me quitte plus. J'aime le kite, j'aime transmettre. Ce que je dis à tous mes élèves : " Ok c'est 2h de routes de bruxelles, 30min de plus que la mer du nord Belge, tu n'as pas les brise-lames ni les vagues. Mais une fois que tu as vu le spot et la facilité d'apprentissage ici, aucun ne regrette ces 30min de plus "
Les cours se donnent à Oostvoorne en Hollande, un spot parfait pour tout niveau. Vous aurez pied partout sur le spot et ne serez pas gênés par les vagues.
- Approche théorique et règles de sécurité
- Montage et Pilotage d’une aile de kitesurf 4 lignes dans l’eau
- Compréhension et maîtrise des différents systèmes de largage
Gestion du kite en milieu aquatique -
Redécollage du kite sur l’eau -
Découverte de la puissance d’une aile de kitesurf -
Nage tractée ainsi que Nage tractée en remontant au vent -
Maitrise de l’aile avec une main pendant que l’autre s’occupe de la planche -
- Complément de théorie pour la navigation
- Maîtrise de l’aile avec la planche au pied en position de waterstart
- Démarrage et arrêt contrôlés
- Waterstart dans les deux sens
- Premiers bords !!
Remontée au vent -
changement de direction sans s’arrêter -
Self-Rescue -
Toeside Turn -
Premier Jump -
À partir de ce niveau il vous sera possible de louer du matériel, avec ou sans supervision -
Si vous désirez vous perfectionner à tout niveau, nos instructeurs sont là pour vous aider à atteindre vos objectifs. Nous sommes disponibles les week-ends, ainsi qu'en semaine
Prix 65€ / heure
Que ce soit pour prendre des cours ou pour naviguer avec toute notre communauté, n'hésitez pas à nous rejoindre sur notre groupe whatsapp
2h minimum de cours
3h de cours entre amis de même niveau (15kg max entre les potos)
4h de cours entre amis de même niveau (15kg max entre les potos, pas 15 entre le 1 et le 2 et 15 encore entre le 2 et 3 hein ;))
Besoin de vous sentir en sécu, de vous remettre sur les rails en étant surveillé en parallèle d'un cours ?
Des passionnés qui vous transmettront leur amour du kitesurf
Ixelles
Bruxelles
Belgique
Lorry +32 479 857 317
Nathan +32 498 365 928
Maïka +32 Wouf
Severity: 8192
Message: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated
Filename: views/v_template.php
Line Number: 31
Backtrace:
File: /home/djmash/kite/www/application/views/v_template.php
Line: 31
Function: strtolower
File: /home/djmash/kite/www/application/controllers/Home.php
Line: 56
Function: view
File: /home/djmash/kite/www/index.php
Line: 315
Function: require_once