Skip to content

Commit

Permalink
Merge pull request #5 from JackalLabs/marston/draft-box
Browse files Browse the repository at this point in the history
embed styling
  • Loading branch information
TheMarstonConnell authored Feb 14, 2024
2 parents 5ff1fb8 + bf7af60 commit 4c90db4
Show file tree
Hide file tree
Showing 9 changed files with 691 additions and 35 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<title>Beacon</title>
</head>
<body>
<div id="app"></div>
Expand Down
24 changes: 24 additions & 0 deletions public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<NavBar />
<span id="jackal-logo">Made by Jackal Labs</span>
<router-view />
</template>

Expand All @@ -17,5 +18,15 @@

<style lang="scss">
@import '@/assets/css/style.css';
@import '@/assets/css/ck.css';
#jackal-logo {
text-align: left;
position: fixed;
left: 12px;
bottom: 4px;
}
</style>
Loading

0 comments on commit 4c90db4

Please sign in to comment.