Skip to content

Commit

Permalink
projects: restore screenshots (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Mar 14, 2022
1 parent 854dad5 commit 5e1cd48
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Binary file added docs/Schependomlaan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Tinyhouse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buildrs",
"version": "1.0.0-r271",
"version": "1.0.0-r251",
"main": "src/index.jsx",
"homepage": "https://github.com/buildrs/Share",
"bugs": {
Expand Down
Binary file added public/Schependomlaan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/Tinyhouse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Components/AboutControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ function AboutContent({clazzes}) {
<Typography variant='h5' color='info'>Highlighted Projects:</Typography>
<div className = {classes.demoContainer}>
<a href='https://bldrs.ai/share/v/gh/Swiss-Property-AG/Portfolio/main/KNIK.ifc'>
<img alt="Tinyhouse" src="/Tinyhouse.png" className = {classes.demo} />
<img alt="Tinyhouse" src="/Tinyhouse.png" className={classes.demo}/>
</a>
{/* eslint-disable-next-line */}
<a href='https://bldrs.ai/share/v/gh/IFCjs/test-ifc-files/main/Schependomlaan/IFC%20Schependomlaan.ifc'>
<img alt="Schependomlaan" src="/Schependomlaan.png" className = {classes.demo} />
<img alt="Schependomlaan" src="/Schependomlaan.png" className={classes.demo}/>
</a>
</div>
<div className={classes.settings}>
Expand Down

0 comments on commit 5e1cd48

Please sign in to comment.