Skip to content

Commit

Permalink
added lost & foundry to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellSoppe committed May 30, 2019
1 parent 76e1a28 commit 9dec4ca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[0530/083802.376:ERROR:crash_report_database_win.cc(428)] unexpected header
[0530/182417.178:ERROR:crash_report_database_win.cc(428)] unexpected header
13 changes: 13 additions & 0 deletions src/components/WebsiteArrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,22 @@ import calculator from './images/calculator.png';
import robofriends from './images/robofriends.png';
import huddle from './images/huddle.png';
import mealplanning from './images/mealplanning.png';
import foundry from './images/lost&foundry.PNG';

export const webarray = [
{
title:'Lost & Foundry',
imgsource:foundry,
imgalt:'Lost & Foundry',
description: 'A foundry supply and education business by Steve Hoerner.',
techdescription:'Developed as a custom theme with WordPress.',
github:'https://github.com/RussellSoppe/lostandfoundry-wp',
webaddress:'http://foundry101.com',
side1: false,
dataaos1:'fade-left',
dataaos2:'fade-right'
},
{
title:'Meal Planning Made Easy',
imgsource:mealplanning,
imgalt:'Meal Planning Landing Page',
Expand Down
Binary file added src/components/images/lost&foundry.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dec4ca

Please sign in to comment.