Skip to content

Commit 0b592c8

Browse files
add collaborators section
1 parent 81dfa78 commit 0b592c8

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

collaborators_section.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<div style="text-align: center; margin-top: 60px; margin-bottom: 20px; display: flex; justify-content: center; align-items: center;">
2+
<h2>Collaborators</h2>
3+
</div>
4+
5+
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; margin-bottom: 15px;">
6+
<div style="margin: 0 60px 0 0; text-align: center;">
7+
<a href="https://www.redhat.com/en/technologies/cloud-computing/openshift">
8+
<img src="../images/openshift-logo.png" alt="OpenShift" width="250" />
9+
</a>
10+
</div>
11+
<div style="margin: 0 10px; text-align: center;">
12+
<a href="https://www.nec.com/">
13+
<img src="../images/nec-logo.png" alt="NEC" width="300" />
14+
</a>
15+
</div>
16+
</div>

images/nec-logo.png

19.8 KB
Loading

images/openshift-logo.png

27.5 KB
Loading

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ function openRemediationMenu(){
4646
}
4747
document.body.addEventListener("load", openRemediationMenu(), false);
4848
</script>
49+
50+
{% include_relative collaborators_section.html %}

0 commit comments

Comments
 (0)