Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _data/partners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
path: "/assets/images/partners/amazon.png"
alt: Amazon logo

- name: GitHub
background: ""
link: "https://github.com"
description: |
<p><a href="https://github.com" target="_blank">GitHub</a> is the home for all developers, where you can
build, ship, scale and deliver your software securely. Over 150 million developers,
including more than 90% of the Fortune 100 companies, use GitHub to collaborate and
more than 77,000 organizations have adopted GitHub Copilot.</p>
image:
path: "/assets/images/partners/github.png"
alt: GitHub logo

- name: Women In Tech Global Conference
link: "www.womentech.net/en-es/node/102994"
description: |
Expand Down
Binary file added assets/images/partners/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,17 @@ <h2>Contact Us</h2>
<img src="/assets/images/partners/amazon.png" alt="Amazon Logo" loading="eager" width="250">
</div>
</div>
</div>
<div class="container mission partners">
<div class="row featured-content pt-5" id="github">
<div class="row-description col-12 col-md-7 col-xl-8">
<p><a href="https://github.com" target="_blank">GitHub</a> is the home for all developers, where you can
build, ship, scale and deliver your software securely. Over 150 million developers,
including more than 90% of the Fortune 100 companies, use GitHub to collaborate and
more than 77,000 organizations have adopted GitHub Copilot.</p>
</div>
<div class="col-6 col-md-5 col-xl-4">
<img src="/assets/images/partners/github.png" alt="GitHub Logo" loading="eager" width="250">
</div>
</div>
</div>