Skip to content

Commit

Permalink
Switch coach and unravel sections
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalit committed Apr 25, 2024
1 parent 5cc41f8 commit 1079f44
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,6 @@ <h4 class="role">Founder, Unravel</h4>
</section>
</article>

<article class="slide-unravel" id="unravel">
<div class="top-flex"></div>
<div class="slide-content">
<h2 class="slider-title">Founder, <a class="link-plain" href="https://www.unravel.tech" target="_blank"><span class="unravel-logo"><span class="unravel-logo-hl">un</span>ravel</span></a></h2>
<div class="offering-box">
<div class="offering">
<h3 class="offering-header">
<img class="offering-icon" src="images/Leader.png" />
Engineering Leadership Coaching
</h3>
<p>Elevate your engineering managers with our expert coaching program. We specialize in enhancing leadership skills to reduce senior leadership burden and ensure the long-term success of managers and their teams. Our blend of workshops and personalized one-on-one sessions effectively transforms technical talent into skilled, visionary leaders.</p>
</div>

<div class="offering">
<h3 class="offering-header">
<img class="offering-icon" src="images/AI.png" />
AI Apps and Integration Services
</h3>
<p>Specializing in elevating startups, our team brings essential Generative AI capabilities to your business, quickly and efficiently. Whether you’re just starting or scaling up, we provide the expertise and technology to seamlessly integrate AI solutions, enhancing your product offerings and driving innovation.
</p>
</div>
</div>
<a class="button-link" href="https://www.unravel.tech" target="_blank">
Visit Unravel.tech
</a>
</div>
<div class="bottom-flex"></div>
</article>

<article class="slide-coach" id="coach">
<div class="top-flex"></div>
<div class="slide-content">
Expand Down Expand Up @@ -101,6 +72,35 @@ <h2 class="slider-title">Engineering Leadership Coach</h2>
<div class="bottom-flex"></div>
</article>

<article class="slide-unravel" id="unravel">
<div class="top-flex"></div>
<div class="slide-content">
<h2 class="slider-title">Founder, <a class="link-plain" href="https://www.unravel.tech" target="_blank"><span class="unravel-logo"><span class="unravel-logo-hl">un</span>ravel</span></a></h2>
<div class="offering-box">
<div class="offering">
<h3 class="offering-header">
<img class="offering-icon" src="images/Leader.png" />
Engineering Leadership Coaching
</h3>
<p>Elevate your engineering managers with our expert coaching program. We specialize in enhancing leadership skills to reduce senior leadership burden and ensure the long-term success of managers and their teams. Our blend of workshops and personalized one-on-one sessions effectively transforms technical talent into skilled, visionary leaders.</p>
</div>

<div class="offering">
<h3 class="offering-header">
<img class="offering-icon" src="images/AI.png" />
AI Apps and Integration Services
</h3>
<p>Specializing in elevating startups, our team brings essential Generative AI capabilities to your business, quickly and efficiently. Whether you’re just starting or scaling up, we provide the expertise and technology to seamlessly integrate AI solutions, enhancing your product offerings and driving innovation.
</p>
</div>
</div>
<a class="button-link" href="https://www.unravel.tech" target="_blank">
Visit Unravel.tech
</a>
</div>
<div class="bottom-flex"></div>
</article>

<article class="slide-leader" id="leader">
<div class="top-flex"></div>
<div class="slide-content">
Expand Down
4 changes: 2 additions & 2 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ body {
flex-direction: column;
}

.slide-intro, .slide-coach, .slide-mentor {
.slide-intro, .slide-unravel, .slide-mentor {
background: #F5EEDC;
width: 100%;
height: 100dvh;
}

.slide-unravel, .slide-leader, .slide-testimonials {
.slide-coach, .slide-leader, .slide-testimonials {
background: #C0D8C0;
width: 100%;
height: 100dvh;
Expand Down

0 comments on commit 1079f44

Please sign in to comment.