Skip to content

Commit

Permalink
Emphasize home page heading
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Sep 23, 2024
1 parent 0eb1e50 commit d640bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified src/assets/archive.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions src/layout/main/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
id="search-header"
class="h-96 bg-cover bg-gray-400 bg-center p-12 home-img"
>
<h4 class="flex justify-center m-5 text-3xl text-gray-600">
OLA-HD - OCR Long-Term Archive
</h4>
<h1 class="flex justify-center m-5 text-4xl font-bold text-blue-600">
OLA-HD
</h1>
<h2 class="flex justify-center m-5 text-2xl" >OCR Long-Term Archive</h2>
<div class="mx-auto">
<form @submit.prevent="submit" class="float">
<div class="grid grid-cols-7">
Expand Down Expand Up @@ -35,7 +36,7 @@
<div class="grid grid-cols-2 divide-x divide-black mt-2">
<div class="justify-self-end m-1">Search in</div>
<div class="grid grid-cols-2 m-1" style="grid-template-columns: auto 1fr;">
<input type="checkbox" v-model="metadatasearch" id="check-meta" class="m-1 bg-yellow-300">
<input type="checkbox" v-model="metadatasearch" id="check-meta" class="m-1">
<label for="check-meta">Metadata</label>
<input type="checkbox" v-model="fulltextsearch" id="check-fulltext" class="m-1">
<label for="check-fulltext">Full-Text</label>
Expand Down

0 comments on commit d640bfe

Please sign in to comment.