Add projects

This commit is contained in:
Wojciech Kozlowski 2024-03-18 22:37:00 +01:00
parent 297b30df4d
commit 2739ebdc78
18 changed files with 39 additions and 216 deletions

View File

@ -18,20 +18,20 @@
url = "#posts"
weight = 30
# [[main]]
# name = "Projects"
# url = "#projects"
# weight = 30
[[main]]
name = "Publications"
url = "#featured"
weight = 40
[[main]]
name = "Projects"
url = "#projects"
weight = 50
[[main]]
name = "Contact"
url = "#contact"
weight = 50
weight = 60
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.

View File

@ -2,8 +2,8 @@
# A Projects section created with the Portfolio widget.
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = false # Activate this widget? true/false
weight = 65 # Order that this section will appear.
active = true # Activate this widget? true/false
weight = 120 # Order that this section will appear.
title = "Projects"
subtitle = ""
@ -42,7 +42,7 @@ subtitle = ""
# 2 = Compact
# 3 = Card
# 5 = Showcase
view = 1
view = 3
# For Showcase view, flip alternate rows?
flip_alt_rows = false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,45 +0,0 @@
+++
title = "Cqc"
date = 2019-04-02T00:35:36+02:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# Project summary to display on homepage.
summary = ""
# Slides (optional).
# Associate this page with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references
# `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides = ""
# Optional external URL for project (replaces project detail page).
external_link = ""
# Links (optional).
url_pdf = ""
url_code = ""
url_dataset = ""
url_slides = ""
url_video = ""
url_poster = ""
# Custom links (optional).
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}]
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = ""
+++

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

View File

@ -1,27 +0,0 @@
+++
title = ".emacs.d"
date = 2019-04-02T00:23:31+02:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# Project summary to display on homepage.
summary = "My heavily customised Emacs init files."
# Optional external URL for project (replaces project detail page).
external_link = ""
url_code = "https://github.com/Wojtek242/.emacs.d"
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = "Left"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -0,0 +1,10 @@
---
title: Gitea
summary: My private Git forge.
tags: []
external_link: https://git.thenineworlds.net/explore/repos
image:
focal_point: Smart
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,10 @@
---
title: GitHub
summary: My GitHub projects.
tags: []
external_link: https://github.com/Wojtek242
image:
focal_point: Smart
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 KiB

View File

@ -1,45 +0,0 @@
+++
title = "Loki"
date = 2019-04-02T00:35:40+02:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# Project summary to display on homepage.
summary = ""
# Slides (optional).
# Associate this page with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references
# `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides = ""
# Optional external URL for project (replaces project detail page).
external_link = ""
# Links (optional).
url_pdf = ""
url_code = ""
url_dataset = ""
url_slides = ""
url_video = ""
url_poster = ""
# Custom links (optional).
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}]
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = ""
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -0,0 +1,10 @@
---
title: Pcap
summary: Rust crate for accessing libpcap.
tags: []
external_link: https://crates.io/crates/pcap
image:
focal_point: Smart
---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 KiB

View File

@ -1,45 +0,0 @@
+++
title = "Pylg"
date = 2019-04-02T00:36:06+02:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# Project summary to display on homepage.
summary = ""
# Slides (optional).
# Associate this page with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references
# `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides = ""
# Optional external URL for project (replaces project detail page).
external_link = ""
# Links (optional).
url_pdf = ""
url_code = ""
url_dataset = ""
url_slides = ""
url_video = ""
url_poster = ""
# Custom links (optional).
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}]
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = ""
+++

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View File

@ -1,45 +0,0 @@
+++
title = "Rust Sucks Less"
date = 2019-04-02T00:35:59+02:00
draft = false
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
tags = []
# Project summary to display on homepage.
summary = ""
# Slides (optional).
# Associate this page with Markdown slides.
# Simply enter your slide deck's filename without extension.
# E.g. `slides = "example-slides"` references
# `content/slides/example-slides.md`.
# Otherwise, set `slides = ""`.
slides = ""
# Optional external URL for project (replaces project detail page).
external_link = ""
# Links (optional).
url_pdf = ""
url_code = ""
url_dataset = ""
url_slides = ""
url_video = ""
url_poster = ""
# Custom links (optional).
# Uncomment line below to enable. For multiple links, use the form `[{...}, {...}, {...}]`.
# links = [{icon_pack = "fab", icon="twitter", name="Follow", url = "https://twitter.com"}]
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = ""
+++