Skip to content

Commit

Permalink
Update AltFooter.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jul 24, 2023
1 parent b3c8808 commit be46bf0
Showing 1 changed file with 30 additions and 46 deletions.
76 changes: 30 additions & 46 deletions app/launch/src/components/AltFooter/AltFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,54 +8,38 @@ import Youtube from '../../images/youtube.svg'
const AltFooter = () => (
<footer>
<div class="content">
<div class="ocihometograils">
<span>Sponsored by</span>
<a href="https://objectcomputing.com/products/grails/">
<img
src={OciHomeToGrails}
alt="Object Computing - Home to Grails"
width="300px"
/>
</a>
</div>
<a href="https://slack.grails.org">
<img src={Slack} class="" alt="Slack Icon" />
</a>
<a href="https://www.youtube.com/watch?v=XnRNfDGkBVg&amp;list=PLI74De5M9T73uH3WilDCePP2qfSDpMaGu">
<img src={Youtube} class="" alt="Youtube Icon" />
</a>
<a href="https://www.linkedin.com/groups/39757">
<img src={Linkedin} class="" alt="LinkedIn Icon" />
</a>
<a href="https://github.com/grails/">
<img src={Github} class="" alt="Github Icon" />
</a>
<a href="https://twitter.com/grailsframework">
<img src={Twitter} class="" alt="Twitter Icon" />
</a>
<section class="partnersnav">
<div class="links">
Grails' repositories are hosted by{' '}
<a href="https://grails.jfrog.io/">Artifactory</a>
<div class="ocihometograils">
<a href="https://grails.org/foundation/index.html"><img class="" src="https://grails.org/images/foundation-logo-horizontal-orange.svg" alt="Grails Foundation" width="300px"></a>
<span style="margin-top:22px;">© 2023 Grails Foundation. All rights reserved.</span>
</div>
<div class="links">
Website hosting provided by <a href="https://aws.amazon.com/">AWS</a>
</div>
<div class="links">
YourKit supports Grails with its{' '}
<a href="https://www.yourkit.com/java/profiler/"> Java Profiler</a>
</div>
<div class="links">
Grails is Open Source{' '}
<a href="https://www.apache.org/licenses/LICENSE-2.0.html">
Apache 2 License
</a>
</div>
<div class="links">
<a href="https://grails.org/buildstatus.html">Build Status</a>
</div>
</section>

<a href="mailto:[email protected]"><img class="" src="https://grails.org/images/email.svg" alt="Email Icon"></a>
<a href="https://slack.grails.org"><img class="" src="https://grails.org/images/slack.svg" alt="Slack Icon"></a>
<a href="https://www.youtube.com/watch?v=XnRNfDGkBVg&amp;list=PLI74De5M9T73uH3WilDCePP2qfSDpMaGu"><img class=""
src="https://grails.org/images/youtube.svg"
alt="Youtube Icon"></a>
<a href="https://www.linkedin.com/showcase/official-grails/"><img class=""
src="https://grails.org/images/linkedin.svg"
alt="LinkedIn Icon"></a>
<a href="https://github.com/grails/"><img class="" src="https://grails.org/images/github.svg" alt="Github Icon"></a>
<a href="https://twitter.com/grailsframework"><img class="" src="https://grails.org/images/twitter.svg"
alt="Twitter Icon"></a>

<section class="partnersnav">

<div class="links">The Grails framework is Open Source
<a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 License</a>
</div>

<div class="links">
<a href="https://grails.org/privacy-policy.html">Privacy Policy</a>
</div>
<div class="links">
<a href="https://grails.org/trademark-policy.html">Trademark Policy &amp; Brand Guidelines</a>
</div>
</section>
</div>

</footer>
)

Expand Down

0 comments on commit be46bf0

Please sign in to comment.