Skip to content
Snippets Groups Projects
Commit 907e99d2 authored by Iryna Porokhovnichenko's avatar Iryna Porokhovnichenko
Browse files

Week 15 Add files

parent de62ce9c
No related branches found
No related tags found
No related merge requests found
Pipeline #509838 passed
File added
......@@ -410,6 +410,27 @@ void drawPolygon(int n, float radius, int potX) {
</div>
<h4>Conclusions</h4>
<p>I learned how to creat different UI for my board, specifically tried to work with Processing and found it very nice and easy.</p>
<h3>Files</h3>
<div>
<ul>
<li><a :href="getDownloadLink('week15.zip')" download>ZIP archive of KiCAD project</a></li>
<li><a :href="getDownloadLink('PCB_full_laser.ezd')" download>Laser cut ezd project file</a></li>
</ul>
</div>
</div>
</div>
</template>
\ No newline at end of file
</template>
<script>
export default {
data() {
return {
baseUrl: import.meta.env.BASE_URL
};
},
methods: {
getDownloadLink(filename) {
return `${this.baseUrl}week15/${filename}`;
}
}
};
</script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment