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
10 changes: 0 additions & 10 deletions app/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,6 @@

<span class="flex-grow"><!-- spacer --></span>

<!-- Search Bar -->
<transition name="appear">
<MaterialButton
@click.native="showSubmitDialog"
type="primary"
v-if="!showSideMenu"
>
Submit your AI project
</MaterialButton>
</transition>
</div>
</div>
</template>
Expand Down
15 changes: 8 additions & 7 deletions app/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@
<div class="mt-6 lg:mt-10 lg:text-lg">
<p class="mt-4">Currently DevLibrary accepts two kinds of content:</p>

<ul class="ml-6 mt-2 list-disc">
<li>GitHub repositories</li>
<li>Blog posts</li>
</ul>

<p class="mt-8 flex flex-wrap gap-4">
<MaterialButton @click.native="showSubmitDialog" type="primary"
>Submit your AI project</MaterialButton
>
<a
target="blank"
:href="`https://devlibrary.withgoogle.com/products/ml?sort=added`"
>
<MaterialButton type="primary"
>Start exploring today</MaterialButton
>
</a>
</p>
</div>
</div>
Expand Down
16 changes: 9 additions & 7 deletions app/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,17 @@
<div>
<!-- Right-padding added on mobile to improve text flow -->
<p class="text-xl mt-9 mb-4 pr-4 lg:pr-0">
Dev Library highlights Google-curated open source dev projects. Submissions are open for projects using Google AI tools and technologies until <b>April 30, 2025</b>.
Explore open source AI projects The Dev Library showcases a growing collection of Google-curated open source projects. See how developers are leveraging Google AI tools and technologies to build amazing things.
</p>
<div class="mt-4 lg:mt-6">
<MaterialButton
@click.native="showSubmitDialog"
type="primary"
>
Submit your AI project
</MaterialButton>
<a
target="blank"
:href="`https://devlibrary.withgoogle.com/products/ml?sort=added`"
>
<MaterialButton type="primary"
>Start exploring today</MaterialButton
>
</a>
</div>
</div>
</div>
Expand Down
Loading