diff --git a/public/images/projects/windows10cookbook/laptop-mockup-w240.webp b/public/images/projects/windows10cookbook/laptop-mockup-w240.webp new file mode 100644 index 0000000..65548f5 Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup-w240.webp differ diff --git a/public/images/projects/windows10cookbook/laptop-mockup-w480.webp b/public/images/projects/windows10cookbook/laptop-mockup-w480.webp new file mode 100644 index 0000000..003b89b Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup-w480.webp differ diff --git a/public/images/projects/windows10cookbook/laptop-mockup.webp b/public/images/projects/windows10cookbook/laptop-mockup.webp new file mode 100644 index 0000000..d38236e Binary files /dev/null and b/public/images/projects/windows10cookbook/laptop-mockup.webp differ diff --git a/public/images/projects/windows10cookbook/logo-w240.webp b/public/images/projects/windows10cookbook/logo-w240.webp new file mode 100644 index 0000000..50772d5 Binary files /dev/null and b/public/images/projects/windows10cookbook/logo-w240.webp differ diff --git a/public/images/projects/windows10cookbook/logo.webp b/public/images/projects/windows10cookbook/logo.webp new file mode 100644 index 0000000..7beb5a0 Binary files /dev/null and b/public/images/projects/windows10cookbook/logo.webp differ diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w240.webp b/public/images/projects/windows10cookbook/mobile-mockup-w240.webp new file mode 100644 index 0000000..ad5535a Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w240.webp differ diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w480.webp b/public/images/projects/windows10cookbook/mobile-mockup-w480.webp new file mode 100644 index 0000000..0afc1b4 Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w480.webp differ diff --git a/public/images/projects/windows10cookbook/mobile-mockup-w800.webp b/public/images/projects/windows10cookbook/mobile-mockup-w800.webp new file mode 100644 index 0000000..30f21a1 Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup-w800.webp differ diff --git a/public/images/projects/windows10cookbook/mobile-mockup.webp b/public/images/projects/windows10cookbook/mobile-mockup.webp new file mode 100644 index 0000000..0289ae7 Binary files /dev/null and b/public/images/projects/windows10cookbook/mobile-mockup.webp differ diff --git a/public/images/projects/windows10cookbook/user-interface-w240.webp b/public/images/projects/windows10cookbook/user-interface-w240.webp new file mode 100644 index 0000000..4dafe2a Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w240.webp differ diff --git a/public/images/projects/windows10cookbook/user-interface-w480.webp b/public/images/projects/windows10cookbook/user-interface-w480.webp new file mode 100644 index 0000000..cac92ca Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w480.webp differ diff --git a/public/images/projects/windows10cookbook/user-interface-w800.webp b/public/images/projects/windows10cookbook/user-interface-w800.webp new file mode 100644 index 0000000..a7856e7 Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface-w800.webp differ diff --git a/public/images/projects/windows10cookbook/user-interface.webp b/public/images/projects/windows10cookbook/user-interface.webp new file mode 100644 index 0000000..bff2b43 Binary files /dev/null and b/public/images/projects/windows10cookbook/user-interface.webp differ diff --git a/src/App.js b/src/App.js index 8ee1ec0..37a27e7 100644 --- a/src/App.js +++ b/src/App.js @@ -18,6 +18,7 @@ import RaspberryJukebox from './Pages/Software/Projects/RaspberryJukebox'; import AttachmentModule from './Pages/Software/Projects/AttachmentModule'; import TeslaMaze from './Pages/Software/Projects/TeslaMaze'; import EmbeddedInternetRadio from './Pages/Software/Projects/EmbeddedInternetRadio'; +import Windows10Cookbook from './Pages/Software/Projects/Windows10Cookbook'; import Radio from './Pages/Radio/Radio'; import Components from './Pages/Radio/Components'; @@ -46,6 +47,7 @@ function App() { }> }> }> + }> }> }> }> diff --git a/src/Pages/Home.js b/src/Pages/Home.js index ea73659..64fd78e 100644 --- a/src/Pages/Home.js +++ b/src/Pages/Home.js @@ -22,6 +22,7 @@ const Home = () => {

I am based in Helmond, the Netherlands.

+ Github page:   github icon diff --git a/src/Pages/Software/Projects/Windows10Cookbook.js b/src/Pages/Software/Projects/Windows10Cookbook.js new file mode 100644 index 0000000..b032096 --- /dev/null +++ b/src/Pages/Software/Projects/Windows10Cookbook.js @@ -0,0 +1,70 @@ +import React from 'react'; + +const Windows10Cookbook = () => { + return ( +

+
+
+ Intro + Mockups +
+
+ +
+
+

Windows 10 Cookbook

+

UWP application

+ + +

This UWP application was built with C# and XAML.

+

This was a school project which retrieved recipies and other data from an API.

+

Mostly this was to learn quickly how to develop a mobile application on the Windows platform with a responsive design.

+ +

+ Source code can be seen on my Github page:   + + github icon + +

+ + + + + application logo + + +

+ + + + + + + user interface + +
+
+

Mockups on laptop and mobile

+ +

These are mockups on other devices, using screenshots of the application.

+ + + + + + laptop mockup + + + + + + + laptop mockup + +
+
+
+ ) +} + +export default Windows10Cookbook; \ No newline at end of file diff --git a/src/Pages/Software/Software.js b/src/Pages/Software/Software.js index c50372e..ae7a6e2 100644 --- a/src/Pages/Software/Software.js +++ b/src/Pages/Software/Software.js @@ -47,6 +47,7 @@ const Software = () => {
  • Attachment Module
  • TeslaMaze
  • Embedded Internet Radio
  • +
  • Windows 10 Cookbook