mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-11-03 17:08:00 +00:00 
			
		
		
		
	Compare commits
	
		
			6 Commits
		
	
	
		
			be132885d4
			...
			1674138f88
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1674138f88 | |||
| 6d8efb474e | |||
| 53215960fb | |||
| bf5377cfdf | |||
| 4378161b3c | |||
| 1e0169a8c6 | 
							
								
								
									
										126
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										126
									
								
								index.html
									
									
									
									
									
								
							@@ -25,6 +25,22 @@
 | 
				
			|||||||
      .header h1 {
 | 
					      .header h1 {
 | 
				
			||||||
        position: relative;
 | 
					        position: relative;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					      .equal-height {
 | 
				
			||||||
 | 
					        display: flex;
 | 
				
			||||||
 | 
					        flex: 1;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
 | 
					      @media (min-width: 1200px) { /* Breite anpassen, ab wann Karten nebeneinander sein sollen */
 | 
				
			||||||
 | 
					        .card-container {
 | 
				
			||||||
 | 
					          display: flex;
 | 
				
			||||||
 | 
					          flex-wrap: nowrap;
 | 
				
			||||||
 | 
					          overflow-x: auto;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        .card {
 | 
				
			||||||
 | 
					          flex: 0 0 auto; /* Verhindert, dass Karten schrumpfen oder wachsen */
 | 
				
			||||||
 | 
					          /* flex: 1; /* Stellt sicher, dass die Karten die ganze Höhe ihrer Container ausfüllen */
 | 
				
			||||||
 | 
					          width: 18rem; /* Breite der Karten */
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
  </header>
 | 
					  </header>
 | 
				
			||||||
  <body>
 | 
					  <body>
 | 
				
			||||||
@@ -35,30 +51,114 @@
 | 
				
			|||||||
        <h2>Consulting and Coaching Services</h2>
 | 
					        <h2>Consulting and Coaching Services</h2>
 | 
				
			||||||
        <p></p>
 | 
					        <p></p>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
      <div class="row">
 | 
					      <div class="row card-container">
 | 
				
			||||||
        <div class="col">
 | 
					        <div class="col equal-height">
 | 
				
			||||||
          <div class="card">
 | 
					          <div class="card h-100 d-flex flex-column">
 | 
				
			||||||
            <div class="card-body">
 | 
					            <div class="card-body d-flex flex-column">
 | 
				
			||||||
              <div class="card-img-top">
 | 
					              <div class="card-img-top">
 | 
				
			||||||
                <i class="fa-solid fa-users fa-10x"></i>
 | 
					                <i class="fa-solid fa-users fa-10x"></i>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
              <hr />
 | 
					              <hr />
 | 
				
			||||||
              <h3 class="card-title">Agile Coaching</h3>
 | 
					              <h3 class="card-title">Agile Coach</h3>
 | 
				
			||||||
              <p class="card-text">Coaching for companies and institutions</p>
 | 
					              <p class="card-text">Facilitating agile transformations and improving team dynamics through Scrum Master support, conflict mediation, and DevOps integration.</p>
 | 
				
			||||||
              <a href="https://www.agile-coach.world" class="btn btn-light stretched-link">Go to www.agile-coach.world</a>
 | 
					              <ul>
 | 
				
			||||||
 | 
					                <li>Scrum Mastering</li>
 | 
				
			||||||
 | 
					                <li>Agile Coaching</li>
 | 
				
			||||||
 | 
					                <li>Conflict Resolution</li>
 | 
				
			||||||
 | 
					                <li>Agile Methodologies</li>
 | 
				
			||||||
 | 
					                <li>Continuous Improvement</li>
 | 
				
			||||||
 | 
					                <li>Release Train Engineering</li>
 | 
				
			||||||
 | 
					                <li>Team Building</li>
 | 
				
			||||||
 | 
					              </ul>              
 | 
				
			||||||
 | 
					              <a href="https://www.agile-coach.world" class="mt-auto btn btn-light stretched-link"><i class="fa-solid fa-globe"></i> www.agile-coach.world</a>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="col">
 | 
					        <div class="col equal-height">
 | 
				
			||||||
          <div class="card">
 | 
					          <div class="card h-100 d-flex flex-column">
 | 
				
			||||||
            <div class="card-body">
 | 
					            <div class="card-body d-flex flex-column">
 | 
				
			||||||
              <div class="card-img-top">
 | 
					              <div class="card-img-top">
 | 
				
			||||||
                <i class="fa-solid fa-user fa-10x"></i>
 | 
					                <i class="fa-solid fa-user fa-10x"></i>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
              <hr />
 | 
					              <hr />
 | 
				
			||||||
              <h3 class="card-title">Universal Coaching</h3>
 | 
					              <h3 class="card-title">Personal Coach</h3>
 | 
				
			||||||
              <p class="card-text">Interdisciplinary coaching for individuals and institutions</p>
 | 
					              <p class="card-text">Empowering personal growth and professional development through customized coaching strategies and holistic improvement techniques.</p>
 | 
				
			||||||
              <a href="https://www.universal-coach.world" class="btn btn-light stretched-link">Go to www.universal-coach.world</a>
 | 
					              <ul>
 | 
				
			||||||
 | 
					                <li>Individualized Goal Setting</li>
 | 
				
			||||||
 | 
					                <li>Professional Development</li>
 | 
				
			||||||
 | 
					                <li>Stress Management</li>
 | 
				
			||||||
 | 
					                <li>Conflict Resolution</li>
 | 
				
			||||||
 | 
					                <li>Communication Skills</li>
 | 
				
			||||||
 | 
					                <li>Career Guidance</li>
 | 
				
			||||||
 | 
					                <li>Life Balance Strategies</li>
 | 
				
			||||||
 | 
					              </ul>
 | 
				
			||||||
 | 
					              <a href="https://www.coachandconsult.world" class="mt-auto btn btn-light stretched-link"><i class="fa-solid fa-globe"></i> www.coachandconsult.world</a>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class="col equal-height">
 | 
				
			||||||
 | 
					          <div class="card h-100 d-flex flex-column">
 | 
				
			||||||
 | 
					            <div class="card-body d-flex flex-column">
 | 
				
			||||||
 | 
					              <div class="card-img-top">
 | 
				
			||||||
 | 
					                <i class="fa-solid fa-sailboat fa-10x"></i>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					              <hr />
 | 
				
			||||||
 | 
					              <h3 class="card-title">Yachtmaster</h3>
 | 
				
			||||||
 | 
					              <p class="card-text">Expert sailing instruction and navigational coaching to steer your maritime aspirations to success.</p>
 | 
				
			||||||
 | 
					              <ul>
 | 
				
			||||||
 | 
					                <li>Professional Sailing Instruction</li>
 | 
				
			||||||
 | 
					                <li>Passage Planning Expertise</li>
 | 
				
			||||||
 | 
					                <li>Advanced Navigational Skills</li>
 | 
				
			||||||
 | 
					                <li>Yachtmaster Offshore Certified</li>
 | 
				
			||||||
 | 
					                <li>Sea Survival and Safety Training</li>
 | 
				
			||||||
 | 
					                <li>Commercial Endorsements</li>
 | 
				
			||||||
 | 
					                <li>Personalized Coaching for Yachting Excellence</li>
 | 
				
			||||||
 | 
					              </ul>
 | 
				
			||||||
 | 
					              <a href="https://www.yachtmaster.world" class="mt-auto btn btn-light stretched-link"><i class="fa-solid fa-globe"></i> www.yachtmaster.world</a>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class="col equal-height">
 | 
				
			||||||
 | 
					          <div class="card h-100 d-flex flex-column">
 | 
				
			||||||
 | 
					            <div class="card-body d-flex flex-column">
 | 
				
			||||||
 | 
					              <div class="card-img-top">
 | 
				
			||||||
 | 
					                <i class="fa-solid fa-computer fa-10x"></i>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					              <hr />
 | 
				
			||||||
 | 
					              <h3 class="card-title">Expedition Adviser</h3>
 | 
				
			||||||
 | 
					              <p class="card-text">Guiding adventurers through safe and exhilarating expeditions with expert sailing, diving, and survival skills instruction.</p>
 | 
				
			||||||
 | 
					              <ul>
 | 
				
			||||||
 | 
					                <li>Yachtmaster Offshore Certification</li>
 | 
				
			||||||
 | 
					                <li>Advanced Diving Expertise</li>
 | 
				
			||||||
 | 
					                <li>Expedition Safety Training</li>
 | 
				
			||||||
 | 
					                <li>Navigational Proficiency</li>
 | 
				
			||||||
 | 
					                <li>Survival Skills Workshops</li>
 | 
				
			||||||
 | 
					                <li>Custom Expedition Planning</li>
 | 
				
			||||||
 | 
					                <li>Maritime and Outdoor Preparedness</li>
 | 
				
			||||||
 | 
					              </ul>
 | 
				
			||||||
 | 
					              <a href="https://www.expeditionadviser.world" class="mt-auto btn btn-light stretched-link"><i class="fa-solid fa-globe"></i> www.expeditionadviser.world</a>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class="col equal-height">
 | 
				
			||||||
 | 
					          <div class="card h-100 d-flex flex-column">
 | 
				
			||||||
 | 
					            <div class="card-body d-flex flex-column">
 | 
				
			||||||
 | 
					              <div class="card-img-top">
 | 
				
			||||||
 | 
					                <i class="fa-solid fa-computer fa-10x"></i>
 | 
				
			||||||
 | 
					              </div>
 | 
				
			||||||
 | 
					              <hr />
 | 
				
			||||||
 | 
					              <h3 class="card-title">IT Consultant</h3>
 | 
				
			||||||
 | 
					              <p class="card-text">Delivering robust IT infrastructure solutions tailored for the German Mittelstand, with an emphasis on automation, reliability, and efficient operations.</p>
 | 
				
			||||||
 | 
					              <ul>
 | 
				
			||||||
 | 
					                <li>Infrastructure Automation</li>
 | 
				
			||||||
 | 
					                <li>System Configuration Management</li>
 | 
				
			||||||
 | 
					                <li>Continuous Integration/Continuous Deployment (CI/CD)</li>
 | 
				
			||||||
 | 
					                <li>IT Security and Compliance</li>
 | 
				
			||||||
 | 
					                <li>Cloud Services Integration</li>
 | 
				
			||||||
 | 
					                <li>Performance Monitoring and Optimization</li>
 | 
				
			||||||
 | 
					                <li>Onsite and Remote IT Support</li>
 | 
				
			||||||
 | 
					              </ul>
 | 
				
			||||||
 | 
					              <a href="https://www.mittelstand.world" class="mt-auto btn btn-light stretched-link"><i class="fa-solid fa-globe"></i> www.mittelstand.world</a>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user