Skip to content

Commit

Permalink
Made chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 14, 2024
1 parent 865e429 commit 6587f7f
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 273 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/assets/index-CmFDgeap.js → dist/assets/index-RdTw4C3X.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link rel="stylesheet" href="https://use.typekit.net/kuf3cvh.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/art-institute-chicago/assets/index-CmFDgeap.js"></script>
<link rel="stylesheet" crossorigin href="/art-institute-chicago/assets/index-CmVMpKNl.css">
<script type="module" crossorigin src="/art-institute-chicago/assets/index-RdTw4C3X.js"></script>
<link rel="stylesheet" crossorigin href="/art-institute-chicago/assets/index-DZgGA7vL.css">
</head>
<body>
<div id="app"></div>
Expand Down
3 changes: 0 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<script>
import { RouterLink, RouterView } from "vue-router";
import TheWelcome from "./components/TheWelcome.vue";
import Navbar from "./components/Navbar.vue";
</script>

<template>
<div class="h-screen w-screen flex relative overflow-hidden">
<div>
<RouterView />
</div>
<Navbar />
</div>
</template>
1 change: 0 additions & 1 deletion src/components/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

<script>
import axios from "axios";
export default {
data() {
return {
Expand Down
42 changes: 0 additions & 42 deletions src/components/HelloWorld.vue

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/NavBar.Vue → src/components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@
</div>
</nav>
</template>
<!--
<script>
export default {
name: "Navbar",
};
</script> -->
121 changes: 0 additions & 121 deletions src/components/TheWelcome.vue

This file was deleted.

87 changes: 0 additions & 87 deletions src/components/WelcomeItem.vue

This file was deleted.

2 changes: 2 additions & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<script setup lang="ts">
import Gallery from "../components/Gallery.vue";
import Navigation from "../components/Navigation.vue";
</script>

<template>
<main>
<Navigation />
<Gallery />
</main>
</template>

0 comments on commit 6587f7f

Please sign in to comment.