Skip to content

Commit 0d71c65

Browse files
Merge pull request #8 from madhuramendis/main
Update animation
2 parents b5e36d9 + 5ff6a3a commit 0d71c65

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

css/openchoreo.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ h2 {
3131
margin-bottom: 10px;
3232
}
3333

34+
.cIntro h2 {
35+
margin-bottom: 30px;
36+
}
37+
3438
h3 {
3539
font-size: 24px;
3640
line-height: 30px;
@@ -75,7 +79,7 @@ background-color: #fff;
7579

7680
.cButtonIcon {
7781

78-
background-image: url(../img/github.webp);
82+
background-image: url(/img/github.webp);
7983
background-size: 30px;
8084
background-position: 10px center;
8185
background-repeat: no-repeat;
@@ -121,7 +125,7 @@ background-color: #fff;
121125

122126

123127
.cButton.cOutlineCTA {
124-
background-image: url(../img/bgicons-new-01.webp);
128+
background-image: url(/img/bgicons-new-01.webp);
125129
background-size: 40px;
126130
background-position: 10px center;
127131
background-repeat: no-repeat;
@@ -139,5 +143,12 @@ background-color: #fff;
139143
.cButton.cOutlineCTA:hover {
140144
background-color: #36A1FF;
141145
}
146+
.cVideo {
147+
border-radius: 10px;
148+
margin-top: 15px;
149+
}
150+
.cVideoContainer {
151+
padding-right: 30px;
152+
}
142153

143154

6.05 MB
Binary file not shown.

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<div class="container">
99
<div class="row">
10-
<div class="col-sm-12 col-md-6 col-lg-6">
10+
<div class="col-sm-12 col-md-7 col-lg-7">
1111
<span class="cLOGO">OpenChoreo</span>
1212
<h1>The Open-Source
1313
Internal Developer Platform
@@ -97,9 +97,12 @@ <h2>What Makes OpenChoreo Different?</h2>
9797
</div>
9898

9999
<div class="row">
100-
<div class="col-sm-12 col-md-8 col-lg-8">
101-
<!-- <img class="cIcon" src="https://placehold.co/782x782"/> -->
100+
<div class="col-sm-12 col-md-8 col-lg-8 cVideoContainer">
101+
<video class="cVideo" style=" width: 100%;" class="aos-init aos-animate" data-aos="zoom-in" autoplay="" loop="" muted="">
102+
<source src="./img/Animation-for-Website-for-OpenChoreo.webm" type="video/webm">
103+
</video>
102104
</div>
105+
103106
<div class="col-sm-12 col-md-4 col-lg-4">
104107
<div class="cSidePanel">
105108
<h3>Platform Abstractions</h3>

0 commit comments

Comments
 (0)