-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
B4 sempy add images,gif and fix grammar, spelling (#388)
* add description and pics * Rename Paul.jpg to paul.jpg * Delete content/ss24/bachelor/b4-sempy/techstack.md * add techstack * Update _index.md * Update _index.md * Update features.md * add screenshot of modal * correcting mistakes * Delete content/ss24/bachelor/b4-sempy/screenbild.jpg * add ps5 screenshot * Update features.md * Delete content/ss24/bachelor/b4-sempy/screenbild.jpg * Add files via upload * Delete content/ss24/bachelor/b4-sempy/screenbild_modal.jpg * Add files via upload * Add Screenshot * add pipeline * add pipeline * pipeline to top * add gif * implement gif * correct spelling * correct spelling * Delete content/ss24/bachelor/b4-sempy/openmodal.gif * delete gif * Delete content/ss24/bachelor/b4-sempy/bootstrap.png * Delete content/ss24/bachelor/b4-sempy/chromex.png * Delete content/ss24/bachelor/b4-sempy/css.png * Delete content/ss24/bachelor/b4-sempy/discord.png * Delete content/ss24/bachelor/b4-sempy/eldar.jpg * Delete content/ss24/bachelor/b4-sempy/flask.png * Delete content/ss24/bachelor/b4-sempy/github.png * Delete content/ss24/bachelor/b4-sempy/html.png * Delete content/ss24/bachelor/b4-sempy/js.png * Delete content/ss24/bachelor/b4-sempy/mathieu.jpg * Delete content/ss24/bachelor/b4-sempy/miro.png * Delete content/ss24/bachelor/b4-sempy/openai.png * Delete content/ss24/bachelor/b4-sempy/paul.jpg * Delete content/ss24/bachelor/b4-sempy/pipeline.jpg * Delete content/ss24/bachelor/b4-sempy/python.png * Delete content/ss24/bachelor/b4-sempy/screenbildmodal.jpg * Delete content/ss24/bachelor/b4-sempy/sempylogo.jpg * Delete content/ss24/bachelor/b4-sempy/son.jpg * Delete content/ss24/bachelor/b4-sempy/whatsapp.png * Delete content/ss24/bachelor/b4-sempy/yasin.jpg * Delete content/ss24/bachelor/b4-sempy/youtube.png * Add files via upload * add compressed images * add compressed images * add compressed images * add compressed images * Delete content/ss24/bachelor/b4-sempy/github.png * add compressed image * add compressed image
- Loading branch information
1 parent
8933937
commit 29266a4
Showing
31 changed files
with
49 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,33 @@ | ||
+++ | ||
title = "Tech Stack" | ||
weight = 30 | ||
draft = true | ||
hasMermaid = true | ||
weight = 1 | ||
+++ | ||
|
||
|
||
{{<section title="Tech Stack">}} | ||
Hugo offers a couple of options to include diagrams right in the source code, see | ||
[https://gohugo.io/content-management/diagrams/](https://gohugo.io/content-management/diagrams/) | ||
|
||
Here's a mermaid example: (note the hasMermaid = true parameter in the front matter!) | ||
|
||
```mermaid | ||
classDiagram | ||
Animal <|-- Duck | ||
Animal <|-- Fish | ||
Animal <|-- Zebra | ||
Animal : +int age | ||
Animal : +String gender | ||
Animal: +isMammal() | ||
Animal: +mate() | ||
class Duck{ | ||
+String beakColor | ||
+swim() | ||
+quack() | ||
} | ||
class Fish{ | ||
-int sizeInFeet | ||
-canEat() | ||
} | ||
class Zebra{ | ||
+bool is_wild | ||
+run() | ||
} | ||
``` | ||
{{<section title="Projektmanagement">}} | ||
{{<gallery>}} | ||
{{<image src="miron.png" alt="Miro Icon" caption="Miro">}} | ||
{{<image src="githubn.png" alt="Github Icon" caption="Github">}} | ||
{{<image src="discordn.png" alt="Discord" caption="Discord">}} | ||
{{<image src="whatsappn.png" alt="Whatsapp" caption="Whatsapp">}} | ||
{{</gallery>}} | ||
{{</section>}} | ||
|
||
|
||
{{<section title="Future">}} | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque id vulputate malesuada. Quisque dignissim finibus urna sed sagittis. | ||
|
||
|
||
{{<section title="Design / Styling">}} | ||
{{<gallery>}} | ||
{{<image src="cssn.png" alt="CSS Icon" caption="CSS">}} | ||
{{<image src="bootstrapn.png" alt="Bootstrap Icon" caption="Bootstrap">}} | ||
{{<image src="miron.png" alt="Miro Icon" caption="Miro">}} | ||
{{<image src="htmln.png" alt="HTML Icon" caption="HTML">}} | ||
{{<image src="chromexn.png" alt="Chromeextension Icon" caption="Chromeextension">}} | ||
{{<image src="jsn.png" alt="JavaScript Icon" caption="JavaScript">}} | ||
{{</gallery>}} | ||
{{</section>}} | ||
|
||
{{<section title="Backend">}} | ||
{{<gallery>}} | ||
{{<image src="pythonn.png" alt="Python Icon" caption="Python">}} | ||
{{<image src="openain.png" alt="OpenAI API Icon" caption="OpenAI API">}} | ||
{{<image src="youtuben.png" alt="YouTubeAPI Icon" caption="YouTubeAPI">}} | ||
{{<image src="flaskn.png" alt="Flask Icon" caption="Flask">}} | ||
{{</gallery>}} | ||
{{</section>}} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.