Skip to content

Commit

Permalink
added supporter logos
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulprathin8 committed Feb 9, 2024
1 parent 88c22c9 commit 7b60e10
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 10 deletions.
32 changes: 23 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added assets/images/landing-page/noaa-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ banner:
nasaLogo: "/images/landing-page/nasa-logo.webp"
nsfLogo: "/images/landing-page/nsf-logo.png"
gmuLogo: "/images/landing-page/gmu-logo.png"
noaaLogo: "/images/landing-page/noaa-logo.png"
pythonLogo: "/images/landing-page/python-logo.png"
button:
enable: false
Expand Down
29 changes: 28 additions & 1 deletion themes/geoweaver/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h1 class='font-mono text-bold tracking-wide text-center'>Works where you WORK</

<section class="flex flex-row bg-[#F5F7BD]">
<div>
<div class="h-[350px] w-[350px] ml-20">
<div class="h-[350px] w-[350px] ml-48">
{{ partial "image" (dict "Src" .pythonLogo "Alt" "python logo" "Loading" "eager")}}
</div>
</div>
Expand All @@ -250,6 +250,33 @@ <h1 class="pt-1 font-mono tracking-wide">Pygeoweaver</h1>
</div>

</section>


<section>
<h1 class="font-mono text-center pt-10 tracking-wide">Supported By</h1>
<div class="flex items-center justify-center">
<p class="font-bold font-heebo max-w-[420px] overflow-auto text-center pt-5">We thank these institutions for generously supporting the development and maintenance of Geoweaver.</p>
</div>

<div class="flex justify-center space-x-4 mt-5 pb-10">
<div style='width: 150px; height: 150px;' class="pt-4">
{{ partial "image" (dict "Src" .nasaLogo "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "10px" "Height" "10px") }}
</div>

<div style='width: 150px; height: 150px;'>
{{ partial "image" (dict "Src" .nsfLogo "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "10px" "Height" "10px") }}
</div>

<div style='width: 100px; height: 100px;' class="pt-6">
{{ partial "image" (dict "Src" .noaaLogo "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "10px" "Height" "10px") }}
</div>

<div style='width: 150px; height: 150px;' class="pt-10">
{{ partial "image" (dict "Src" .esipLogo "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "10px" "Height" "10px") }}
</div>
</div>
</section>

{{ end }}
<!-- /Banner -->
{{ end }}

0 comments on commit 7b60e10

Please sign in to comment.