Skip to content

Commit fabe668

Browse files
committedSep 12, 2022
task: added gmf, msd, analytics dashboard
1 parent 271bcd4 commit fabe668

15 files changed

+95
-873
lines changed
 

‎components/LayoutWrapper.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
import siteMetadata from '@/data/siteMetadata'
22
import headerNavLinks from '@/data/headerNavLinks'
3-
// import Logo from '@/data/logo.svg'
43
import Link from './Link'
54
import SectionContainer from './SectionContainer'
65
import Footer from './Footer'
76
import MobileNav from './MobileNav'
87
import ThemeSwitch from './ThemeSwitch'
9-
import {ReactNode} from 'react'
8+
import { ReactNode } from 'react'
109
import Image from './Image'
1110
interface Props {
1211
children: ReactNode
1312
}
1413

15-
const LayoutWrapper = ({children}: Props) => {
14+
const LayoutWrapper = ({ children }: Props) => {
1615
return (
1716
<SectionContainer>
1817
<div className="flex h-screen flex-col justify-between">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Gasparilla Music Festival
3+
date: '2016-03-13'
4+
tags: ['wordpress', 'analytics','dashboard','responsive']
5+
draft: false
6+
summary: Gasparilla Music Festival
7+
---
8+
9+
# Gallery
10+
11+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
12+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
13+
![Dashboard Report](/static/images/gasparilla-music-festival-full-2016.jpg)
14+
</div>
15+
</div>
16+
17+
## Mobile
18+
19+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
20+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
21+
![Dashboard Report](/static/images/gasparilla-music-festival-mobile-2016.jpg)
22+
</div>
23+
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Gasparilla Music Festival 2021
3+
date: '2021-03-13'
4+
tags: ['wordpress', 'analytics','dashboard','responsive']
5+
draft: false
6+
summary: Gasparilla Music Festival 2021
7+
---
8+
9+
# Gallery
10+
11+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
12+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
13+
![Dashboard Report](/static/images/gasparilla-music-festival-full-2016.jpg)
14+
</div>
15+
</div>
16+
17+
## Mobile
18+
19+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
20+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
21+
![Dashboard Report](/static/images/gasparilla-music-festival-mobile-2016.jpg)
22+
</div>
23+
</div>

‎data/blog/my-shower-door-2018.mdx

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: My Shower Door
3+
date: '2018-02-27'
4+
tags: ['wordpress', 'analytics','website','responsive']
5+
draft: false
6+
summary: My Shower Door
7+
---
8+
9+
# Gallery
10+
11+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
12+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
13+
![Desktop-v2](/static/images/my-shower-door-full-02-2018.jpg)
14+
</div>
15+
</div>
16+
17+
## Mobile
18+
19+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
20+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
21+
![Desktop-v1](/static/images/my-shower-door-full-01-2018.jpg)
22+
</div>
23+
</div>

‎data/blog/nested-route/introducing-multi-part-posts-with-nested-routing.mdx

-30
This file was deleted.

‎data/blog/new-features-in-v1.mdx

-508
This file was deleted.

‎data/blog/pictures-of-canada.mdx

-82
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: React Dashboard Report
3+
date: '2017-08-15'
4+
tags: ['react', 'pdf', 'analytics','dashboard']
5+
draft: false
6+
summary: React Dashboard Report
7+
---
8+
9+
# Gallery
10+
11+
<div className="flex flex-wrap -mx-2 overflow-auto xl:-mx-2">
12+
<div className="my-1 px-2 w-full overflow-hidden xl:my-1 xl:px-2">
13+
![Dashboard Report](/static/images/dashboard-report-aug-2017.jpg)
14+
</div>
15+
</div>
16+

‎data/blog/the-time-machine.mdx

-238
This file was deleted.

‎data/projectsData.ts

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
const projectsData = [
22
{
3-
title: 'A Search Engine',
4-
description: `What if you could look up any information in the world? Webpages, images, videos
5-
and more. Google has many features to help you find exactly what you're looking
6-
for.`,
7-
imgSrc: '/static/images/google.png',
8-
href: 'https://www.google.com',
3+
title: 'Gasparilla Music Festival',
4+
description: `Gasparilla Music Festival`,
5+
imgSrc: '/static/images/gasparilla-music-festival-full-2016.jpg',
6+
href: '/blog/gasparilla-music-festival',
97
},
108
{
11-
title: 'The Time Machine',
12-
description: `Imagine being able to travel back in time or to the future. Simple turn the knob
13-
to the desired date and press "Go". No more worrying about lost keys or
14-
forgotten headphones with this simple yet affordable solution.`,
15-
imgSrc: '/static/images/time-machine.jpg',
16-
href: '/blog/the-time-machine',
9+
title: 'React Analytics Dashboard',
10+
description: `React Analytics Dashboard`,
11+
imgSrc: '/static/images/dashboard-report-aug-2017.jpg',
12+
href: '/blog/react-analytics-dashboard-report',
1713
},
1814
]
1915

Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.