Commit 5d8e97ce authored by coconux's avatar coconux
Browse files

Add button + animated rocket

parent e4e88749
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@ Each jobs of the hub can be used unitary to create fully **customs pipelines.**
You can use them for any kind of software and deployment type. Each job can be
customized through configuration.

[I want to use the HUB 🚀](/use-the-hub){: .md-button  .border-radius-10}
[I want to use the HUB  ![](images/rocket.png){: .heart}](/use-the-hub){: .md-button  .border-radius-10}


## Overview

+12 −0
Original line number Diff line number Diff line
@@ -219,3 +219,15 @@
.border-radius-10{
  border-radius: 10px !important;
}

@keyframes heart {
  0%, 40%, 80%, 100% {
    transform: scale(1);
  }
  20%, 60% {
    transform: scale(1.15);
  }
}
.heart {
  animation: heart 1000ms infinite;
}

docs/images/rocket.png

0 → 100644
+1.15 KiB
Loading image diff...