Skip to content

Commit

Permalink
background image should use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ksw2000 committed Oct 20, 2024
1 parent d41929c commit cadb7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="cover" style="background-image: url('/assets/banner.svg');"></div>
<div class="cover" style="background-image: url('./assets/banner.svg');"></div>
<div class="max-width-constraint two-columns">
<div class="two-columns-texts">
<h1>DevFest Taipei 2024</h1>
Expand All @@ -23,6 +23,5 @@ <h2>地點</h2>
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3615.4486299065966!2d121.53412517537609!3d25.018844777826207!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3442a989d9909417%3A0x13a8ef0043681664!2z5ZyL56uL6Ie654Gj5aSn5a245Y2a6ZuF5pWZ5a246aSo!5e0!3m2!1szh-TW!2stw!4v1728984980807!5m2!1szh-TW!2stw"
width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<h2>明星講者</h2>
<h2>合作夥伴</h2>
</div>

0 comments on commit cadb7b8

Please sign in to comment.