Skip to content

Commit

Permalink
fix img display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aselkk committed Feb 11, 2024
1 parent d052776 commit 31daafa
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions layouts/2-about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 id="slogan-second">
</h2>
</div>
<div class="about-image warm-img-filter">
<img src="/images/about-1-3city.jpeg" alt="" />
<img src="images/about-1-3city.jpeg" alt="" />
</div>
</div>
<div class="about-right">
Expand All @@ -21,7 +21,7 @@ <h2 id="slogan-second">
</div>
</div>
<div class="about-image warm-img-filter">
<img src="/images/about-2-3city.jpeg" alt="" />
<img src="images/about-2-3city.jpeg" alt="" />
</div>
<div class="intro-text">
Anyone who is interested in learning more about AWS can join the group. At events, you will learn about new AWS services and features, network with other AWS users, and share your experiences. The main group language is English because a lot of people just relocated from other countries to 3city and we believe not everyone can speak Polish for now.
Expand Down
4 changes: 2 additions & 2 deletions layouts/4-events/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ <h2 class="eventTitle">{{ .Title }}</h2>
{{ end }}
<div class="eventInfo">
<div class="eventInfoIcon">
<img src="/images/icons/date.png" alt="" />
<img src="images/icons/date.png" alt="" />
</div>
<div class="eventInfoText">{{ dateFormat "January 2, 2006" .Params.eventDate }} - {{ .Params.eventTime }}</div>
</div>
<div class="eventInfo">
<div class="eventInfoIcon">
<img src="/images/icons/host.png" alt="" />
<img src="images/icons/host.png" alt="" />
</div>
<div class="eventInfoText">Hosted by {{ .Params.eventHost }}</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/5-blog/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<div class="blogInfoArea">
<div class="blogInfo">
<div class="blogInfoIcon">
<img src="/images/icons/author.png" alt="" />
<img src="images/icons/author.png" alt="" />
</div>
<div class="blogInfoText">{{ .Params.author }}</div>
</div>
<div class="blogInfo">
<div class="blogInfoIcon">
<img src="/images/icons/date.png" alt="" />
<img src="images/icons/date.png" alt="" />
</div>
<div class="blogInfoText">{{ dateFormat "January 2, 2006" .Params.date }}</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions layouts/_default/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h3><a href="/blog/">BLOG</a></h3>
</div>

<div class="footer-right">
<img src="/images/logo3city.png" />
<img src="images/logo3city.png" />
<p>
This website is run by an independent AWS User Group and it is not affiliated
with Amazon Web Services, Inc.
Expand All @@ -48,17 +48,17 @@ <h3><a href="/blog/">BLOG</a></h3>
</p>
<div class="footer-social-items">
<div class="footer-social-item round-icon">
<img src="/images/icons/meetup.png" alt="" />
<img src="images/icons/meetup.png" alt="" />
</div>
<div class="footer-social-item round-icon">
<img src="/images/icons/linkedin.png" alt="" />
<img src="images/icons/linkedin.png" alt="" />
</div>
<div class="footer-social-item round-icon">
<img src="/images/icons/twitter.png" alt="" />
<img src="images/icons/twitter.png" alt="" />
</div>
<div class="footer-social-item round-icon">
<img src="/images/icons/email.png" alt="" />
<img src="images/icons/email.png" alt="" />
</div>
</div>
</div>
<img src="/images/citygraph.png" class="footer-bg-image" />
<img src="images/citygraph.png" class="footer-bg-image" />
2 changes: 1 addition & 1 deletion layouts/_default/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container header-container">
<div class="logo">
<img src="/images/logo3city.png" alt="{{ .Title }}" />
<img src="images/logo3city.png" alt="{{ .Title }}" />
</div>
<!-- Navigation menu -->
{{ $page := . }}
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/action.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<div class="action-items">
<div class="action-item">
<a href="#">
<img src="/images/speech.png" alt="Present a Topic action button" />
<img src="images/speech.png" alt="Present a Topic action button" />
<h4>Present a Topic</h4>
</a>
</div>
<div class="action-item">
<a href="#">
<img src="/images/host.png" alt="Host an Event action button" />
<img src="images/host.png" alt="Host an Event action button" />
<h4>Host an Event</h4>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="feedback-section">
<div class="feedback-left">
<div class="feedback-item">
<img src="/images/feedback.png" alt="" />
<img src="images/feedback.png" alt="" />
</div>
</div>
<div class="feedback-right">
Expand All @@ -16,7 +16,7 @@ <h3 class="feedback-title">Your Community. Your Opinion.</h3>
</p>
<a href="/feedback.html">
<div class="feedback-button">
<img src="/images/button-white.png" alt="Feedback button" />
<img src="images/button-white.png" alt="Feedback button" />
<span class="feedback-button-text">Contact</span>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/subscribe.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
placeholder="Your Email"
/>
<button type="submit" class="subscribe-form-button">
<img src="/images/button-darkpurple.png" />
<img src="images/button-darkpurple.png" />
<span class="subscribe-form-button-text">Subscribe</span>
</button>
</form>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/team-member.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="team-member">
<div class="member-photo">
<img src="/images/team/{{ .memberPhoto }}" alt="" />
<img src="images/team/{{ .memberPhoto }}" alt="" />
</div>
<div class="member-info-box">
<div class="member-badge">
Expand All @@ -19,13 +19,13 @@ <h4 class="member-title">{{ .memberTitle }}</h4>
<div class="member-buttons">
<a href="https://linkedin.com/in/{{ .memberLinkedIn }}">
<div class="member-button">
<img src="/images/button-white.png" alt="Linkedin profile button" />
<img src="images/button-white.png" alt="Linkedin profile button" />
<span class="member-button-text">LinkedIn</span>
</div>
</a>
<a href="mailto:{{ .memberMail }}">
<div class="member-button">
<img src="/images/button-white.png" alt="Linkedin profile button" />
<img src="images/button-white.png" alt="Linkedin profile button" />
<span class="member-button-text">Contact</span>
</div>
</a>
Expand Down

0 comments on commit 31daafa

Please sign in to comment.