Skip to content

Commit

Permalink
Add project proposal and report
Browse files Browse the repository at this point in the history
  • Loading branch information
grzpiotrowski committed Apr 4, 2024
1 parent 0515baf commit b478f22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions project-page/.eleventy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("./assets/images");
eleventyConfig.addPassthroughCopy("./docs");
eleventyConfig.addPassthroughCopy({"style.out.css": "style.css"});
};
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions project-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ <h2 class="text-2xl text-gray-800 font-semibold">Grzegorz Piotrowski</h2>
<img src="./assets/images/icons/yt_icon.svg" class="h-6" />
Video
</a>
<a href="" class="btn btn-primary font-bold">
<a href="./docs/grzegorz_piotrowski_20099926_project_sitevisor_final_report.pdf" class="btn btn-primary font-bold">
<img src="./assets/images/icons/document-icon.png" class="h-6" />
Report
</a>
<a href="" class="btn btn-primary font-bold">
<a href="./docs/Grzegorz_PiotrowskI_20099926_Project_Proposal.pdf" class="btn btn-primary font-bold">
<img src="./assets/images/icons/document-icon.png" class="h-6" />
Proposal
</a>
Expand Down

0 comments on commit b478f22

Please sign in to comment.