diff --git a/source/src/app/components/projects/projects.component.css b/source/src/app/components/projects/projects.component.css index bc6bec0..2ef2e03 100644 --- a/source/src/app/components/projects/projects.component.css +++ b/source/src/app/components/projects/projects.component.css @@ -7,8 +7,4 @@ .project-head { padding: 15px; background-color: #548f8f; -} - -.project a { - color: black; } \ No newline at end of file diff --git a/source/src/app/components/projects/projects.component.html b/source/src/app/components/projects/projects.component.html index 7900528..9b66047 100644 --- a/source/src/app/components/projects/projects.component.html +++ b/source/src/app/components/projects/projects.component.html @@ -1,10 +1,9 @@ - + -

- My  - Projects  - and  - Works +

+ Projects +  &  + Works

@@ -12,25 +11,19 @@

"Do what you love and work is a hobby"

- -
-
-

{{project.title}}

+ +
+
+

{{project.title}}

+ + + + +
-
-

{{project.description}}

-
-
- - - - -

no Website so far

-
-
-
+

{{project.description}}

diff --git a/source/src/app/components/projects/projects.ts b/source/src/app/components/projects/projects.ts index 246dc54..8f9ba66 100644 --- a/source/src/app/components/projects/projects.ts +++ b/source/src/app/components/projects/projects.ts @@ -10,11 +10,6 @@ export const PROJECTS = [ description: "With a team up to four we build and programmed multiple robots to play football against each other or 2v2.With much fun and learning we worked together for several years and remain our friendships.", link: "https://robocupgermanopen.de/de/junior/soccer" }, - { - title: "Student newspaper", - description: "A bit late i joined the schools newspaper and ranked up quickly with articles and proofleading.", - link: "https://passwort-sz.jimdofree.com/" - }, { title: "UNIKAT", description: "My first club at University of Ilmenau: UNIKAT, the makerspace for students and scholars.Here i worked for nearly three years on 3d - printers, CNC - milling - machines and much more.Each semester we also made a workshop week and gave our knowledge to further students.I retired at the end of 2019 but am still visiting and sometimes working there.", @@ -37,7 +32,7 @@ export const PROJECTS = [ }, { title: "BI Student Club", - description: "Mainly because of the music i joined this club on my campus.With good old(and new) metal and rock we got some of the hardest partys and best members you can imageine.After some time i am one of our head technicans.Currently i am responsible for our cultural programm and association communication.", + description: "Mainly because of the music i joined this club on my campus.With good old(and new) metal and rock we got some of the hardest partys and best members you can imageine. After some time i am one of our head technicans. Currently i am responsible for our cultural programm and association communication.", link: "http://www.bi-club.de" }, { @@ -59,5 +54,15 @@ export const PROJECTS = [ title: "Discord Bot", description: "With corona virus pandemia we shipped our weekly club meeting to discord.For management, fun and more interactivity we created a discord bot with several functions.", link: null - } + }, + { + title: "Wandern bringt Wasser", + description: "In collaboration with Engineers without Borders, this website is a fundraiser to encourage regional companies to support the 'Water for Nyamache' project.", + link: "" + }, + { + title: "Ilmenauer Studentenclub e.V.", + description: "After being active in one of the sections for several years, I was elected to the board of the association. In this position, I manage, organise and plan four student clubs and a student café with three other board members in close cooperation with the individual sections. This work is more exciting than before in other associations, especially because of the Corona situation.", + link: "http://il-sc.de" + }, ]; \ No newline at end of file diff --git a/source/src/app/components/skills/skills.component.css b/source/src/app/components/skills/skills.component.css index 7fd6e54..7a9b704 100644 --- a/source/src/app/components/skills/skills.component.css +++ b/source/src/app/components/skills/skills.component.css @@ -1,4 +1,9 @@ +.card-image, .mat-card-image { height: auto; width: 50px; +} + +.mat-card-avatar { + border-radius: 0 !important; } \ No newline at end of file diff --git a/source/src/app/components/skills/skills.component.html b/source/src/app/components/skills/skills.component.html index 7cc5100..5186bc9 100644 --- a/source/src/app/components/skills/skills.component.html +++ b/source/src/app/components/skills/skills.component.html @@ -1,9 +1,9 @@ - +

- Skills + Skills & - Tools + Tools

@@ -13,19 +13,19 @@
- + -
+
{{skill.name}}
{{skill.name}} {{skill.kategory}} - + - +
diff --git a/source/src/app/components/skills/skills.ts b/source/src/app/components/skills/skills.ts index 80bb68e..b5f423a 100644 --- a/source/src/app/components/skills/skills.ts +++ b/source/src/app/components/skills/skills.ts @@ -176,7 +176,7 @@ export const SKILLS = [ description: "PayPal is a listed operator of an online payment service that can be used for the payment of medium and small amounts, for example when buying and selling in online commerce." }, { - name: "WooCommerce", + name: "Woo Commerce", kategory: "shop systems", logo: "woo.png", link: "https://woocommerce.com/", diff --git a/source/src/app/components/start/start.component.css b/source/src/app/components/start/start.component.css index 9682c7f..e9537e6 100644 --- a/source/src/app/components/start/start.component.css +++ b/source/src/app/components/start/start.component.css @@ -33,6 +33,6 @@ h1 { } a { - color: #2fff00; + color: #09ff00; text-decoration: none; } \ No newline at end of file diff --git a/source/src/styles.css b/source/src/styles.css index 64c5949..71c2c03 100644 --- a/source/src/styles.css +++ b/source/src/styles.css @@ -24,4 +24,24 @@ body { .list-inline-item { size: 15px; color: #00004d; +} + +.bg-primary { + background-color: #439AFA; +} + +.bg-secondary { + background-color: #38F8F9; +} + +.bg-warning { + background-color: #FAAA1E; +} + +.bg-danger { + background-color: #FA5D50; +} + +.bg-other { + background-color: #2AFA84; } \ No newline at end of file