diff --git a/src/app/about-me/about-me.component.html b/src/app/about-me/about-me.component.html deleted file mode 100644 index dfab576..0000000 --- a/src/app/about-me/about-me.component.html +++ /dev/null @@ -1,6 +0,0 @@ - -
-

About me

- -
-
\ No newline at end of file diff --git a/src/app/app.module.ts b/src/app/app.module.ts index c347f3a..10e312b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -4,7 +4,7 @@ import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { NavBarComponent } from './nav-bar/nav-bar.component'; -import { AboutMeComponent } from './about-me/about-me.component'; +import { AboutMeComponent } from './cards/about-me/about-me.component'; import { CardsComponent } from './cards/cards.component'; import { AndroidAppsComponent } from './cards/android-apps/android-apps.component'; import { CsharpComponent } from './cards/csharp/csharp.component'; diff --git a/src/app/about-me/about-me.component.css b/src/app/cards/about-me/about-me.component.css similarity index 85% rename from src/app/about-me/about-me.component.css rename to src/app/cards/about-me/about-me.component.css index dbcd96c..014088b 100644 --- a/src/app/about-me/about-me.component.css +++ b/src/app/cards/about-me/about-me.component.css @@ -14,4 +14,10 @@ img { height: fit-content; +} + +button { + border-radius: 50%; + height: 50px; + width: 50px; } \ No newline at end of file diff --git a/src/app/cards/about-me/about-me.component.html b/src/app/cards/about-me/about-me.component.html new file mode 100644 index 0000000..29530b9 --- /dev/null +++ b/src/app/cards/about-me/about-me.component.html @@ -0,0 +1,16 @@ +
+
+
+

About me

+
+
+ + + +
+
+
+ +
\ No newline at end of file diff --git a/src/app/about-me/about-me.component.spec.ts b/src/app/cards/about-me/about-me.component.spec.ts similarity index 100% rename from src/app/about-me/about-me.component.spec.ts rename to src/app/cards/about-me/about-me.component.spec.ts diff --git a/src/app/about-me/about-me.component.ts b/src/app/cards/about-me/about-me.component.ts similarity index 100% rename from src/app/about-me/about-me.component.ts rename to src/app/cards/about-me/about-me.component.ts diff --git a/src/app/about-me/me.jpg b/src/app/cards/about-me/me.jpg similarity index 100% rename from src/app/about-me/me.jpg rename to src/app/cards/about-me/me.jpg diff --git a/src/app/cards/android-apps/android-apps.component.html b/src/app/cards/android-apps/android-apps.component.html index c337dcf..ea0e7a1 100644 --- a/src/app/cards/android-apps/android-apps.component.html +++ b/src/app/cards/android-apps/android-apps.component.html @@ -1,7 +1,18 @@ - -
-

Android Apps

- +
+
+
+

Android Apps

+
+
+ + + +
+
-
\ No newline at end of file + + +
\ No newline at end of file diff --git a/src/app/cards/csharp/csharp.component.html b/src/app/cards/csharp/csharp.component.html index 1a8a600..96daea9 100644 --- a/src/app/cards/csharp/csharp.component.html +++ b/src/app/cards/csharp/csharp.component.html @@ -1,9 +1,16 @@ - -
- -
C#
+
+
+
+

C#

+
+
+ + + +

-
- -
\ No newline at end of file + +
\ No newline at end of file diff --git a/src/app/cards/python/python.component.html b/src/app/cards/python/python.component.html index 876e6c5..708dd4b 100644 --- a/src/app/cards/python/python.component.html +++ b/src/app/cards/python/python.component.html @@ -1,9 +1,16 @@ - -
- -
Python
+
+
+
+

Python

+
+
+ + + +

-
- -
\ No newline at end of file + +
\ No newline at end of file