Skip to content

Commit

Permalink
added wd-tech logo
Browse files Browse the repository at this point in the history
  • Loading branch information
daveberning committed Feb 23, 2023
1 parent e04ee60 commit b1c64ed
Show file tree
Hide file tree
Showing 8 changed files with 35,759 additions and 8,857 deletions.
1 change: 0 additions & 1 deletion components/CodeInspection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import Vue from 'vue'
import * as bowser from "bowser"
import { getThemeColors } from '@/data/theme-colors'
import {VueInstance} from '~/types'
export default Vue.extend({
methods: {
Expand Down
2 changes: 1 addition & 1 deletion data/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const about: About = {
city: 'Cincinnati',
state: 'Ohio',
almaMaterLogo: `/images/university-of-cincinnati-vector-logo.svg`,
companyLogo: `/images/enodo-logo.svg`,
companyLogo: `/images/wd-logo-white.svg`,
twitterHandle: `@daveberning`,
bio: `<p>Hi, I'm Dave Berning, a web developer and author from Cincinnati. Yeah, <em>the</em> Queen City, where we smother spaghetti with chili and say things like "ope" and "I'm gonna squeeze right by ya." Anyway...</p>
Expand Down
5 changes: 0 additions & 5 deletions data/theme-colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ const bengalsTheme: Theme = {
}

export const listOfThemes: ThemeSwatch[] = [ // Order of swatches
{
name: 'bengals',
color: bengalsTheme.background,
image: 'bengals-logo.svg',
},
{
name: 'default',
color: defaultTheme.background
Expand Down
Loading

0 comments on commit b1c64ed

Please sign in to comment.