Move images

This commit is contained in:
Oliver Davies 2019-06-11 23:13:46 +01:00
parent f3ca556fd4
commit 723b7cc1c7
6 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<div id="header" class="xl:max-w-6xl mx-auto px-4 relative">
<div class="flex flex-col-reverse">
<div class="flex items-center">
<img src="img/logo.svg" alt="" class="mr-4">
<img src="@/assets/img/logo.svg" alt="" class="mr-4">
<div class="text-2xl">
<a href="#0">{{ title }}</a>
</div>
@ -41,7 +41,7 @@
<p>Follow the <a href="#0">User Guide</a> to start building your site.</p>
</div>
<div class="mt-6 lg:mt-10"><a href="#0"><img src="img/feed.svg" alt=""></a></div>
<div class="mt-6 lg:mt-10"><a href="#0"><img src="@/assets/img/feed.svg" alt=""></a></div>
</main>
<aside class="w-full md:w-1/3 lg:w-1/4 px-6 -mb-4">
@ -53,7 +53,7 @@
<input type="text" class="border border-solid border-grey-400 py-1 px-2 w-full xl:w-auto">
<button type="submit" class="bg-grey-200 px-3 rounded-full border-b border-solid border-grey-500 ml-2 flex-none">
<img src="img/loupe.svg" class="block">
<img src="@/assets/img/search.svg" class="block">
</button>
</form>
</div>
@ -106,4 +106,4 @@ export default {
}
</script>
<style src="./assets/css/tailwind.css"/>
<style src="@/assets/css/tailwind.css"/>

View file

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 462 B

View file

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 510 B

View file

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 491 B

View file

@ -10,7 +10,7 @@
{{ navText }} - Main navigation
</div>
<div>
<img src="img/hamburger.svg" alt="">
<img src="@/assets/img/hamburger.svg" alt="">
</div>
</div>
</button>