-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add CloudOps Agent Overview Signed-off-by: Choonho Son <choonho.son@snu.ac.kr>
- Loading branch information
Choonho Son
committed
Mar 27, 2024
1 parent
8ee6050
commit ac716b7
Showing
3 changed files
with
8 additions
and
48 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,3 @@ | ||
{{ define "main" }} | ||
<div class="container"> | ||
<section class="section py-5"> | ||
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel"> | ||
<div class="carousel-indicators"> | ||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button> | ||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button> | ||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button> | ||
</div> | ||
<div class="row"> | ||
<div class="d-flex justify-content-center align-content-center"> | ||
<img src="/images/intro_step.png" class="img-fluid" alt="Steps" /> | ||
</div> | ||
</div> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img src="/images/step.png" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="/images/step.png" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="/images/step.png" class="d-block w-100" alt="..."> | ||
</div> | ||
</div> | ||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Previous</span> | ||
</button> | ||
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Next</span> | ||
</button> | ||
</div> | ||
</section> | ||
</div> | ||
{{ with .Site.Data.howitworks.agent }}{{ partial "sections/agent.html" . }}{{ end }} | ||
{{ end }} |
This file contains 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