Merge "Feature our cloud donors on opendev.org"
This commit is contained in:
commit
4a67a684bc
@ -1,4 +1,5 @@
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
COPY donors /donors/
|
||||||
COPY favicon.ico /
|
COPY favicon.ico /
|
||||||
COPY favicon.png /
|
COPY favicon.png /
|
||||||
COPY favicon.svg /
|
COPY favicon.svg /
|
||||||
|
BIN
assets/donors/openmetal.jpg
Normal file
BIN
assets/donors/openmetal.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/donors/ovh.jpg
Normal file
BIN
assets/donors/ovh.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
assets/donors/rackspace.jpg
Normal file
BIN
assets/donors/rackspace.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
assets/donors/vexxhost.jpg
Normal file
BIN
assets/donors/vexxhost.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@ -97,7 +97,7 @@ COPY --from=build-env /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/
|
|||||||
# Copy our custom templates and some additional image files
|
# Copy our custom templates and some additional image files
|
||||||
COPY custom/ /custom/
|
COPY custom/ /custom/
|
||||||
# Copy our opendev logo contents to the custom location
|
# Copy our opendev logo contents to the custom location
|
||||||
RUN --mount=type=bind,from=opendevorg/assets,target=/tmp/assets cp /tmp/assets/* /custom/public/img/
|
RUN --mount=type=bind,from=opendevorg/assets,target=/tmp/assets cp -r /tmp/assets/* /custom/public/img/
|
||||||
|
|
||||||
ENV GITEA_CUSTOM /custom
|
ENV GITEA_CUSTOM /custom
|
||||||
|
|
||||||
|
@ -130,7 +130,30 @@ overwhelming if you just want to focus on development, especially when
|
|||||||
ready-to-consume services are available. But it's worth it, especially if you
|
ready-to-consume services are available. But it's worth it, especially if you
|
||||||
want to have a say in what services are provided, or just support the idea of
|
want to have a say in what services are provided, or just support the idea of
|
||||||
improving open source tools in that space.</p>
|
improving open source tools in that space.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui stackable middle very relaxed page grid">
|
||||||
|
<div class="sixteen wide left aligned centered column">
|
||||||
|
<h2 id="cloud-donors">Cloud Donors</h2>
|
||||||
|
<p>These are the companies generously donating the cloud infrastructure where we host our service control plane and operate <a href="https://docs.opendev.org/opendev/system-config/latest/contribute-cloud.html">pools of Zuul test resources</a>:</p>
|
||||||
|
</div>
|
||||||
|
<div class="four wide center aligned centered column">
|
||||||
|
<div><a href="https://openinfra.dev/a/members/profile/5/rackspace"><img alt="Rackspace" src="{{AssetUrlPrefix}}/img/donors/rackspace.jpg" width="120"></a></div>
|
||||||
|
</div>
|
||||||
|
<div class="four wide center aligned centered column">
|
||||||
|
<div><a href="https://openinfra.dev/a/members/profile/5/vexxhost-inc"><img alt="VEXXHOST, Inc." src="{{AssetUrlPrefix}}/img/donors/vexxhost.jpg" width="120"></a></div>
|
||||||
|
</div>
|
||||||
|
<div class="four wide center aligned centered column">
|
||||||
|
<div><a href="https://openinfra.dev/a/members/profile/5/ov-hcloud"><img alt="OVHcloud" src="{{AssetUrlPrefix}}/img/donors/ovh.jpg" width="120"></a></div>
|
||||||
|
</div>
|
||||||
|
<div class="four wide center aligned centered column">
|
||||||
|
<div><a href="https://openinfra.dev/a/members/profile/5/open-metal"><img alt="OpenMetal" src="{{AssetUrlPrefix}}/img/donors/openmetal.jpg" width="120"></a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui stackable middle very relaxed page grid">
|
||||||
|
<div class="sixteen wide left aligned centered column">
|
||||||
<h2 id="faq">FAQ</h2>
|
<h2 id="faq">FAQ</h2>
|
||||||
|
|
||||||
<h3 id="isnt-this-just-openstack-infrastructure-rebranded">Isn’t this just OpenStack Infrastructure rebranded?</h3>
|
<h3 id="isnt-this-just-openstack-infrastructure-rebranded">Isn’t this just OpenStack Infrastructure rebranded?</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user