diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..f673a71b7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/images/Baby-Photos.jpg b/images/Baby-Photos.jpg new file mode 100644 index 000000000..957e7ce52 Binary files /dev/null and b/images/Baby-Photos.jpg differ diff --git a/images/anagram.png b/images/anagram.png new file mode 100644 index 000000000..d8f9c0a5e Binary files /dev/null and b/images/anagram.png differ diff --git a/images/completed-task.png b/images/completed-task.png new file mode 100644 index 000000000..bba534dc5 Binary files /dev/null and b/images/completed-task.png differ diff --git a/images/solar-system.png b/images/solar-system.png new file mode 100644 index 000000000..a6e698829 Binary files /dev/null and b/images/solar-system.png differ diff --git a/pages/about.html b/pages/about.html index b4ae215c4..c6e7d089f 100644 --- a/pages/about.html +++ b/pages/about.html @@ -4,9 +4,14 @@ - Document + About - +

All About Katina

+

This is information about likes and dislikes for Katina

+ \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index b4ae215c4..893f8c5e8 100644 --- a/pages/index.html +++ b/pages/index.html @@ -4,9 +4,38 @@ - Document + + Katina Carranza Personal Portfolio - +

+ My Personal Portfolio +

+
+
+

+ Home +

+

+ About +

+

+ Portfolio +

+
+ Baby Photos +
+ Katina's interests +
+
+ Katina's Troubleshooting +
+
+ \ No newline at end of file diff --git a/pages/portfolio.html b/pages/portfolio.html index b4ae215c4..fa23abed2 100644 --- a/pages/portfolio.html +++ b/pages/portfolio.html @@ -4,9 +4,22 @@ - Document + Portfolio - +

Katina's Portofolio

+ Adagrams + Adagrams + Task List API + Task List API + Solar Systems + Solar Systems API + + Anagram icons created by Freepik - Flaticon + Solar system icons created by Freepik - Flaticon + Survey icons created by Pixelmeetup - Flaticon \ No newline at end of file diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 000000000..718ce17ba --- /dev/null +++ b/styles/style.css @@ -0,0 +1,34 @@ +nav{ + color: purple; +} +.container{ + display: flex; + flex-direction: Row; + flex-wrap:wrap; + justify-content: space-around; + align-items: center; + height: 750px; + background-color: lavender; +} +div{ + width: 800px; + height: 300px; + display: grid; +} + +img{ + width: 200px; + height: 150px; +} +#purple{ + display: block; + background-color: aqua; + align-items:flex-start; + height: 75px; + width: 250px; +} +h1{ + display: grid; + align-items: center; + color: purple; +} \ No newline at end of file