Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHi committed Nov 7, 2023
1 parent 05ad79c commit 2aab9ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file added frontend/public/statue.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion frontend/src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@

<template>
<div class="header">
<a href="/">Home</a>
<a href="/"><h1>Home</h1></a>
</div>
<div class="container">
<h1>US Roadside Attractions Photographs</h1>
<p>Read more about this on the <a href="https://guides.loc.gov/roadside-america-photographs">Library of Congress</a>
website.</p>
<p>Images are done by <a href="https://en.wikipedia.org/wiki/John_Margolies">John Margolies</a>.</p>
<div>
<img src="statue.jpg" class="image-container" />
<p>Code can be found at <a href="https://github.com/TimHi/Roadside-Gallery">GitHub</a>.</p>
</div>
</div>

</template>

<style></style>
2 changes: 1 addition & 1 deletion frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function fetchRoadsideObject() {

<template>
<div class="header">
<a href="/about">About</a>
<a href="/about"><h1>About</h1></a>
</div>
<div class="container">
<RoadsideObject :model="roadsideObject" />
Expand Down

0 comments on commit 2aab9ea

Please sign in to comment.