Skip to content

Commit

Permalink
update splash page for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Sep 26, 2023
1 parent 7ec9989 commit 9993497
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<!-- Navigation-->
<nav class="navbar navbar-light bg-light static-top">
<div class="container justify-content-center">
<div class="container text-center">
<div class="col-sm">
<a class="navbar-brand" href="https://github.com/almenscorner/intunecd">IntuneCD</a>
</div>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h3>Open source</h3>
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('pages/assets/img/bg-showcase-1.jpg')"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Run anywhere</h2>
<p class="lead mb-0">You can use this tool to backup and update locally from your own terminal or in an Azure DevOps pipeline or GitHub actions!</p>
<p class="lead mb-0">You can use this tool to backup and update locally from your own terminal or in an Azure DevOps pipeline, GitHub actions or even from the front end!</p>
</div>
</div>
<div class="row g-0">
Expand All @@ -107,10 +107,10 @@ <h2>Increase security</h2>
</div>
</div>
<div class="row g-0">
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('pages/assets/img/bg-showcase-3.jpg')"></div>
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('pages/assets/img/bg-showcase-3.png')"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Get an overview</h2>
<p class="lead mb-0">Monitor changes made to your tenant over time and get an overview on what configurations has changed and how many changes that has been made!</p>
<p class="lead mb-0">Monitor changes made to your tenants over time and get an overview on what configurations has changed and how many changes that has been made!</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -182,7 +182,7 @@ <h2 class="mb-4">Join IntuneCD Slack!</h2>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item"><a href="#!" class="text-primary">Contact</a></li>
</ul>--->
<p class="text-muted small mb-4 mb-lg-0">&copy; IntuneCD 2022. All Rights Reserved.</p>
<p class="text-muted small mb-4 mb-lg-0">&copy; IntuneCD 2023. All Rights Reserved.</p>
</div>
<div class="col-lg-6 h-100 text-center text-lg-end my-auto">
<ul class="list-inline mb-0">
Expand Down
Binary file removed pages/assets/img/bg-showcase-3.jpg
Binary file not shown.
Binary file added pages/assets/img/bg-showcase-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9993497

Please sign in to comment.