added github logo to landing page
This commit is contained in:
parent
d4c6a2f64e
commit
d3ec7fb5a0
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" viewBox="0 0 33 32">
|
||||
<path fill="#030A01" fill-rule="evenodd" d="M0,16.0236292 C0,23.1029453 4.59068616,29.1081176 10.957841,31.2268958 C11.7595143,31.3744431 12.0516578,30.879668 12.0516578,30.454732 C12.0516578,30.0750438 12.0378867,29.0668044 12.0300175,27.7300265 C7.57310751,28.6979363 6.63273983,25.5817388 6.63273983,25.5817388 C5.90385651,23.7305129 4.85332023,23.2377051 4.85332023,23.2377051 C3.39850454,22.2442205 4.96348883,22.2638934 4.96348883,22.2638934 C6.57175364,22.377013 7.4176911,23.9154388 7.4176911,23.9154388 C8.84693194,26.3637391 11.1683417,25.6564961 12.0811672,25.2463148 C12.2267472,24.2115169 12.6408631,23.5052575 13.0982595,23.1049126 C9.54040392,22.7006332 5.7995898,21.325493 5.7995898,15.185561 C5.7995898,13.4366345 6.42420641,12.0054263 7.44916784,10.8860347 C7.28391494,10.4807716 6.7340556,8.85086653 7.60655155,6.64552726 C7.60655155,6.64552726 8.95119865,6.21468935 12.0123119,8.28821976 C13.2900709,7.93213911 14.6612765,7.75508243 16.0236292,7.74819689 C17.3849983,7.75508243 18.7552203,7.93213911 20.0349466,8.28821976 C23.0940925,6.21468935 24.4367723,6.64552726 24.4367723,6.64552726 C25.3112356,8.85086653 24.7613762,10.4807716 24.597107,10.8860347 C25.6240357,12.0054263 26.2437341,13.4366345 26.2437341,15.185561 C26.2437341,21.3412314 22.497018,22.695715 18.9283424,23.0921252 C19.5027929,23.5869003 20.0152736,24.5646466 20.0152736,26.0597918 C20.0152736,28.201194 19.9956007,29.9294639 19.9956007,30.454732 C19.9956007,30.8836026 20.2847932,31.3823123 21.0972867,31.2259122 C27.4595232,29.1022157 32.0462748,23.100978 32.0462748,16.0236292 C32.0462748,7.17374634 24.8715448,1.47437618e-13 16.0216619,1.47437618e-13 C7.17472999,1.47437618e-13 0,7.17374634 0,16.0236292 Z" opacity=".8"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
|
@ -188,7 +188,8 @@
|
|||
|
||||
<div class="section">
|
||||
<div class="section__text">
|
||||
<h2>Open Source Collaboration Tool</h2>
|
||||
<img src="assets/github-logo.svg" class="logo-github">
|
||||
<h2 class="github-heading" >Open Source Collaboration Tool</h2>
|
||||
<div class="text">
|
||||
<p>Status Open Bounty is a bounty- based collaboration tool that plugs right into GitHub.</p>
|
||||
</div>
|
||||
|
|
|
@ -87,6 +87,16 @@
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
.github-heading{
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.logo-github{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.logo-organisations {
|
||||
width: 168px;
|
||||
height: 124px;
|
||||
|
|
Loading…
Reference in New Issue