diff --git a/content/_index.md b/content/_index.md index daad768..5362a36 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,70 +1,26 @@ +++ sort_by = "weight" -title = "My Services" +title = "Our Services" [extra] intro = "Need help with Product development or IT?
You have come to right place" +++ +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ut magna vitae libero +accumsan pretium vitae et massa. Morbi dolor est, ullamcorper eu ante vitae, scelerisque # Software Development - -## Native Apps - -I make apps for my clients on the fallowing plattforms: - -### platforms -- Andriod -- Linux -- macOS -- windows - -## Embedded software/firmware - -I can help you make your tiny devices go beep boop... -- IoT -- RasberryPi -- stm32 -- nrf58 -- bluetooth - -## Backend Development - -- Restfull API -- Database integration -- Python -- Rust - - -## Web Frontend - -I have a solid grasp on Javascript, html and css. -My speciality is wasm, a techonligy that is perfect for frontends that need preform heavy computation. -Wasm is also very usefull for crossplatfrom projects where browsers is one of the targets. - -I can help you with: -- landing pages -- E-commerce -- 3D animations -- WASM - - -## 3D Models and Graphics - -Lorem Ipsum... - -- bevy -- glsl -- wgls -- sdf -- trimesh -- csg -- 3d scanned data processing +bibendum ligula. Etiam sed lobortis quam. Pellentesque habitant morbi tristique +senectus et netus et malesuada fames ac turpis egestas. Donec ac ullamcorper quam. # Product Development +erat ut pellentesque. Etiam nec orci odio. Donec mattis luctus libero ac gravida. Mauris +volutpat risus in interdum aliquam. Integer laoreet ex et risus pharetra, ut porttitor +turpis tincidunt. + - ## [System Engineering](product-dev#system) - ## [Component Sourcing](product-dev#component) - ## [PCB Design](product-dev#pcb) @@ -75,20 +31,4 @@ Lorem Ipsum... # IT -## self hosting vs managed hosting - -I offer both... - -## office needs -- collaboration platform -- teams chat -- cloud storage -- email -- internal web - -## Servers -- Databases -- gp-servers -- backups -- nas - +lorem ipusm ... diff --git a/content/it.md b/content/it.md index 08cde47..2989190 100644 --- a/content/it.md +++ b/content/it.md @@ -4,11 +4,19 @@ description = "IT Services and Consulting" weight = 3 +++ -## TODO +## self hosting vs managed hosting -```rust -fn main() { - println!("Hello, World!"); -} - -``` +I offer both... + +## office needs +- collaboration platform +- teams chat +- cloud storage +- email +- internal web + +## Servers +- Databases +- gp-servers +- backups +- nas diff --git a/content/software.md b/content/software.md index 3733233..d6feb68 100644 --- a/content/software.md +++ b/content/software.md @@ -4,7 +4,57 @@ description = "Software Development Consulting" weight = 1 +++ -## TODO +## Native Apps + +I make apps for my clients on the fallowing plattforms: + +### platforms +- Andriod +- Linux +- macOS +- windows + +## Embedded software/firmware + +I can help you make your tiny devices go beep boop... +- IoT +- RasberryPi +- stm32 +- nrf58 +- bluetooth + +## Backend Development + +- Restfull API +- Database integration +- Python +- Rust + + +## Web Frontend + +I have a solid grasp on Javascript, html and css. +My speciality is wasm, a techonligy that is perfect for frontends that need preform heavy computation. +Wasm is also very usefull for crossplatfrom projects where browsers is one of the targets. + +I can help you with: +- landing pages +- E-commerce +- 3D animations +- WASM + + +## 3D Models and Graphics + +Lorem Ipsum... + +- bevy +- glsl +- wgls +- sdf +- trimesh +- csg +- 3d scanned data processing ```rust fn main() { diff --git a/templates/_macros.html b/templates/_macros.html index cbeb349..65cc3bd 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -65,4 +65,24 @@ -{% endmacro render_header %} \ No newline at end of file +{% endmacro render_header %} + + +{% macro render_toc(toc) %} +
+
+ {% for h in toc %} + + {% if h.children %} + {% for h2 in h.children %} + + {% endfor %} + {% endif %} + {% endfor %} +
+
+{% endmacro render_toc %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 56555aa..5b805a0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -94,32 +94,6 @@ {% block toc %} - {% if section.toc %} - {% set toc = section.toc %} - {% elif page.toc %} - {% set toc = page.toc %} - {% endif %} - {% if toc %} - {% if page.extra.disable_toc %} - {% else %} -
-
- {% for h in toc %} - - {% if h.children %} - {% for h2 in h.children %} - - {% endfor %} - {% endif %} - {% endfor %} -
-
- {% endif %} - {% endif %} {% endblock toc %} diff --git a/templates/section.html b/templates/section.html index c9ebfa5..3ddd12e 100644 --- a/templates/section.html +++ b/templates/section.html @@ -13,8 +13,10 @@ {{ macros::render_header(path=path) }} + {% endblock header %} + {% block content %}
{{ section.title }}