From 06b24b31fbf0833db53e2b61958e844f45d86408 Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 30 Oct 2024 04:18:05 +0100 Subject: [PATCH] Description about me and new project job finder --- angular.json | 2 +- src/app/about-me/about-me.component.html | 101 +++++++++++------- src/app/app.component.html | 1 + src/app/app.routes.ts | 13 ++- .../asset-calculator.component.html | 15 +-- src/app/jobfinder/jobfinder.component.css | 0 src/app/jobfinder/jobfinder.component.html | 26 +++++ src/app/jobfinder/jobfinder.component.spec.ts | 23 ++++ src/app/jobfinder/jobfinder.component.ts | 57 ++++++++++ src/styles.css | 13 +++ 10 files changed, 193 insertions(+), 58 deletions(-) create mode 100644 src/app/jobfinder/jobfinder.component.css create mode 100644 src/app/jobfinder/jobfinder.component.html create mode 100644 src/app/jobfinder/jobfinder.component.spec.ts create mode 100644 src/app/jobfinder/jobfinder.component.ts diff --git a/angular.json b/angular.json index 3af4836..267c8b1 100644 --- a/angular.json +++ b/angular.json @@ -62,7 +62,7 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "port": 4200, + "port": 4201, "host": "0.0.0.0" }, "configurations": { diff --git a/src/app/about-me/about-me.component.html b/src/app/about-me/about-me.component.html index a4f6cf5..d0912b5 100644 --- a/src/app/about-me/about-me.component.html +++ b/src/app/about-me/about-me.component.html @@ -1,45 +1,70 @@ -
+
+
+
+
+ Ja +
Wrocław
+ - + +
+
+

Jestem doświadczonym inżynierem oprogramowania z ponad 20-letnim doświadczeniem w branży IT.

+

Specjalizuję się w technologiach Java i Angular, a także w rozwijaniu i wdrażaniu skalowalnych aplikacji webowych.

+

Jestem posiadaczem certyfikatu Oracle Cloud Infrastructure 2024 Generative AI Certified Professional oraz wcześniejszych + kwalifikacji w obszarze chmury Oracle i programowania w języku Java.

+

Te umiejętności wspierają moje działania w zakresie wdrażania nowoczesnych rozwiązań opartych na chmurze + oraz tworzenia aplikacji zorientowanych na przyszłość.

+
    + Główne technologie i narzędzia: +
  1. Języki programowania: Java, JavaScript, C++
  2. +
  3. Frameworki: Spring Boot, Angular, Thymeleaf
  4. +
  5. Bazy danych: Oracle, MSSQL, JavaDB
  6. +
  7. Środowiska chmurowe: Oracle Cloud Infrastructure, Docker
  8. +
  9. Inne: HTML, CSS, Bootstrap, SVN, WildFly
  10. +
+
+ +
-
diff --git a/src/app/app.component.html b/src/app/app.component.html index 6e99f6d..17c9580 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -2,6 +2,7 @@ | O mnie | Kursy | Kalkulator + Oferty diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 2f355e0..80d4e49 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -3,11 +3,12 @@ import { DashboardComponent } from './components/dashboard/dashboard.component'; import { AssetCalculatorComponent } from './asset-calculator/asset-calculator.component'; import { AboutMeComponent } from './about-me/about-me.component'; import { ChatGPTComponent } from './chat-gpt/chat-gpt.component'; +import {JobfinderComponent } from './jobfinder/jobfinder.component' export const routes: Routes = [ { path: "", - title: "Kalkulator amortyzacyjny", - component:AssetCalculatorComponent }, + title: "Wyszukiwacz pracy", + component:JobfinderComponent }, { path: "about-me", title:"O mnie", component: AboutMeComponent }, @@ -16,6 +17,8 @@ export const routes: Routes = [ component:AssetCalculatorComponent }, { path: "quotes", title:"Kursy podstawowych walut i złota", - component: DashboardComponent - } -]; + component: DashboardComponent }, + { path: "jobfinder", + title:"Wyszukiwacz pracy i serwis do jej rejestracji", + component: JobfinderComponent } + ]; diff --git a/src/app/asset-calculator/asset-calculator.component.html b/src/app/asset-calculator/asset-calculator.component.html index 80660af..30dc2ac 100644 --- a/src/app/asset-calculator/asset-calculator.component.html +++ b/src/app/asset-calculator/asset-calculator.component.html @@ -1,17 +1,4 @@ - +