Skip to content

Commit

Permalink
[projects] remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Jan 17, 2023
1 parent f900228 commit b6613b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 19 deletions.
Binary file removed src/assets/about.png
Binary file not shown.
9 changes: 0 additions & 9 deletions src/assets/home-main.svg

This file was deleted.

Binary file removed src/assets/logo.png
Binary file not shown.
13 changes: 3 additions & 10 deletions src/components/Projects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function Projects() {
imgPath={bayesnet}
isBlog={false}
title="Baylib"
description="High-performance C++20 library for bayesian inference on discrete bayesian network, supporting both CPU and GPU implementations (Cuda and/or Boost compute) of inference algorithms and copy-on-write memory optimizations."
description="High-performance header-only C++20 library for bayesian inference on discrete bayesian networks, supporting both CPU and GPU implementations (Cuda and OpenCL) of inference algorithms and copy-on-write (CoW) memory optimizations."
link="https://github.com/mspronesti/baylib"
/>
</Col>
Expand All @@ -55,17 +55,10 @@ function Projects() {
imgPath={portfolio}
isBlog={false}
title="This Website"
description="Personal website portfolio. Built with React, NodeJS and ❤️
"
description="Personal website portfolio for professional usage. Built with React, NodeJS and ❤️. Highly customizable and easy to use."
link="https://github.com/mspronesti/mspronesti.github.io"
/>
</Col>



</Col>
</Row>
</Container>
</Container>
Expand Down

0 comments on commit b6613b5

Please sign in to comment.