Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REF] Remove looking-for-logo banner #62

Merged
merged 3 commits into from
Aug 30, 2023
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
Binary file removed docs/overrides/assets/img/logo.png
Binary file not shown.
Binary file removed docs/overrides/assets/img/logo_transp.png
Binary file not shown.
26 changes: 13 additions & 13 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<script src="https://cdn.tailwindcss.com"></script>
{% endblock %}

{% block announce %}
Help us find a logo for Neurobagel: <a href="https://form.jotform.com/231974699426069">Send us your idea!</a>
{% endblock %}

{% block tabs %}
{{ super() }}

Expand All @@ -18,9 +14,13 @@
<section class="bg-gradient-to-b from-[#7e56c2] to-transparent min-h-[calc(100vh-4.5rem)] xl:min-h-[calc(100vh-7rem)]">
<div class="relative items-center w-full px-5 py-24 mx-auto md:px-12 lg:px-16 max-w-5xl">
<div class="relative flex-col items-start m-auto align-middle">
<div class="px-55 grid grid-cols-1 gap-6 lg:grid-cols-2 lg:gap-24">
<div class="px-55 grid grid-cols-1 gap-6 lg:grid-cols-1 lg:gap-24">
<!-- TODO: Replace with below line when logo is added back -->
<!-- <div class="px-55 grid grid-cols-1 gap-6 lg:grid-cols-2 lg:gap-24"> -->
<div class="relative items-center gap-12 m-auto lg:inline-flex md:order-first">
<div class="max-w-xl text-center lg:text-left">
<div class="max-w-xl text-center lg:text-center">
<!-- TODO: Replace with below line when logo is added back -->
<!-- <div class="max-w-xl text-center lg:text-left"> -->
<div>
<p class="text-3xl font-bold tracking-tight text-slate-200 sm:text-3xl">
An ecosystem for distributed dataset harmonization and search.<br>
Expand All @@ -30,21 +30,21 @@
using linked data principles.
</p>
</div>
<div class="flex flex-col items-center justify-center gap-3 mt-10 lg:flex-row lg:justify-start">
<div class="flex flex-col items-center justify-center gap-3 mt-10 lg:flex-row lg:justify-center">
<!-- TODO: Replace with below line when logo is added back -->
<!-- <div class="flex flex-col items-center justify-center gap-3 mt-10 lg:flex-row lg:justify-start"> -->
<a href="/overview"
class="items-center justify-center w-full px-6 py-2.5 text-center text-white duration-200 bg-black border-2 border-black rounded-full nline-flex hover:bg-transparent hover:border-black hover:text-black focus:outline-none lg:w-auto focus-visible:outline-black text-sm focus-visible:ring-black">
Get started
</a>
</div>
</div>
</div>

<div class="relative px-20 items-center gap-12 m-auto lg:inline-flex md:order-first">
<a href="https://form.jotform.com/231974699426069" target="_blank">
<img src="assets/img/logo_transp.png" alt="Help us find a logo"
class="mx-auto w-[24rem] my-2 rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[40rem]"
width="400" height="400">
</a>
<!-- TODO: replace with new logo when ready. -->
alyssadai marked this conversation as resolved.
Show resolved Hide resolved
<!-- <img src="" alt="We are building a logo"
class="mx-auto w-[24rem] my-2 rounded-xl shadow-xl ring-1 ring-gray-400/10 sm:w-[40rem]"
width="400" height="400"> -->
</div>
</div>
</div>
Expand Down