diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..a4ec48e1b Binary files /dev/null and b/.DS_Store differ diff --git a/.history/ReadMe_20230524001002.md b/.history/ReadMe_20230524001002.md new file mode 100644 index 000000000..81b445e03 --- /dev/null +++ b/.history/ReadMe_20230524001002.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [ ] Fork and clone this repository. +- [ ] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [ ] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005929.md b/.history/ReadMe_20230524005929.md new file mode 100644 index 000000000..f3da4f692 --- /dev/null +++ b/.history/ReadMe_20230524005929.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [] Fork and clone this repository. +- [ ] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [ ] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005930.md b/.history/ReadMe_20230524005930.md new file mode 100644 index 000000000..122daa129 --- /dev/null +++ b/.history/ReadMe_20230524005930.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [ ] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [ ] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005933.md b/.history/ReadMe_20230524005933.md new file mode 100644 index 000000000..207061490 --- /dev/null +++ b/.history/ReadMe_20230524005933.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [ ] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005936.md b/.history/ReadMe_20230524005936.md new file mode 100644 index 000000000..b00188ea7 --- /dev/null +++ b/.history/ReadMe_20230524005936.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [ ] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005938.md b/.history/ReadMe_20230524005938.md new file mode 100644 index 000000000..e9e6ab2a7 --- /dev/null +++ b/.history/ReadMe_20230524005938.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [ ] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230524005941.md b/.history/ReadMe_20230524005941.md new file mode 100644 index 000000000..042ae678f --- /dev/null +++ b/.history/ReadMe_20230524005941.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230527143000.md b/.history/ReadMe_20230527143000.md new file mode 100644 index 000000000..e8aa3b9e0 --- /dev/null +++ b/.history/ReadMe_20230527143000.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528152250.md b/.history/ReadMe_20230528152250.md new file mode 100644 index 000000000..8a8acd1d6 --- /dev/null +++ b/.history/ReadMe_20230528152250.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [ ] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528152307.md b/.history/ReadMe_20230528152307.md new file mode 100644 index 000000000..35cfb4f61 --- /dev/null +++ b/.history/ReadMe_20230528152307.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528152308.md b/.history/ReadMe_20230528152308.md new file mode 100644 index 000000000..1d06ea2ef --- /dev/null +++ b/.history/ReadMe_20230528152308.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528153711.md b/.history/ReadMe_20230528153711.md new file mode 100644 index 000000000..bba1f71b0 --- /dev/null +++ b/.history/ReadMe_20230528153711.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [ ] Information about you in place of the given placeholder +- [X] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528153746.md b/.history/ReadMe_20230528153746.md new file mode 100644 index 000000000..e03c24547 --- /dev/null +++ b/.history/ReadMe_20230528153746.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [ ] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230528162623.md b/.history/ReadMe_20230528162623.md new file mode 100644 index 000000000..61d5d692e --- /dev/null +++ b/.history/ReadMe_20230528162623.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [X] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [ ] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230529155720.md b/.history/ReadMe_20230529155720.md new file mode 100644 index 000000000..010458dc5 --- /dev/null +++ b/.history/ReadMe_20230529155720.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [X] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [X] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [X] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [X] Connect your repository by copy-pasting its Github URL into the submission slot. +- [X] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/ReadMe_20230529161444.md b/.history/ReadMe_20230529161444.md new file mode 100644 index 000000000..78e8054c2 --- /dev/null +++ b/.history/ReadMe_20230529161444.md @@ -0,0 +1,73 @@ +# Flexbox Module Challenge + +The module challenge is the afternoon project or assignment that students work through independently. This expands on the guided project completed earlier with the instructor. + +## User Interface and Git + +## Objectives + +- implement a CSS reset and understand why it’s important for cross-browser development +- identify and explain all properties in the box model +- describe and understand that flexbox is a module +- demonstrate understanding of flex container properties in flex box + +## Introduction + +In this challenge you will be building a simple portfolio website based on a wireframe of your choosing using the CSS principles covered today. + +Portfolio websites are a great way to show off your work to friends, family, and future employers. As you progress through BloomTech you can update this site with projects you're proud of. Similarly, you can change the style, add a blog page, the possibilites are really endless. + +## Instructions + +### Task 1: Set Up The Project With Git + +Follow these steps to set up and work on your project: + +- [X] Fork and clone this repository. +- [X] Go into Canvas and connect your repository by copy-pasting its Github URL into the submission slot. +- [X] DO NOT MAKE A BRANCH! You will be pushing to main/master today. +- [X] cd into your repository on the command line and use code . to open VS Code. +- [X] Download the Live Server extension from the Extensions tab on the left side of your VS Code. After it is done installing, click "Go Live" on the bottom right side of your screen to run your HTML file. +- [X] Complete your work making regular commits; your submitted URL will always reflect your most recent work. + +### Task 2: Minimum Viable Product + +Once your repository is set up, practice what you learned today to create a portfolio site from the wireframe of your choosing. **You may choose any of the three wireframes in the "Wireframe Options" folder above.** Your complete project should look similar to the wireframe you chose, and include all of the following elements: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` that link to the corresponding pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button that links to the projects page +- [X] A `Contact Me` button that links to the contact page +- [ ] Links to any social media profiles (Instagram, linkedIn, Twitter) into the footer section of your home page + +### Task 3: Stretch Goals + +The following goals are designed to stretch your knowledge and may require additional research beyond what was learned in class today. + +- [X] Make your webpage work at different browser widths, including mobile +- [ ] Add CSS animations +- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages +- [ ] Host your website on Netlify.com + +## FAQs + +**What is a wireframe? How do I use one?** + +*Wireframes are used to outline webpage styles, content, and functionality. UX designers will often use wireframes to explain their ideas to web developers. These wireframes, hand drawn or mocked up on software, are a cheap and easy way to iterate over designs. In this assignment you will chose a wireframe like the one below and create the elements with HTML and CSS.* + +![Screen Shot 2020-02-27 at 5.23.20 PM](https://i.imgur.com/b3riE65.png) + +## Resources + +πŸ‘‹ [Assignment help: A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) + +πŸ‘€ [Explore a Curated Gallery of Professional Portfolios](https://wpamelia.com/portfolio-websites/#webdev) + +🌼 [From Wireframes to Code](https://www.uxmatters.com/mt/archives/2010/12/from-wireframes-to-code-part-i.php) + +## Submission format + +- [ ] Connect your repository by copy-pasting its Github URL into the submission slot. +- [ ] Your submitted URL will always reflect your most recent work pushed to Github. + diff --git a/.history/Wireframe Options/ReadMe_20230524001002.md b/.history/Wireframe Options/ReadMe_20230524001002.md new file mode 100644 index 000000000..2bf501338 --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230524001002.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [ ] A navigation bar with `About`, `Projects`, and `Contact` pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161420.md b/.history/Wireframe Options/ReadMe_20230529161420.md new file mode 100644 index 000000000..dd46bdf1f --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161420.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [] A navigation bar with `About`, `Projects`, and `Contact` pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161422.md b/.history/Wireframe Options/ReadMe_20230529161422.md new file mode 100644 index 000000000..cde3f66a7 --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161422.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [ ] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161424.md b/.history/Wireframe Options/ReadMe_20230529161424.md new file mode 100644 index 000000000..7db855c2f --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161424.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [ ] Information about you in place of the given placeholder +- [ ] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161427.md b/.history/Wireframe Options/ReadMe_20230529161427.md new file mode 100644 index 000000000..12d0a7286 --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161427.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [X] Information about you in place of the given placeholder +- [ ] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161430.md b/.history/Wireframe Options/ReadMe_20230529161430.md new file mode 100644 index 000000000..d9986c34f --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161430.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [ ] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161432.md b/.history/Wireframe Options/ReadMe_20230529161432.md new file mode 100644 index 000000000..fe6e7f795 --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161432.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button (doesn't need to be functional) +- [ ] A `Contact Me` button (doesn't need to be functional) +- [X] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/Wireframe Options/ReadMe_20230529161437.md b/.history/Wireframe Options/ReadMe_20230529161437.md new file mode 100644 index 000000000..ad8817a37 --- /dev/null +++ b/.history/Wireframe Options/ReadMe_20230529161437.md @@ -0,0 +1,12 @@ +# Wireframes + +From the images above, chose a wireframe to guide your design for today's project. Remember that your final project must include: + +- [X] A navigation bar with `About`, `Projects`, and `Contact` pages +- [X] Gallery of projects created with flexbox - you may use random images in place of project screenshots for now with the random image link: https://picsum.photos/ or you may use images that mean something to you. +- [X] Information about you in place of the given placeholder +- [X] A `My Projects` button (doesn't need to be functional) +- [X] A `Contact Me` button (doesn't need to be functional) +- [X] Link navigation items to new HTML pages + +Some choices are easier than others, pick something that feels right to you. \ No newline at end of file diff --git a/.history/index_20230524001002.html b/.history/index_20230524001002.html new file mode 100644 index 000000000..d01f779ff --- /dev/null +++ b/.history/index_20230524001002.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/.history/index_20230527132905.html b/.history/index_20230527132905.html new file mode 100644 index 000000000..6cea297b8 --- /dev/null +++ b/.history/index_20230527132905.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + + + + + + Document + + + + + \ No newline at end of file diff --git a/.history/index_20230527141011.html b/.history/index_20230527141011.html new file mode 100644 index 000000000..d01f779ff --- /dev/null +++ b/.history/index_20230527141011.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file diff --git a/.history/index_20230527141015.html b/.history/index_20230527141015.html new file mode 100644 index 000000000..ce32a1695 --- /dev/null +++ b/.history/index_20230527141015.html @@ -0,0 +1,11 @@ + + + + + + Document + + +
+ \ No newline at end of file diff --git a/.history/index_20230527141016.html b/.history/index_20230527141016.html new file mode 100644 index 000000000..69812f23e --- /dev/null +++ b/.history/index_20230527141016.html @@ -0,0 +1,11 @@ + + + + + + Document + + +
+ + \ No newline at end of file diff --git a/.history/index_20230527141017.html b/.history/index_20230527141017.html new file mode 100644 index 000000000..0c833edcc --- /dev/null +++ b/.history/index_20230527141017.html @@ -0,0 +1,13 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141024.html b/.history/index_20230527141024.html new file mode 100644 index 000000000..0c833edcc --- /dev/null +++ b/.history/index_20230527141024.html @@ -0,0 +1,13 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141027.html b/.history/index_20230527141027.html new file mode 100644 index 000000000..f21101311 --- /dev/null +++ b/.history/index_20230527141027.html @@ -0,0 +1,13 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141329.html b/.history/index_20230527141329.html new file mode 100644 index 000000000..ef07c4041 --- /dev/null +++ b/.history/index_20230527141329.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141348.html b/.history/index_20230527141348.html new file mode 100644 index 000000000..5c9312083 --- /dev/null +++ b/.history/index_20230527141348.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141357.html b/.history/index_20230527141357.html new file mode 100644 index 000000000..7a2eb5738 --- /dev/null +++ b/.history/index_20230527141357.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141400.html b/.history/index_20230527141400.html new file mode 100644 index 000000000..507c66454 --- /dev/null +++ b/.history/index_20230527141400.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141403.html b/.history/index_20230527141403.html new file mode 100644 index 000000000..1b4ae41ce --- /dev/null +++ b/.history/index_20230527141403.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141404.html b/.history/index_20230527141404.html new file mode 100644 index 000000000..32aa34529 --- /dev/null +++ b/.history/index_20230527141404.html @@ -0,0 +1,15 @@ + + + + + + Document + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141423.html b/.history/index_20230527141423.html new file mode 100644 index 000000000..c5b8f3e30 --- /dev/null +++ b/.history/index_20230527141423.html @@ -0,0 +1,15 @@ + + + + + + M + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141434.html b/.history/index_20230527141434.html new file mode 100644 index 000000000..113470188 --- /dev/null +++ b/.history/index_20230527141434.html @@ -0,0 +1,18 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527141437.html b/.history/index_20230527141437.html new file mode 100644 index 000000000..9f5b84c19 --- /dev/null +++ b/.history/index_20230527141437.html @@ -0,0 +1,15 @@ + + + + + + Sean KipinΓ€ Portfolio + + +
+ +
+ + \ No newline at end of file diff --git a/.history/index_20230527141438.html b/.history/index_20230527141438.html new file mode 100644 index 000000000..113470188 --- /dev/null +++ b/.history/index_20230527141438.html @@ -0,0 +1,18 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142108.html b/.history/index_20230527142108.html new file mode 100644 index 000000000..7933a5d3c --- /dev/null +++ b/.history/index_20230527142108.html @@ -0,0 +1,19 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+ + + \ No newline at end of file diff --git a/.history/index_20230527142109.html b/.history/index_20230527142109.html new file mode 100644 index 000000000..efd6c64ee --- /dev/null +++ b/.history/index_20230527142109.html @@ -0,0 +1,19 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+ + + \ No newline at end of file diff --git a/.history/index_20230527142112.html b/.history/index_20230527142112.html new file mode 100644 index 000000000..b366a0641 --- /dev/null +++ b/.history/index_20230527142112.html @@ -0,0 +1,20 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142117.html b/.history/index_20230527142117.html new file mode 100644 index 000000000..9f7663725 --- /dev/null +++ b/.history/index_20230527142117.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142119.html b/.history/index_20230527142119.html new file mode 100644 index 000000000..4201e594c --- /dev/null +++ b/.history/index_20230527142119.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142138.html b/.history/index_20230527142138.html new file mode 100644 index 000000000..2b6ce3abd --- /dev/null +++ b/.history/index_20230527142138.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142139.html b/.history/index_20230527142139.html new file mode 100644 index 000000000..4201e594c --- /dev/null +++ b/.history/index_20230527142139.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142142.html b/.history/index_20230527142142.html new file mode 100644 index 000000000..9eaf6d4d6 --- /dev/null +++ b/.history/index_20230527142142.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142143.html b/.history/index_20230527142143.html new file mode 100644 index 000000000..23d9ebcdb --- /dev/null +++ b/.history/index_20230527142143.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142148.html b/.history/index_20230527142148.html new file mode 100644 index 000000000..67d3b2bcb --- /dev/null +++ b/.history/index_20230527142148.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142149.html b/.history/index_20230527142149.html new file mode 100644 index 000000000..62be04b9f --- /dev/null +++ b/.history/index_20230527142149.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142159.html b/.history/index_20230527142159.html new file mode 100644 index 000000000..67d3b2bcb --- /dev/null +++ b/.history/index_20230527142159.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142208.html b/.history/index_20230527142208.html new file mode 100644 index 000000000..dad349115 --- /dev/null +++ b/.history/index_20230527142208.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142210.html b/.history/index_20230527142210.html new file mode 100644 index 000000000..497c8b880 --- /dev/null +++ b/.history/index_20230527142210.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142213.html b/.history/index_20230527142213.html new file mode 100644 index 000000000..bc2c56437 --- /dev/null +++ b/.history/index_20230527142213.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142216.html b/.history/index_20230527142216.html new file mode 100644 index 000000000..b3af572bd --- /dev/null +++ b/.history/index_20230527142216.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142219.html b/.history/index_20230527142219.html new file mode 100644 index 000000000..891919eb6 --- /dev/null +++ b/.history/index_20230527142219.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142221.html b/.history/index_20230527142221.html new file mode 100644 index 000000000..1b6653dc1 --- /dev/null +++ b/.history/index_20230527142221.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142230.html b/.history/index_20230527142230.html new file mode 100644 index 000000000..c2370863d --- /dev/null +++ b/.history/index_20230527142230.html @@ -0,0 +1,21 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142253.html b/.history/index_20230527142253.html new file mode 100644 index 000000000..89b006d5e --- /dev/null +++ b/.history/index_20230527142253.html @@ -0,0 +1,22 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142255.html b/.history/index_20230527142255.html new file mode 100644 index 000000000..a51d3a6a5 --- /dev/null +++ b/.history/index_20230527142255.html @@ -0,0 +1,22 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142258.html b/.history/index_20230527142258.html new file mode 100644 index 000000000..9bd5bd024 --- /dev/null +++ b/.history/index_20230527142258.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142305.html b/.history/index_20230527142305.html new file mode 100644 index 000000000..88ce4906f --- /dev/null +++ b/.history/index_20230527142305.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142314.html b/.history/index_20230527142314.html new file mode 100644 index 000000000..1c491339d --- /dev/null +++ b/.history/index_20230527142314.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142321.html b/.history/index_20230527142321.html new file mode 100644 index 000000000..69df99657 --- /dev/null +++ b/.history/index_20230527142321.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142329.html b/.history/index_20230527142329.html new file mode 100644 index 000000000..e56eba8cc --- /dev/null +++ b/.history/index_20230527142329.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142334.html b/.history/index_20230527142334.html new file mode 100644 index 000000000..7623af0e7 --- /dev/null +++ b/.history/index_20230527142334.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142345.html b/.history/index_20230527142345.html new file mode 100644 index 000000000..b69a1f369 --- /dev/null +++ b/.history/index_20230527142345.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142350.html b/.history/index_20230527142350.html new file mode 100644 index 000000000..d03962f87 --- /dev/null +++ b/.history/index_20230527142350.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142351.html b/.history/index_20230527142351.html new file mode 100644 index 000000000..6a4e05334 --- /dev/null +++ b/.history/index_20230527142351.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142607.html b/.history/index_20230527142607.html new file mode 100644 index 000000000..c8448d0ab --- /dev/null +++ b/.history/index_20230527142607.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142610.html b/.history/index_20230527142610.html new file mode 100644 index 000000000..6a4e05334 --- /dev/null +++ b/.history/index_20230527142610.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527142741.html b/.history/index_20230527142741.html new file mode 100644 index 000000000..dd48795cd --- /dev/null +++ b/.history/index_20230527142741.html @@ -0,0 +1,25 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527142743.html b/.history/index_20230527142743.html new file mode 100644 index 000000000..b9e6f3064 --- /dev/null +++ b/.history/index_20230527142743.html @@ -0,0 +1,24 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527150819.html b/.history/index_20230527150819.html new file mode 100644 index 000000000..77a5f177e --- /dev/null +++ b/.history/index_20230527150819.html @@ -0,0 +1,25 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527150822.html b/.history/index_20230527150822.html new file mode 100644 index 000000000..f39379c7b --- /dev/null +++ b/.history/index_20230527150822.html @@ -0,0 +1,25 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527150831.html b/.history/index_20230527150831.html new file mode 100644 index 000000000..b5e9324dd --- /dev/null +++ b/.history/index_20230527150831.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150848.html b/.history/index_20230527150848.html new file mode 100644 index 000000000..12417ee6e --- /dev/null +++ b/.history/index_20230527150848.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150900.html b/.history/index_20230527150900.html new file mode 100644 index 000000000..6649f0bf1 --- /dev/null +++ b/.history/index_20230527150900.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150902.html b/.history/index_20230527150902.html new file mode 100644 index 000000000..9b2c427fc --- /dev/null +++ b/.history/index_20230527150902.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150904.html b/.history/index_20230527150904.html new file mode 100644 index 000000000..8ad039958 --- /dev/null +++ b/.history/index_20230527150904.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150906.html b/.history/index_20230527150906.html new file mode 100644 index 000000000..f09d3d298 --- /dev/null +++ b/.history/index_20230527150906.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527150923.html b/.history/index_20230527150923.html new file mode 100644 index 000000000..0260fdae8 --- /dev/null +++ b/.history/index_20230527150923.html @@ -0,0 +1,26 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527151009.html b/.history/index_20230527151009.html new file mode 100644 index 000000000..afd4f7dcc --- /dev/null +++ b/.history/index_20230527151009.html @@ -0,0 +1,27 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230527151013.html b/.history/index_20230527151013.html new file mode 100644 index 000000000..947c6bd15 --- /dev/null +++ b/.history/index_20230527151013.html @@ -0,0 +1,29 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230527152720.html b/.history/index_20230527152720.html new file mode 100644 index 000000000..25813b1a7 --- /dev/null +++ b/.history/index_20230527152720.html @@ -0,0 +1,31 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527152733.html b/.history/index_20230527152733.html new file mode 100644 index 000000000..727a9fe4f --- /dev/null +++ b/.history/index_20230527152733.html @@ -0,0 +1,31 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527152736.html b/.history/index_20230527152736.html new file mode 100644 index 000000000..84ac8998a --- /dev/null +++ b/.history/index_20230527152736.html @@ -0,0 +1,31 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527152741.html b/.history/index_20230527152741.html new file mode 100644 index 000000000..7a511c467 --- /dev/null +++ b/.history/index_20230527152741.html @@ -0,0 +1,31 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230527152824.html b/.history/index_20230527152824.html new file mode 100644 index 000000000..df501b56b --- /dev/null +++ b/.history/index_20230527152824.html @@ -0,0 +1,31 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ + + + + + +
+ +
+ + + + + + + + +
+ + + + + + + + +
+ + + + + + + + +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152902.html b/.history/index_20230527152902.html new file mode 100644 index 000000000..73cdf7703 --- /dev/null +++ b/.history/index_20230527152902.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152907.html b/.history/index_20230527152907.html new file mode 100644 index 000000000..53075844a --- /dev/null +++ b/.history/index_20230527152907.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152919.html b/.history/index_20230527152919.html new file mode 100644 index 000000000..d3c4d6788 --- /dev/null +++ b/.history/index_20230527152919.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152921.html b/.history/index_20230527152921.html new file mode 100644 index 000000000..0659d5195 --- /dev/null +++ b/.history/index_20230527152921.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152923.html b/.history/index_20230527152923.html new file mode 100644 index 000000000..591bec29c --- /dev/null +++ b/.history/index_20230527152923.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152924.html b/.history/index_20230527152924.html new file mode 100644 index 000000000..effc44a89 --- /dev/null +++ b/.history/index_20230527152924.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152927.html b/.history/index_20230527152927.html new file mode 100644 index 000000000..be70b93df --- /dev/null +++ b/.history/index_20230527152927.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152931.html b/.history/index_20230527152931.html new file mode 100644 index 000000000..c9afef397 --- /dev/null +++ b/.history/index_20230527152931.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152936.html b/.history/index_20230527152936.html new file mode 100644 index 000000000..8dd504b1e --- /dev/null +++ b/.history/index_20230527152936.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152939.html b/.history/index_20230527152939.html new file mode 100644 index 000000000..1600f66a1 --- /dev/null +++ b/.history/index_20230527152939.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152941.html b/.history/index_20230527152941.html new file mode 100644 index 000000000..b772746b8 --- /dev/null +++ b/.history/index_20230527152941.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152943.html b/.history/index_20230527152943.html new file mode 100644 index 000000000..acf3d27e6 --- /dev/null +++ b/.history/index_20230527152943.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152944.html b/.history/index_20230527152944.html new file mode 100644 index 000000000..5669e48de --- /dev/null +++ b/.history/index_20230527152944.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527152948.html b/.history/index_20230527152948.html new file mode 100644 index 000000000..c92fce526 --- /dev/null +++ b/.history/index_20230527152948.html @@ -0,0 +1,35 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153031.html b/.history/index_20230527153031.html new file mode 100644 index 000000000..b8e30ee16 --- /dev/null +++ b/.history/index_20230527153031.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153034.html b/.history/index_20230527153034.html new file mode 100644 index 000000000..4415e5f18 --- /dev/null +++ b/.history/index_20230527153034.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153036.html b/.history/index_20230527153036.html new file mode 100644 index 000000000..de30bcd5b --- /dev/null +++ b/.history/index_20230527153036.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153038.html b/.history/index_20230527153038.html new file mode 100644 index 000000000..082db4711 --- /dev/null +++ b/.history/index_20230527153038.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153235.html b/.history/index_20230527153235.html new file mode 100644 index 000000000..aeb28bf48 --- /dev/null +++ b/.history/index_20230527153235.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153338.html b/.history/index_20230527153338.html new file mode 100644 index 000000000..e0f15f185 --- /dev/null +++ b/.history/index_20230527153338.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153340.html b/.history/index_20230527153340.html new file mode 100644 index 000000000..f939082e4 --- /dev/null +++ b/.history/index_20230527153340.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153346.html b/.history/index_20230527153346.html new file mode 100644 index 000000000..fadf4de6e --- /dev/null +++ b/.history/index_20230527153346.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230527153351.html b/.history/index_20230527153351.html new file mode 100644 index 000000000..fadf4de6e --- /dev/null +++ b/.history/index_20230527153351.html @@ -0,0 +1,36 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230528133359.html b/.history/index_20230528133359.html new file mode 100644 index 000000000..bfa49b5bf --- /dev/null +++ b/.history/index_20230528133359.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230528133416.html b/.history/index_20230528133416.html new file mode 100644 index 000000000..9594e0390 --- /dev/null +++ b/.history/index_20230528133416.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + +
+ + + + + + + + +
+ +
+ + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230528133449.html b/.history/index_20230528133449.html new file mode 100644 index 000000000..56706a376 --- /dev/null +++ b/.history/index_20230528133449.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + +
+
+ + + \ No newline at end of file diff --git a/.history/index_20230528133454.html b/.history/index_20230528133454.html new file mode 100644 index 000000000..fef586164 --- /dev/null +++ b/.history/index_20230528133454.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133457.html b/.history/index_20230528133457.html new file mode 100644 index 000000000..ca97ba271 --- /dev/null +++ b/.history/index_20230528133457.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133459.html b/.history/index_20230528133459.html new file mode 100644 index 000000000..4b2c710fd --- /dev/null +++ b/.history/index_20230528133459.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + +
+ + + + + + + + +
+ +
+ + + +
+ + + + + + + + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133512.html b/.history/index_20230528133512.html new file mode 100644 index 000000000..4585044cf --- /dev/null +++ b/.history/index_20230528133512.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230528133518.html b/.history/index_20230528133518.html new file mode 100644 index 000000000..85e97881c --- /dev/null +++ b/.history/index_20230528133518.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133520.html b/.history/index_20230528133520.html new file mode 100644 index 000000000..35c6b59b0 --- /dev/null +++ b/.history/index_20230528133520.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133522.html b/.history/index_20230528133522.html new file mode 100644 index 000000000..afe7c3a9e --- /dev/null +++ b/.history/index_20230528133522.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528133533.html b/.history/index_20230528133533.html new file mode 100644 index 000000000..250020269 --- /dev/null +++ b/.history/index_20230528133533.html @@ -0,0 +1,38 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528141115.html b/.history/index_20230528141115.html new file mode 100644 index 000000000..b9a6f2ecd --- /dev/null +++ b/.history/index_20230528141115.html @@ -0,0 +1,41 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230528141118.html b/.history/index_20230528141118.html new file mode 100644 index 000000000..04d8587af --- /dev/null +++ b/.history/index_20230528141118.html @@ -0,0 +1,41 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141120.html b/.history/index_20230528141120.html new file mode 100644 index 000000000..6fd33fdba --- /dev/null +++ b/.history/index_20230528141120.html @@ -0,0 +1,41 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141124.html b/.history/index_20230528141124.html new file mode 100644 index 000000000..2aacdd263 --- /dev/null +++ b/.history/index_20230528141124.html @@ -0,0 +1,42 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141125.html b/.history/index_20230528141125.html new file mode 100644 index 000000000..0f2b6f921 --- /dev/null +++ b/.history/index_20230528141125.html @@ -0,0 +1,42 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ < +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141127.html b/.history/index_20230528141127.html new file mode 100644 index 000000000..7e81b474c --- /dev/null +++ b/.history/index_20230528141127.html @@ -0,0 +1,43 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141130.html b/.history/index_20230528141130.html new file mode 100644 index 000000000..4331b71f5 --- /dev/null +++ b/.history/index_20230528141130.html @@ -0,0 +1,43 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ < +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141131.html b/.history/index_20230528141131.html new file mode 100644 index 000000000..08190d499 --- /dev/null +++ b/.history/index_20230528141131.html @@ -0,0 +1,43 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141916.html b/.history/index_20230528141916.html new file mode 100644 index 000000000..ab08b6bdd --- /dev/null +++ b/.history/index_20230528141916.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ https://picsum.photos/700/400 +
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141920.html b/.history/index_20230528141920.html new file mode 100644 index 000000000..a6ab5156a --- /dev/null +++ b/.history/index_20230528141920.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141925.html b/.history/index_20230528141925.html new file mode 100644 index 000000000..32bcb63c1 --- /dev/null +++ b/.history/index_20230528141925.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141928.html b/.history/index_20230528141928.html new file mode 100644 index 000000000..f60699afa --- /dev/null +++ b/.history/index_20230528141928.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141932.html b/.history/index_20230528141932.html new file mode 100644 index 000000000..d9666a43a --- /dev/null +++ b/.history/index_20230528141932.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141944.html b/.history/index_20230528141944.html new file mode 100644 index 000000000..2737a044d --- /dev/null +++ b/.history/index_20230528141944.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528141950.html b/.history/index_20230528141950.html new file mode 100644 index 000000000..01244ec07 --- /dev/null +++ b/.history/index_20230528141950.html @@ -0,0 +1,43 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142015.html b/.history/index_20230528142015.html new file mode 100644 index 000000000..ea09f1b2e --- /dev/null +++ b/.history/index_20230528142015.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142021.html b/.history/index_20230528142021.html new file mode 100644 index 000000000..2c9fc38aa --- /dev/null +++ b/.history/index_20230528142021.html @@ -0,0 +1,45 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142024.html b/.history/index_20230528142024.html new file mode 100644 index 000000000..52ad3b4d2 --- /dev/null +++ b/.history/index_20230528142024.html @@ -0,0 +1,45 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142031.html b/.history/index_20230528142031.html new file mode 100644 index 000000000..723a79e78 --- /dev/null +++ b/.history/index_20230528142031.html @@ -0,0 +1,45 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ Portfolio Pictures

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142034.html b/.history/index_20230528142034.html new file mode 100644 index 000000000..6b56172a6 --- /dev/null +++ b/.history/index_20230528142034.html @@ -0,0 +1,45 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ Portfolio Pieces

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142400.html b/.history/index_20230528142400.html new file mode 100644 index 000000000..a846a26d4 --- /dev/null +++ b/.history/index_20230528142400.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142530.html b/.history/index_20230528142530.html new file mode 100644 index 000000000..71193bec3 --- /dev/null +++ b/.history/index_20230528142530.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142536.html b/.history/index_20230528142536.html new file mode 100644 index 000000000..639d4e97b --- /dev/null +++ b/.history/index_20230528142536.html @@ -0,0 +1,44 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528142537.html b/.history/index_20230528142537.html new file mode 100644 index 000000000..6e82d6691 --- /dev/null +++ b/.history/index_20230528142537.html @@ -0,0 +1,45 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145332.html b/.history/index_20230528145332.html new file mode 100644 index 000000000..74e2ba433 --- /dev/null +++ b/.history/index_20230528145332.html @@ -0,0 +1,46 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145334.html b/.history/index_20230528145334.html new file mode 100644 index 000000000..6433b1024 --- /dev/null +++ b/.history/index_20230528145334.html @@ -0,0 +1,46 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145339.html b/.history/index_20230528145339.html new file mode 100644 index 000000000..c79484285 --- /dev/null +++ b/.history/index_20230528145339.html @@ -0,0 +1,47 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145341.html b/.history/index_20230528145341.html new file mode 100644 index 000000000..13e119852 --- /dev/null +++ b/.history/index_20230528145341.html @@ -0,0 +1,47 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145343.html b/.history/index_20230528145343.html new file mode 100644 index 000000000..6433b1024 --- /dev/null +++ b/.history/index_20230528145343.html @@ -0,0 +1,46 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145348.html b/.history/index_20230528145348.html new file mode 100644 index 000000000..f59a02fe4 --- /dev/null +++ b/.history/index_20230528145348.html @@ -0,0 +1,54 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145406.html b/.history/index_20230528145406.html new file mode 100644 index 000000000..822829267 --- /dev/null +++ b/.history/index_20230528145406.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145408.html b/.history/index_20230528145408.html new file mode 100644 index 000000000..d06c865da --- /dev/null +++ b/.history/index_20230528145408.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145415.html b/.history/index_20230528145415.html new file mode 100644 index 000000000..cd36fb409 --- /dev/null +++ b/.history/index_20230528145415.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ + +

Portfolio Project

+ +
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145418.html b/.history/index_20230528145418.html new file mode 100644 index 000000000..355cef19c --- /dev/null +++ b/.history/index_20230528145418.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ < class="row"> +
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145423.html b/.history/index_20230528145423.html new file mode 100644 index 000000000..eb8270598 --- /dev/null +++ b/.history/index_20230528145423.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+ < div class="row"> +
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145425.html b/.history/index_20230528145425.html new file mode 100644 index 000000000..3cb7f877e --- /dev/null +++ b/.history/index_20230528145425.html @@ -0,0 +1,53 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145434.html b/.history/index_20230528145434.html new file mode 100644 index 000000000..903c1cc07 --- /dev/null +++ b/.history/index_20230528145434.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145451.html b/.history/index_20230528145451.html new file mode 100644 index 000000000..8bd5c1618 --- /dev/null +++ b/.history/index_20230528145451.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145453.html b/.history/index_20230528145453.html new file mode 100644 index 000000000..64f367d5a --- /dev/null +++ b/.history/index_20230528145453.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project2

+
+
+ +

Portfolio Project

+
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145457.html b/.history/index_20230528145457.html new file mode 100644 index 000000000..85a9f5ae7 --- /dev/null +++ b/.history/index_20230528145457.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project

+
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145459.html b/.history/index_20230528145459.html new file mode 100644 index 000000000..225539c1c --- /dev/null +++ b/.history/index_20230528145459.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145501.html b/.history/index_20230528145501.html new file mode 100644 index 000000000..1d8876a1c --- /dev/null +++ b/.history/index_20230528145501.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145505.html b/.history/index_20230528145505.html new file mode 100644 index 000000000..a120a4f39 --- /dev/null +++ b/.history/index_20230528145505.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528145508.html b/.history/index_20230528145508.html new file mode 100644 index 000000000..b9919b015 --- /dev/null +++ b/.history/index_20230528145508.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528152710.html b/.history/index_20230528152710.html new file mode 100644 index 000000000..f899cd506 --- /dev/null +++ b/.history/index_20230528152710.html @@ -0,0 +1,66 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528152745.html b/.history/index_20230528152745.html new file mode 100644 index 000000000..b9919b015 --- /dev/null +++ b/.history/index_20230528152745.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528152802.html b/.history/index_20230528152802.html new file mode 100644 index 000000000..8261e40bd --- /dev/null +++ b/.history/index_20230528152802.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528152810.html b/.history/index_20230528152810.html new file mode 100644 index 000000000..6a0983824 --- /dev/null +++ b/.history/index_20230528152810.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153932.html b/.history/index_20230528153932.html new file mode 100644 index 000000000..b0228c8e0 --- /dev/null +++ b/.history/index_20230528153932.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153933.html b/.history/index_20230528153933.html new file mode 100644 index 000000000..e60a59b5b --- /dev/null +++ b/.history/index_20230528153933.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153937.html b/.history/index_20230528153937.html new file mode 100644 index 000000000..22922e84c --- /dev/null +++ b/.history/index_20230528153937.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153943.html b/.history/index_20230528153943.html new file mode 100644 index 000000000..6b84a2735 --- /dev/null +++ b/.history/index_20230528153943.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153946.html b/.history/index_20230528153946.html new file mode 100644 index 000000000..a2dd2929a --- /dev/null +++ b/.history/index_20230528153946.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528153953.html b/.history/index_20230528153953.html new file mode 100644 index 000000000..0929b2bf9 --- /dev/null +++ b/.history/index_20230528153953.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528154048.html b/.history/index_20230528154048.html new file mode 100644 index 000000000..55da09edb --- /dev/null +++ b/.history/index_20230528154048.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528154049.html b/.history/index_20230528154049.html new file mode 100644 index 000000000..a2dd2929a --- /dev/null +++ b/.history/index_20230528154049.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528154117.html b/.history/index_20230528154117.html new file mode 100644 index 000000000..6b84a2735 --- /dev/null +++ b/.history/index_20230528154117.html @@ -0,0 +1,68 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528154123.html b/.history/index_20230528154123.html new file mode 100644 index 000000000..6a0983824 --- /dev/null +++ b/.history/index_20230528154123.html @@ -0,0 +1,67 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528154200.html b/.history/index_20230528154200.html new file mode 100644 index 000000000..0929b2bf9 --- /dev/null +++ b/.history/index_20230528154200.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161250.html b/.history/index_20230528161250.html new file mode 100644 index 000000000..3fc11ff5f --- /dev/null +++ b/.history/index_20230528161250.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ //
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161253.html b/.history/index_20230528161253.html new file mode 100644 index 000000000..3fc11ff5f --- /dev/null +++ b/.history/index_20230528161253.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ //
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161256.html b/.history/index_20230528161256.html new file mode 100644 index 000000000..990ce3fd2 --- /dev/null +++ b/.history/index_20230528161256.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ /
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161259.html b/.history/index_20230528161259.html new file mode 100644 index 000000000..13ebe7c09 --- /dev/null +++ b/.history/index_20230528161259.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ /*
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161303.html b/.history/index_20230528161303.html new file mode 100644 index 000000000..1168a4851 --- /dev/null +++ b/.history/index_20230528161303.html @@ -0,0 +1,70 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ /*
+ +

Portfolio Project 1

+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161308.html b/.history/index_20230528161308.html new file mode 100644 index 000000000..e049933df --- /dev/null +++ b/.history/index_20230528161308.html @@ -0,0 +1,70 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ /*
+ +

Portfolio Project 1

+
+ */ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161311.html b/.history/index_20230528161311.html new file mode 100644 index 000000000..1168a4851 --- /dev/null +++ b/.history/index_20230528161311.html @@ -0,0 +1,70 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ /*
+ +

Portfolio Project 1

+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161314.html b/.history/index_20230528161314.html new file mode 100644 index 000000000..742346007 --- /dev/null +++ b/.history/index_20230528161314.html @@ -0,0 +1,70 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161324.html b/.history/index_20230528161324.html new file mode 100644 index 000000000..11c0f58bf --- /dev/null +++ b/.history/index_20230528161324.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161328.html b/.history/index_20230528161328.html new file mode 100644 index 000000000..0929b2bf9 --- /dev/null +++ b/.history/index_20230528161328.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161345.html b/.history/index_20230528161345.html new file mode 100644 index 000000000..89415ee7c --- /dev/null +++ b/.history/index_20230528161345.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ <>
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161350.html b/.history/index_20230528161350.html new file mode 100644 index 000000000..5ebda9591 --- /dev/null +++ b/.history/index_20230528161350.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ <
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161352.html b/.history/index_20230528161352.html new file mode 100644 index 000000000..41bbcc53c --- /dev/null +++ b/.history/index_20230528161352.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ + +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+ +
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161354.html b/.history/index_20230528161354.html new file mode 100644 index 000000000..7f152f970 --- /dev/null +++ b/.history/index_20230528161354.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161407.html b/.history/index_20230528161407.html new file mode 100644 index 000000000..6ff268bcb --- /dev/null +++ b/.history/index_20230528161407.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161408.html b/.history/index_20230528161408.html new file mode 100644 index 000000000..a34202965 --- /dev/null +++ b/.history/index_20230528161408.html @@ -0,0 +1,74 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161450.html b/.history/index_20230528161450.html new file mode 100644 index 000000000..5344d1fe0 --- /dev/null +++ b/.history/index_20230528161450.html @@ -0,0 +1,74 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161501.html b/.history/index_20230528161501.html new file mode 100644 index 000000000..5344d1fe0 --- /dev/null +++ b/.history/index_20230528161501.html @@ -0,0 +1,74 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+ +
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161539.html b/.history/index_20230528161539.html new file mode 100644 index 000000000..7f152f970 --- /dev/null +++ b/.history/index_20230528161539.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +

Portfolio Project 1

+
+
+ +

Portfolio Project 2

+
+
+ +

Portfolio Project 3

+
+
+
+
+ +

Portfolio Project 4

+
+
+ +

Portfolio Project 5

+
+
+ +

Portfolio Project 6

+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528161558.html b/.history/index_20230528161558.html new file mode 100644 index 000000000..bebae543d --- /dev/null +++ b/.history/index_20230528161558.html @@ -0,0 +1,69 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + \ No newline at end of file diff --git a/.history/index_20230528161601.html b/.history/index_20230528161601.html new file mode 100644 index 000000000..ca068cca1 --- /dev/null +++ b/.history/index_20230528161601.html @@ -0,0 +1,70 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528161610.html b/.history/index_20230528161610.html new file mode 100644 index 000000000..a5b68e2fb --- /dev/null +++ b/.history/index_20230528161610.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ + +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528162030.html b/.history/index_20230528162030.html new file mode 100644 index 000000000..d41c30fd1 --- /dev/null +++ b/.history/index_20230528162030.html @@ -0,0 +1,81 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528162031.html b/.history/index_20230528162031.html new file mode 100644 index 000000000..0763ae912 --- /dev/null +++ b/.history/index_20230528162031.html @@ -0,0 +1,81 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528162721.html b/.history/index_20230528162721.html new file mode 100644 index 000000000..265b4eafa --- /dev/null +++ b/.history/index_20230528162721.html @@ -0,0 +1,84 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528162729.html b/.history/index_20230528162729.html new file mode 100644 index 000000000..0763ae912 --- /dev/null +++ b/.history/index_20230528162729.html @@ -0,0 +1,81 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528162757.html b/.history/index_20230528162757.html new file mode 100644 index 000000000..e93988d65 --- /dev/null +++ b/.history/index_20230528162757.html @@ -0,0 +1,89 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528162758.html b/.history/index_20230528162758.html new file mode 100644 index 000000000..671e8a270 --- /dev/null +++ b/.history/index_20230528162758.html @@ -0,0 +1,88 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/.history/index_20230528162809.html b/.history/index_20230528162809.html new file mode 100644 index 000000000..71d901b6c --- /dev/null +++ b/.history/index_20230528162809.html @@ -0,0 +1,88 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/.history/index_20230528162818.html b/.history/index_20230528162818.html new file mode 100644 index 000000000..671e8a270 --- /dev/null +++ b/.history/index_20230528162818.html @@ -0,0 +1,88 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/.history/index_20230528164005.html b/.history/index_20230528164005.html new file mode 100644 index 000000000..830599ef7 --- /dev/null +++ b/.history/index_20230528164005.html @@ -0,0 +1,108 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/.history/index_20230528164052.html b/.history/index_20230528164052.html new file mode 100644 index 000000000..82168bb61 --- /dev/null +++ b/.history/index_20230528164052.html @@ -0,0 +1,109 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164054.html b/.history/index_20230528164054.html new file mode 100644 index 000000000..8d440343a --- /dev/null +++ b/.history/index_20230528164054.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164215.html b/.history/index_20230528164215.html new file mode 100644 index 000000000..ff090c40d --- /dev/null +++ b/.history/index_20230528164215.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164221.html b/.history/index_20230528164221.html new file mode 100644 index 000000000..b9d7d43fb --- /dev/null +++ b/.history/index_20230528164221.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164223.html b/.history/index_20230528164223.html new file mode 100644 index 000000000..749be5ff7 --- /dev/null +++ b/.history/index_20230528164223.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164237.html b/.history/index_20230528164237.html new file mode 100644 index 000000000..5fa72052d --- /dev/null +++ b/.history/index_20230528164237.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164239.html b/.history/index_20230528164239.html new file mode 100644 index 000000000..e758825ae --- /dev/null +++ b/.history/index_20230528164239.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164248.html b/.history/index_20230528164248.html new file mode 100644 index 000000000..150141ff8 --- /dev/null +++ b/.history/index_20230528164248.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164250.html b/.history/index_20230528164250.html new file mode 100644 index 000000000..150141ff8 --- /dev/null +++ b/.history/index_20230528164250.html @@ -0,0 +1,112 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164333.html b/.history/index_20230528164333.html new file mode 100644 index 000000000..b4fb23c4f --- /dev/null +++ b/.history/index_20230528164333.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164335.html b/.history/index_20230528164335.html new file mode 100644 index 000000000..db1c031d5 --- /dev/null +++ b/.history/index_20230528164335.html @@ -0,0 +1,91 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/.history/index_20230528164445.html b/.history/index_20230528164445.html new file mode 100644 index 000000000..242bd0c89 --- /dev/null +++ b/.history/index_20230528164445.html @@ -0,0 +1,81 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + diff --git a/.history/index_20230528164625.html b/.history/index_20230528164625.html new file mode 100644 index 000000000..31d6d9882 --- /dev/null +++ b/.history/index_20230528164625.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + diff --git a/.history/index_20230528164626.html b/.history/index_20230528164626.html new file mode 100644 index 000000000..5045fca58 --- /dev/null +++ b/.history/index_20230528164626.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164636.html b/.history/index_20230528164636.html new file mode 100644 index 000000000..3b3c32844 --- /dev/null +++ b/.history/index_20230528164636.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164640.html b/.history/index_20230528164640.html new file mode 100644 index 000000000..325cc71d9 --- /dev/null +++ b/.history/index_20230528164640.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164649.html b/.history/index_20230528164649.html new file mode 100644 index 000000000..e78d7a81a --- /dev/null +++ b/.history/index_20230528164649.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164707.html b/.history/index_20230528164707.html new file mode 100644 index 000000000..789b88a5c --- /dev/null +++ b/.history/index_20230528164707.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164713.html b/.history/index_20230528164713.html new file mode 100644 index 000000000..881420523 --- /dev/null +++ b/.history/index_20230528164713.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164718.html b/.history/index_20230528164718.html new file mode 100644 index 000000000..a53e462e3 --- /dev/null +++ b/.history/index_20230528164718.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164724.html b/.history/index_20230528164724.html new file mode 100644 index 000000000..9bd4a0f76 --- /dev/null +++ b/.history/index_20230528164724.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164727.html b/.history/index_20230528164727.html new file mode 100644 index 000000000..0a89b7ec0 --- /dev/null +++ b/.history/index_20230528164727.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164736.html b/.history/index_20230528164736.html new file mode 100644 index 000000000..4b87fba6e --- /dev/null +++ b/.history/index_20230528164736.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164741.html b/.history/index_20230528164741.html new file mode 100644 index 000000000..aab94a17a --- /dev/null +++ b/.history/index_20230528164741.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164744.html b/.history/index_20230528164744.html new file mode 100644 index 000000000..a34b572b3 --- /dev/null +++ b/.history/index_20230528164744.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164755.html b/.history/index_20230528164755.html new file mode 100644 index 000000000..8943fc14a --- /dev/null +++ b/.history/index_20230528164755.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164928.html b/.history/index_20230528164928.html new file mode 100644 index 000000000..7dd604729 --- /dev/null +++ b/.history/index_20230528164928.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164931.html b/.history/index_20230528164931.html new file mode 100644 index 000000000..b5906931d --- /dev/null +++ b/.history/index_20230528164931.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528164932.html b/.history/index_20230528164932.html new file mode 100644 index 000000000..caaa8608e --- /dev/null +++ b/.history/index_20230528164932.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165020.html b/.history/index_20230528165020.html new file mode 100644 index 000000000..2bb45f002 --- /dev/null +++ b/.history/index_20230528165020.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165022.html b/.history/index_20230528165022.html new file mode 100644 index 000000000..108afdcb2 --- /dev/null +++ b/.history/index_20230528165022.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165025.html b/.history/index_20230528165025.html new file mode 100644 index 000000000..65355234e --- /dev/null +++ b/.history/index_20230528165025.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165026.html b/.history/index_20230528165026.html new file mode 100644 index 000000000..929b1ee28 --- /dev/null +++ b/.history/index_20230528165026.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165229.html b/.history/index_20230528165229.html new file mode 100644 index 000000000..85af3c571 --- /dev/null +++ b/.history/index_20230528165229.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165232.html b/.history/index_20230528165232.html new file mode 100644 index 000000000..6cdc05a5f --- /dev/null +++ b/.history/index_20230528165232.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230528165233.html b/.history/index_20230528165233.html new file mode 100644 index 000000000..6cdc05a5f --- /dev/null +++ b/.history/index_20230528165233.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230605154718.html b/.history/index_20230605154718.html new file mode 100644 index 000000000..f4c11ea91 --- /dev/null +++ b/.history/index_20230605154718.html @@ -0,0 +1,92 @@ + + + + + + + Sean KipinΓ€ Portfolio + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230605174404.html b/.history/index_20230605174404.html new file mode 100644 index 000000000..70de6a72c --- /dev/null +++ b/.history/index_20230605174404.html @@ -0,0 +1,91 @@ + + + + + + + + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230605174406.html b/.history/index_20230605174406.html new file mode 100644 index 000000000..00c8f0261 --- /dev/null +++ b/.history/index_20230605174406.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220453.html b/.history/index_20230606220453.html new file mode 100644 index 000000000..15661933f --- /dev/null +++ b/.history/index_20230606220453.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ My Portfolio +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220455.html b/.history/index_20230606220455.html new file mode 100644 index 000000000..63245ed9a --- /dev/null +++ b/.history/index_20230606220455.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ My Portfolio +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220531.html b/.history/index_20230606220531.html new file mode 100644 index 000000000..480079fe8 --- /dev/null +++ b/.history/index_20230606220531.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ >My Portfolio +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220533.html b/.history/index_20230606220533.html new file mode 100644 index 000000000..bccd97bdb --- /dev/null +++ b/.history/index_20230606220533.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ >My Portfolio +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220540.html b/.history/index_20230606220540.html new file mode 100644 index 000000000..336dad3b9 --- /dev/null +++ b/.history/index_20230606220540.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ My Portfolio +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220543.html b/.history/index_20230606220543.html new file mode 100644 index 000000000..91beb0675 --- /dev/null +++ b/.history/index_20230606220543.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220546.html b/.history/index_20230606220546.html new file mode 100644 index 000000000..352332ee0 --- /dev/null +++ b/.history/index_20230606220546.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ < href="projects.html">
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220602.html b/.history/index_20230606220602.html new file mode 100644 index 000000000..e9f8046f9 --- /dev/null +++ b/.history/index_20230606220602.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ < href="projects.html">
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220604.html b/.history/index_20230606220604.html new file mode 100644 index 000000000..899b344d0 --- /dev/null +++ b/.history/index_20230606220604.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ < href="projects.html">> +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606220606.html b/.history/index_20230606220606.html new file mode 100644 index 000000000..899b344d0 --- /dev/null +++ b/.history/index_20230606220606.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ < href="projects.html">> +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222043.html b/.history/index_20230606222043.html new file mode 100644 index 000000000..c86c9ac97 --- /dev/null +++ b/.history/index_20230606222043.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ href="projects.html">> +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222045.html b/.history/index_20230606222045.html new file mode 100644 index 000000000..899b344d0 --- /dev/null +++ b/.history/index_20230606222045.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ < href="projects.html">> +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222046.html b/.history/index_20230606222046.html new file mode 100644 index 000000000..df34f4795 --- /dev/null +++ b/.history/index_20230606222046.html @@ -0,0 +1,92 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+

SEAN KIPINΓ„

+ > +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222449.html b/.history/index_20230606222449.html new file mode 100644 index 000000000..4741bc495 --- /dev/null +++ b/.history/index_20230606222449.html @@ -0,0 +1,91 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+ +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222451.html b/.history/index_20230606222451.html new file mode 100644 index 000000000..c38449e6e --- /dev/null +++ b/.history/index_20230606222451.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222509.html b/.history/index_20230606222509.html new file mode 100644 index 000000000..e9d3a826c --- /dev/null +++ b/.history/index_20230606222509.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
SEAN KIPINΓ„ + > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222510.html b/.history/index_20230606222510.html new file mode 100644 index 000000000..fb9d0625f --- /dev/null +++ b/.history/index_20230606222510.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222520.html b/.history/index_20230606222520.html new file mode 100644 index 000000000..ee543a612 --- /dev/null +++ b/.history/index_20230606222520.html @@ -0,0 +1,89 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
SEAN KIPINΓ„ + > + +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222521.html b/.history/index_20230606222521.html new file mode 100644 index 000000000..77b9ca0dd --- /dev/null +++ b/.history/index_20230606222521.html @@ -0,0 +1,89 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ > + +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222533.html b/.history/index_20230606222533.html new file mode 100644 index 000000000..9c1c0d66a --- /dev/null +++ b/.history/index_20230606222533.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ > + +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222538.html b/.history/index_20230606222538.html new file mode 100644 index 000000000..786e1cfa6 --- /dev/null +++ b/.history/index_20230606222538.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
SEAN KIPINΓ„ + > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222539.html b/.history/index_20230606222539.html new file mode 100644 index 000000000..7d88c9d7c --- /dev/null +++ b/.history/index_20230606222539.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > + +
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222545.html b/.history/index_20230606222545.html new file mode 100644 index 000000000..72274f350 --- /dev/null +++ b/.history/index_20230606222545.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222546.html b/.history/index_20230606222546.html new file mode 100644 index 000000000..6c4271a5a --- /dev/null +++ b/.history/index_20230606222546.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222804.html b/.history/index_20230606222804.html new file mode 100644 index 000000000..77c439825 --- /dev/null +++ b/.history/index_20230606222804.html @@ -0,0 +1,91 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222806.html b/.history/index_20230606222806.html new file mode 100644 index 000000000..6c4271a5a --- /dev/null +++ b/.history/index_20230606222806.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222811.html b/.history/index_20230606222811.html new file mode 100644 index 000000000..58229f2df --- /dev/null +++ b/.history/index_20230606222811.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

< + > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222813.html b/.history/index_20230606222813.html new file mode 100644 index 000000000..3aecd567c --- /dev/null +++ b/.history/index_20230606222813.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


> +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222815.html b/.history/index_20230606222815.html new file mode 100644 index 000000000..75bf01c0b --- /dev/null +++ b/.history/index_20230606222815.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222837.html b/.history/index_20230606222837.html new file mode 100644 index 000000000..a9028f20a --- /dev/null +++ b/.history/index_20230606222837.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606222840.html b/.history/index_20230606222840.html new file mode 100644 index 000000000..75bf01c0b --- /dev/null +++ b/.history/index_20230606222840.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ > +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230606223245.html b/.history/index_20230606223245.html new file mode 100644 index 000000000..bb84f946a --- /dev/null +++ b/.history/index_20230606223245.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ >/a> +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230606223248.html b/.history/index_20230606223248.html new file mode 100644 index 000000000..918eb56b3 --- /dev/null +++ b/.history/index_20230606223248.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ /a> +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230606223249.html b/.history/index_20230606223249.html new file mode 100644 index 000000000..69589af75 --- /dev/null +++ b/.history/index_20230606223249.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607000746.html b/.history/index_20230607000746.html new file mode 100644 index 000000000..e02c7d812 --- /dev/null +++ b/.history/index_20230607000746.html @@ -0,0 +1,90 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607000823.html b/.history/index_20230607000823.html new file mode 100644 index 000000000..95eb292cb --- /dev/null +++ b/.history/index_20230607000823.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232327.html b/.history/index_20230607232327.html new file mode 100644 index 000000000..90237811b --- /dev/null +++ b/.history/index_20230607232327.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232329.html b/.history/index_20230607232329.html new file mode 100644 index 000000000..715edf162 --- /dev/null +++ b/.history/index_20230607232329.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232331.html b/.history/index_20230607232331.html new file mode 100644 index 000000000..8640a50ce --- /dev/null +++ b/.history/index_20230607232331.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232332.html b/.history/index_20230607232332.html new file mode 100644 index 000000000..125e5c84c --- /dev/null +++ b/.history/index_20230607232332.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232333.html b/.history/index_20230607232333.html new file mode 100644 index 000000000..715edf162 --- /dev/null +++ b/.history/index_20230607232333.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232338.html b/.history/index_20230607232338.html new file mode 100644 index 000000000..010905e07 --- /dev/null +++ b/.history/index_20230607232338.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232345.html b/.history/index_20230607232345.html new file mode 100644 index 000000000..e71dee7f9 --- /dev/null +++ b/.history/index_20230607232345.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232503.html b/.history/index_20230607232503.html new file mode 100644 index 000000000..a385cc432 --- /dev/null +++ b/.history/index_20230607232503.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607232504.html b/.history/index_20230607232504.html new file mode 100644 index 000000000..a1a138c1b --- /dev/null +++ b/.history/index_20230607232504.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607234937.html b/.history/index_20230607234937.html new file mode 100644 index 000000000..e69de29bb diff --git a/.history/index_20230607234939.html b/.history/index_20230607234939.html new file mode 100644 index 000000000..c5fa78456 --- /dev/null +++ b/.history/index_20230607234939.html @@ -0,0 +1 @@ +< \ No newline at end of file diff --git a/.history/index_20230607234941.html b/.history/index_20230607234941.html new file mode 100644 index 000000000..a1a138c1b --- /dev/null +++ b/.history/index_20230607234941.html @@ -0,0 +1,88 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+
+ Portfolio Project 1 +

Portfolio Project 1

+
+
+
+
+ Portfolio Project 2 +

Portfolio Project 2

+
+
+
+
+ Portfolio Project 3 +

Portfolio Project 3

+
+
+
+
+ Portfolio Project 4 +

Portfolio Project 4

+
+
+
+
+ Portfolio Project 5 +

Portfolio Project 5

+
+
+
+
+ Portfolio Project 6 +

Portfolio Project 6

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/.history/index_20230607234953.html b/.history/index_20230607234953.html new file mode 100644 index 000000000..4ebc1b3c0 --- /dev/null +++ b/.history/index_20230607234953.html @@ -0,0 +1,15 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + + \ No newline at end of file diff --git a/.history/index_20230607234956.html b/.history/index_20230607234956.html new file mode 100644 index 000000000..2d7cec141 --- /dev/null +++ b/.history/index_20230607234956.html @@ -0,0 +1,15 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + < + + \ No newline at end of file diff --git a/.history/index_20230607234957.html b/.history/index_20230607234957.html new file mode 100644 index 000000000..28fa12142 --- /dev/null +++ b/.history/index_20230607234957.html @@ -0,0 +1,15 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + + \ No newline at end of file diff --git a/.history/index_20230607235015.html b/.history/index_20230607235015.html new file mode 100644 index 000000000..28fa12142 --- /dev/null +++ b/.history/index_20230607235015.html @@ -0,0 +1,15 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + + \ No newline at end of file diff --git a/.history/index_20230607235214.html b/.history/index_20230607235214.html new file mode 100644 index 000000000..385f01194 --- /dev/null +++ b/.history/index_20230607235214.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + < + + + + \ No newline at end of file diff --git a/.history/index_20230607235215.html b/.history/index_20230607235215.html new file mode 100644 index 000000000..18a3a65fb --- /dev/null +++ b/.history/index_20230607235215.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + + + \ No newline at end of file diff --git a/.history/index_20230607235216.html b/.history/index_20230607235216.html new file mode 100644 index 000000000..e52171dd7 --- /dev/null +++ b/.history/index_20230607235216.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + > + + + + \ No newline at end of file diff --git a/.history/index_20230607235220.html b/.history/index_20230607235220.html new file mode 100644 index 000000000..ee621a65f --- /dev/null +++ b/.history/index_20230607235220.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + ?< + + + + \ No newline at end of file diff --git a/.history/index_20230607235223.html b/.history/index_20230607235223.html new file mode 100644 index 000000000..18a3a65fb --- /dev/null +++ b/.history/index_20230607235223.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + + + \ No newline at end of file diff --git a/.history/index_20230607235224.html b/.history/index_20230607235224.html new file mode 100644 index 000000000..385f01194 --- /dev/null +++ b/.history/index_20230607235224.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + < + + + + \ No newline at end of file diff --git a/.history/index_20230607235229.html b/.history/index_20230607235229.html new file mode 100644 index 000000000..9ee466c1f --- /dev/null +++ b/.history/index_20230607235229.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + + + + \ No newline at end of file diff --git a/.history/index_20230607235237.html b/.history/index_20230607235237.html new file mode 100644 index 000000000..32335bb05 --- /dev/null +++ b/.history/index_20230607235237.html @@ -0,0 +1,16 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235238.html b/.history/index_20230607235238.html new file mode 100644 index 000000000..f0ac5e0f8 --- /dev/null +++ b/.history/index_20230607235238.html @@ -0,0 +1,18 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235244.html b/.history/index_20230607235244.html new file mode 100644 index 000000000..61d450b17 --- /dev/null +++ b/.history/index_20230607235244.html @@ -0,0 +1,18 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ < +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235247.html b/.history/index_20230607235247.html new file mode 100644 index 000000000..3f51286e6 --- /dev/null +++ b/.history/index_20230607235247.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235256.html b/.history/index_20230607235256.html new file mode 100644 index 000000000..84a176caf --- /dev/null +++ b/.history/index_20230607235256.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235258.html b/.history/index_20230607235258.html new file mode 100644 index 000000000..1189de892 --- /dev/null +++ b/.history/index_20230607235258.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235303.html b/.history/index_20230607235303.html new file mode 100644 index 000000000..1189de892 --- /dev/null +++ b/.history/index_20230607235303.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235305.html b/.history/index_20230607235305.html new file mode 100644 index 000000000..40b787ac1 --- /dev/null +++ b/.history/index_20230607235305.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235306.html b/.history/index_20230607235306.html new file mode 100644 index 000000000..4d69c6834 --- /dev/null +++ b/.history/index_20230607235306.html @@ -0,0 +1,19 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235308.html b/.history/index_20230607235308.html new file mode 100644 index 000000000..40b787ac1 --- /dev/null +++ b/.history/index_20230607235308.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235311.html b/.history/index_20230607235311.html new file mode 100644 index 000000000..30d0599ea --- /dev/null +++ b/.history/index_20230607235311.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235312.html b/.history/index_20230607235312.html new file mode 100644 index 000000000..84ad362ed --- /dev/null +++ b/.history/index_20230607235312.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235313.html b/.history/index_20230607235313.html new file mode 100644 index 000000000..30d0599ea --- /dev/null +++ b/.history/index_20230607235313.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235315.html b/.history/index_20230607235315.html new file mode 100644 index 000000000..1189de892 --- /dev/null +++ b/.history/index_20230607235315.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235319.html b/.history/index_20230607235319.html new file mode 100644 index 000000000..657f785bb --- /dev/null +++ b/.history/index_20230607235319.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235321.html b/.history/index_20230607235321.html new file mode 100644 index 000000000..a4c68b457 --- /dev/null +++ b/.history/index_20230607235321.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235327.html b/.history/index_20230607235327.html new file mode 100644 index 000000000..e809052d3 --- /dev/null +++ b/.history/index_20230607235327.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235328.html b/.history/index_20230607235328.html new file mode 100644 index 000000000..a4c68b457 --- /dev/null +++ b/.history/index_20230607235328.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235331.html b/.history/index_20230607235331.html new file mode 100644 index 000000000..44ebd8021 --- /dev/null +++ b/.history/index_20230607235331.html @@ -0,0 +1,20 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235340.html b/.history/index_20230607235340.html new file mode 100644 index 000000000..25245e42a --- /dev/null +++ b/.history/index_20230607235340.html @@ -0,0 +1,21 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235346.html b/.history/index_20230607235346.html new file mode 100644 index 000000000..e648d9350 --- /dev/null +++ b/.history/index_20230607235346.html @@ -0,0 +1,21 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235354.html b/.history/index_20230607235354.html new file mode 100644 index 000000000..4d240c685 --- /dev/null +++ b/.history/index_20230607235354.html @@ -0,0 +1,22 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235356.html b/.history/index_20230607235356.html new file mode 100644 index 000000000..1b3d27b72 --- /dev/null +++ b/.history/index_20230607235356.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235358.html b/.history/index_20230607235358.html new file mode 100644 index 000000000..ad75ab075 --- /dev/null +++ b/.history/index_20230607235358.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + < + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235400.html b/.history/index_20230607235400.html new file mode 100644 index 000000000..beb1c643c --- /dev/null +++ b/.history/index_20230607235400.html @@ -0,0 +1,22 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235404.html b/.history/index_20230607235404.html new file mode 100644 index 000000000..ccb6e69f4 --- /dev/null +++ b/.history/index_20230607235404.html @@ -0,0 +1,22 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235408.html b/.history/index_20230607235408.html new file mode 100644 index 000000000..607075035 --- /dev/null +++ b/.history/index_20230607235408.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235413.html b/.history/index_20230607235413.html new file mode 100644 index 000000000..ec1089050 --- /dev/null +++ b/.history/index_20230607235413.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235417.html b/.history/index_20230607235417.html new file mode 100644 index 000000000..860cd0738 --- /dev/null +++ b/.history/index_20230607235417.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235420.html b/.history/index_20230607235420.html new file mode 100644 index 000000000..2298aeb31 --- /dev/null +++ b/.history/index_20230607235420.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235427.html b/.history/index_20230607235427.html new file mode 100644 index 000000000..685b61c2a --- /dev/null +++ b/.history/index_20230607235427.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235430.html b/.history/index_20230607235430.html new file mode 100644 index 000000000..42a99a417 --- /dev/null +++ b/.history/index_20230607235430.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235431.html b/.history/index_20230607235431.html new file mode 100644 index 000000000..c654a1e29 --- /dev/null +++ b/.history/index_20230607235431.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235438.html b/.history/index_20230607235438.html new file mode 100644 index 000000000..3885a773b --- /dev/null +++ b/.history/index_20230607235438.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235445.html b/.history/index_20230607235445.html new file mode 100644 index 000000000..f2ec474d1 --- /dev/null +++ b/.history/index_20230607235445.html @@ -0,0 +1,23 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235501.html b/.history/index_20230607235501.html new file mode 100644 index 000000000..0e6fb6460 --- /dev/null +++ b/.history/index_20230607235501.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235504.html b/.history/index_20230607235504.html new file mode 100644 index 000000000..48e6f7e43 --- /dev/null +++ b/.history/index_20230607235504.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235506.html b/.history/index_20230607235506.html new file mode 100644 index 000000000..df46450c8 --- /dev/null +++ b/.history/index_20230607235506.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235514.html b/.history/index_20230607235514.html new file mode 100644 index 000000000..ae10804d4 --- /dev/null +++ b/.history/index_20230607235514.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235517.html b/.history/index_20230607235517.html new file mode 100644 index 000000000..80161cb11 --- /dev/null +++ b/.history/index_20230607235517.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235520.html b/.history/index_20230607235520.html new file mode 100644 index 000000000..8f802f5c4 --- /dev/null +++ b/.history/index_20230607235520.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235529.html b/.history/index_20230607235529.html new file mode 100644 index 000000000..3b42dbc3d --- /dev/null +++ b/.history/index_20230607235529.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235539.html b/.history/index_20230607235539.html new file mode 100644 index 000000000..1e8359f73 --- /dev/null +++ b/.history/index_20230607235539.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235548.html b/.history/index_20230607235548.html new file mode 100644 index 000000000..b41b134ae --- /dev/null +++ b/.history/index_20230607235548.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235554.html b/.history/index_20230607235554.html new file mode 100644 index 000000000..6629db97d --- /dev/null +++ b/.history/index_20230607235554.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235556.html b/.history/index_20230607235556.html new file mode 100644 index 000000000..896d8fc8a --- /dev/null +++ b/.history/index_20230607235556.html @@ -0,0 +1,26 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230607235605.html b/.history/index_20230607235605.html new file mode 100644 index 000000000..fe54a75bc --- /dev/null +++ b/.history/index_20230607235605.html @@ -0,0 +1,25 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+ + + + \ No newline at end of file diff --git a/.history/index_20230609155200.html b/.history/index_20230609155200.html new file mode 100644 index 000000000..1e2e9ac06 --- /dev/null +++ b/.history/index_20230609155200.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155209.html b/.history/index_20230609155209.html new file mode 100644 index 000000000..58f718954 --- /dev/null +++ b/.history/index_20230609155209.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ < +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155211.html b/.history/index_20230609155211.html new file mode 100644 index 000000000..bdc874a36 --- /dev/null +++ b/.history/index_20230609155211.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155225.html b/.history/index_20230609155225.html new file mode 100644 index 000000000..305ce99db --- /dev/null +++ b/.history/index_20230609155225.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155228.html b/.history/index_20230609155228.html new file mode 100644 index 000000000..c3b3ca376 --- /dev/null +++ b/.history/index_20230609155228.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155232.html b/.history/index_20230609155232.html new file mode 100644 index 000000000..8067e77aa --- /dev/null +++ b/.history/index_20230609155232.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155245.html b/.history/index_20230609155245.html new file mode 100644 index 000000000..de7c58857 --- /dev/null +++ b/.history/index_20230609155245.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ + +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155252.html b/.history/index_20230609155252.html new file mode 100644 index 000000000..6d0158abf --- /dev/null +++ b/.history/index_20230609155252.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155302.html b/.history/index_20230609155302.html new file mode 100644 index 000000000..39dee8d9f --- /dev/null +++ b/.history/index_20230609155302.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155316.html b/.history/index_20230609155316.html new file mode 100644 index 000000000..d531a2b9b --- /dev/null +++ b/.history/index_20230609155316.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ My Pro +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155325.html b/.history/index_20230609155325.html new file mode 100644 index 000000000..e3e550223 --- /dev/null +++ b/.history/index_20230609155325.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155913.html b/.history/index_20230609155913.html new file mode 100644 index 000000000..c7aa54fa9 --- /dev/null +++ b/.history/index_20230609155913.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155926.html b/.history/index_20230609155926.html new file mode 100644 index 000000000..04cb0f4e8 --- /dev/null +++ b/.history/index_20230609155926.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ < + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155927.html b/.history/index_20230609155927.html new file mode 100644 index 000000000..4d5cefe50 --- /dev/null +++ b/.history/index_20230609155927.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ <> + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155928.html b/.history/index_20230609155928.html new file mode 100644 index 000000000..e1b956d3b --- /dev/null +++ b/.history/index_20230609155928.html @@ -0,0 +1,27 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155950.html b/.history/index_20230609155950.html new file mode 100644 index 000000000..974c9b14e --- /dev/null +++ b/.history/index_20230609155950.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINA

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155956.html b/.history/index_20230609155956.html new file mode 100644 index 000000000..d74a908d7 --- /dev/null +++ b/.history/index_20230609155956.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPIN +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609155959.html b/.history/index_20230609155959.html new file mode 100644 index 000000000..d74a908d7 --- /dev/null +++ b/.history/index_20230609155959.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPIN +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160001.html b/.history/index_20230609160001.html new file mode 100644 index 000000000..44a203580 --- /dev/null +++ b/.history/index_20230609160001.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPIN¨ +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160002.html b/.history/index_20230609160002.html new file mode 100644 index 000000000..569dfde5e --- /dev/null +++ b/.history/index_20230609160002.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„ +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160006.html b/.history/index_20230609160006.html new file mode 100644 index 000000000..d74a908d7 --- /dev/null +++ b/.history/index_20230609160006.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPIN +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160009.html b/.history/index_20230609160009.html new file mode 100644 index 000000000..d74a908d7 --- /dev/null +++ b/.history/index_20230609160009.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPIN +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160011.html b/.history/index_20230609160011.html new file mode 100644 index 000000000..569dfde5e --- /dev/null +++ b/.history/index_20230609160011.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„ +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160014.html b/.history/index_20230609160014.html new file mode 100644 index 000000000..569dfde5e --- /dev/null +++ b/.history/index_20230609160014.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„ +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160015.html b/.history/index_20230609160015.html new file mode 100644 index 000000000..569dfde5e --- /dev/null +++ b/.history/index_20230609160015.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„ +

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160023.html b/.history/index_20230609160023.html new file mode 100644 index 000000000..706bd33f6 --- /dev/null +++ b/.history/index_20230609160023.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160025.html b/.history/index_20230609160025.html new file mode 100644 index 000000000..3cbd9d4b0 --- /dev/null +++ b/.history/index_20230609160025.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160035.html b/.history/index_20230609160035.html new file mode 100644 index 000000000..8f071fc5d --- /dev/null +++ b/.history/index_20230609160035.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+<> + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160036.html b/.history/index_20230609160036.html new file mode 100644 index 000000000..e0972bd6d --- /dev/null +++ b/.history/index_20230609160036.html @@ -0,0 +1,28 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160051.html b/.history/index_20230609160051.html new file mode 100644 index 000000000..0b4e1e3d4 --- /dev/null +++ b/.history/index_20230609160051.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160101.html b/.history/index_20230609160101.html new file mode 100644 index 000000000..760c24119 --- /dev/null +++ b/.history/index_20230609160101.html @@ -0,0 +1,29 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160106.html b/.history/index_20230609160106.html new file mode 100644 index 000000000..62dd87ff4 --- /dev/null +++ b/.history/index_20230609160106.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160107.html b/.history/index_20230609160107.html new file mode 100644 index 000000000..94d788f92 --- /dev/null +++ b/.history/index_20230609160107.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160108.html b/.history/index_20230609160108.html new file mode 100644 index 000000000..14778379f --- /dev/null +++ b/.history/index_20230609160108.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160113.html b/.history/index_20230609160113.html new file mode 100644 index 000000000..d7d17532b --- /dev/null +++ b/.history/index_20230609160113.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+ SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160116.html b/.history/index_20230609160116.html new file mode 100644 index 000000000..bb59da7ea --- /dev/null +++ b/.history/index_20230609160116.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+ + + + + + + + +

+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160118.html b/.history/index_20230609160118.html new file mode 100644 index 000000000..34577b72f --- /dev/null +++ b/.history/index_20230609160118.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+ <>SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160119.html b/.history/index_20230609160119.html new file mode 100644 index 000000000..e1384f1be --- /dev/null +++ b/.history/index_20230609160119.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160138.html b/.history/index_20230609160138.html new file mode 100644 index 000000000..d63e2ff71 --- /dev/null +++ b/.history/index_20230609160138.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160143.html b/.history/index_20230609160143.html new file mode 100644 index 000000000..4d3d753fc --- /dev/null +++ b/.history/index_20230609160143.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + <> + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160146.html b/.history/index_20230609160146.html new file mode 100644 index 000000000..829a4f252 --- /dev/null +++ b/.history/index_20230609160146.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + nav> + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160148.html b/.history/index_20230609160148.html new file mode 100644 index 000000000..efb6f6eb1 --- /dev/null +++ b/.history/index_20230609160148.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + > + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160150.html b/.history/index_20230609160150.html new file mode 100644 index 000000000..1b2ddb7ed --- /dev/null +++ b/.history/index_20230609160150.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160153.html b/.history/index_20230609160153.html new file mode 100644 index 000000000..a60a5b3d0 --- /dev/null +++ b/.history/index_20230609160153.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160214.html b/.history/index_20230609160214.html new file mode 100644 index 000000000..75edfee2c --- /dev/null +++ b/.history/index_20230609160214.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160220.html b/.history/index_20230609160220.html new file mode 100644 index 000000000..388001631 --- /dev/null +++ b/.history/index_20230609160220.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160222.html b/.history/index_20230609160222.html new file mode 100644 index 000000000..4e32fcfeb --- /dev/null +++ b/.history/index_20230609160222.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160223.html b/.history/index_20230609160223.html new file mode 100644 index 000000000..e989f4776 --- /dev/null +++ b/.history/index_20230609160223.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160242.html b/.history/index_20230609160242.html new file mode 100644 index 000000000..0e9185bb4 --- /dev/null +++ b/.history/index_20230609160242.html @@ -0,0 +1,30 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160244.html b/.history/index_20230609160244.html new file mode 100644 index 000000000..adaa6f5af --- /dev/null +++ b/.history/index_20230609160244.html @@ -0,0 +1,31 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160254.html b/.history/index_20230609160254.html new file mode 100644 index 000000000..ca07f17a6 --- /dev/null +++ b/.history/index_20230609160254.html @@ -0,0 +1,32 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ + + + \ No newline at end of file diff --git a/.history/index_20230609160257.html b/.history/index_20230609160257.html new file mode 100644 index 000000000..715ade0aa --- /dev/null +++ b/.history/index_20230609160257.html @@ -0,0 +1,33 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ + <> + + + \ No newline at end of file diff --git a/.history/index_20230609160300.html b/.history/index_20230609160300.html new file mode 100644 index 000000000..f9ebefbe7 --- /dev/null +++ b/.history/index_20230609160300.html @@ -0,0 +1,35 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

+

SEAN KIPINΓ„

+ + + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160329.html b/.history/index_20230609160329.html new file mode 100644 index 000000000..2f8c32537 --- /dev/null +++ b/.history/index_20230609160329.html @@ -0,0 +1,34 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

SEAN KIPINΓ„

+ + + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160357.html b/.history/index_20230609160357.html new file mode 100644 index 000000000..c679e20fc --- /dev/null +++ b/.history/index_20230609160357.html @@ -0,0 +1,33 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+

SEAN KIPINΓ„

+ + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160406.html b/.history/index_20230609160406.html new file mode 100644 index 000000000..f6ea26746 --- /dev/null +++ b/.history/index_20230609160406.html @@ -0,0 +1,34 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ <> +

SEAN KIPINΓ„

+ + + + + + +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160408.html b/.history/index_20230609160408.html new file mode 100644 index 000000000..5ca0d179d --- /dev/null +++ b/.history/index_20230609160408.html @@ -0,0 +1,34 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609160412.html b/.history/index_20230609160412.html new file mode 100644 index 000000000..8813747ad --- /dev/null +++ b/.history/index_20230609160412.html @@ -0,0 +1,35 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609161154.html b/.history/index_20230609161154.html new file mode 100644 index 000000000..c5e274b84 --- /dev/null +++ b/.history/index_20230609161154.html @@ -0,0 +1,35 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609161156.html b/.history/index_20230609161156.html new file mode 100644 index 000000000..edc7978a7 --- /dev/null +++ b/.history/index_20230609161156.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609161241.html b/.history/index_20230609161241.html new file mode 100644 index 000000000..952c9ea30 --- /dev/null +++ b/.history/index_20230609161241.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609161246.html b/.history/index_20230609161246.html new file mode 100644 index 000000000..b33b23481 --- /dev/null +++ b/.history/index_20230609161246.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+ + + \ No newline at end of file diff --git a/.history/index_20230609161251.html b/.history/index_20230609161251.html new file mode 100644 index 000000000..278b298f1 --- /dev/null +++ b/.history/index_20230609161251.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230609161259.html b/.history/index_20230609161259.html new file mode 100644 index 000000000..bde48bd4c --- /dev/null +++ b/.history/index_20230609161259.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/.history/index_20230609161303.html b/.history/index_20230609161303.html new file mode 100644 index 000000000..3167f282f --- /dev/null +++ b/.history/index_20230609161303.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609161304.html b/.history/index_20230609161304.html new file mode 100644 index 000000000..aca4ea8d2 --- /dev/null +++ b/.history/index_20230609161304.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163114.html b/.history/index_20230609163114.html new file mode 100644 index 000000000..8d1ed7138 --- /dev/null +++ b/.history/index_20230609163114.html @@ -0,0 +1,36 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163116.html b/.history/index_20230609163116.html new file mode 100644 index 000000000..c8d029f0b --- /dev/null +++ b/.history/index_20230609163116.html @@ -0,0 +1,37 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163118.html b/.history/index_20230609163118.html new file mode 100644 index 000000000..9449f1ab0 --- /dev/null +++ b/.history/index_20230609163118.html @@ -0,0 +1,39 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+ \ +
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163124.html b/.history/index_20230609163124.html new file mode 100644 index 000000000..74d358f3f --- /dev/null +++ b/.history/index_20230609163124.html @@ -0,0 +1,39 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163127.html b/.history/index_20230609163127.html new file mode 100644 index 000000000..6db5e9829 --- /dev/null +++ b/.history/index_20230609163127.html @@ -0,0 +1,39 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163130.html b/.history/index_20230609163130.html new file mode 100644 index 000000000..6de5c2029 --- /dev/null +++ b/.history/index_20230609163130.html @@ -0,0 +1,39 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163134.html b/.history/index_20230609163134.html new file mode 100644 index 000000000..a6fc2a219 --- /dev/null +++ b/.history/index_20230609163134.html @@ -0,0 +1,39 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163138.html b/.history/index_20230609163138.html new file mode 100644 index 000000000..d63a1cd65 --- /dev/null +++ b/.history/index_20230609163138.html @@ -0,0 +1,41 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163140.html b/.history/index_20230609163140.html new file mode 100644 index 000000000..726f1483e --- /dev/null +++ b/.history/index_20230609163140.html @@ -0,0 +1,41 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+ < +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163148.html b/.history/index_20230609163148.html new file mode 100644 index 000000000..5d3dbd6dd --- /dev/null +++ b/.history/index_20230609163148.html @@ -0,0 +1,41 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163150.html b/.history/index_20230609163150.html new file mode 100644 index 000000000..a8d4580a0 --- /dev/null +++ b/.history/index_20230609163150.html @@ -0,0 +1,41 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163156.html b/.history/index_20230609163156.html new file mode 100644 index 000000000..529647e41 --- /dev/null +++ b/.history/index_20230609163156.html @@ -0,0 +1,41 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163201.html b/.history/index_20230609163201.html new file mode 100644 index 000000000..66cde9252 --- /dev/null +++ b/.history/index_20230609163201.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163247.html b/.history/index_20230609163247.html new file mode 100644 index 000000000..15fc132f4 --- /dev/null +++ b/.history/index_20230609163247.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163309.html b/.history/index_20230609163309.html new file mode 100644 index 000000000..749768669 --- /dev/null +++ b/.history/index_20230609163309.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+< +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163312.html b/.history/index_20230609163312.html new file mode 100644 index 000000000..2a37cde11 --- /dev/null +++ b/.history/index_20230609163312.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163315.html b/.history/index_20230609163315.html new file mode 100644 index 000000000..cce9a764a --- /dev/null +++ b/.history/index_20230609163315.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163318.html b/.history/index_20230609163318.html new file mode 100644 index 000000000..e68972d40 --- /dev/null +++ b/.history/index_20230609163318.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163322.html b/.history/index_20230609163322.html new file mode 100644 index 000000000..9b89a8534 --- /dev/null +++ b/.history/index_20230609163322.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163326.html b/.history/index_20230609163326.html new file mode 100644 index 000000000..62adafd6c --- /dev/null +++ b/.history/index_20230609163326.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163331.html b/.history/index_20230609163331.html new file mode 100644 index 000000000..5dde413c0 --- /dev/null +++ b/.history/index_20230609163331.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163336.html b/.history/index_20230609163336.html new file mode 100644 index 000000000..17e771d14 --- /dev/null +++ b/.history/index_20230609163336.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163337.html b/.history/index_20230609163337.html new file mode 100644 index 000000000..3006569b3 --- /dev/null +++ b/.history/index_20230609163337.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163338.html b/.history/index_20230609163338.html new file mode 100644 index 000000000..5758e8219 --- /dev/null +++ b/.history/index_20230609163338.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163347.html b/.history/index_20230609163347.html new file mode 100644 index 000000000..4f44a951e --- /dev/null +++ b/.history/index_20230609163347.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163355.html b/.history/index_20230609163355.html new file mode 100644 index 000000000..9fdaf7f1b --- /dev/null +++ b/.history/index_20230609163355.html @@ -0,0 +1,43 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163358.html b/.history/index_20230609163358.html new file mode 100644 index 000000000..a03d428ad --- /dev/null +++ b/.history/index_20230609163358.html @@ -0,0 +1,44 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ + +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163359.html b/.history/index_20230609163359.html new file mode 100644 index 000000000..26824d98a --- /dev/null +++ b/.history/index_20230609163359.html @@ -0,0 +1,44 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ + < +
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163403.html b/.history/index_20230609163403.html new file mode 100644 index 000000000..9d0db2b80 --- /dev/null +++ b/.history/index_20230609163403.html @@ -0,0 +1,44 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163415.html b/.history/index_20230609163415.html new file mode 100644 index 000000000..8bd6e33bc --- /dev/null +++ b/.history/index_20230609163415.html @@ -0,0 +1,44 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163426.html b/.history/index_20230609163426.html new file mode 100644 index 000000000..8d9a5605b --- /dev/null +++ b/.history/index_20230609163426.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 1

+

Project 1

+

Project 1

+

Project 1

+

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163427.html b/.history/index_20230609163427.html new file mode 100644 index 000000000..42b375a18 --- /dev/null +++ b/.history/index_20230609163427.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 2

+

Project 1

+

Project 1

+

Project 1

+

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163429.html b/.history/index_20230609163429.html new file mode 100644 index 000000000..c34c12454 --- /dev/null +++ b/.history/index_20230609163429.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 2

+

Project 4

+

Project 1

+

Project 1

+

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163430.html b/.history/index_20230609163430.html new file mode 100644 index 000000000..834a481ee --- /dev/null +++ b/.history/index_20230609163430.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 2

+

Project 3

+

Project 1

+

Project 1

+

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163432.html b/.history/index_20230609163432.html new file mode 100644 index 000000000..7b3dc4f15 --- /dev/null +++ b/.history/index_20230609163432.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 2

+

Project 3

+

Project 4

+

Project 1

+

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163435.html b/.history/index_20230609163435.html new file mode 100644 index 000000000..50a15b5f9 --- /dev/null +++ b/.history/index_20230609163435.html @@ -0,0 +1,49 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+

Project 2

+

Project 3

+

Project 4

+

Project 5

+

Project 6

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163519.html b/.history/index_20230609163519.html new file mode 100644 index 000000000..04c3775fc --- /dev/null +++ b/.history/index_20230609163519.html @@ -0,0 +1,44 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163726.html b/.history/index_20230609163726.html new file mode 100644 index 000000000..353f1287c --- /dev/null +++ b/.history/index_20230609163726.html @@ -0,0 +1,52 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 1

+
+
+ +

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163729.html b/.history/index_20230609163729.html new file mode 100644 index 000000000..7fd4d399b --- /dev/null +++ b/.history/index_20230609163729.html @@ -0,0 +1,52 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 1

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163732.html b/.history/index_20230609163732.html new file mode 100644 index 000000000..3785f7fe5 --- /dev/null +++ b/.history/index_20230609163732.html @@ -0,0 +1,52 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163806.html b/.history/index_20230609163806.html new file mode 100644 index 000000000..faa72e976 --- /dev/null +++ b/.history/index_20230609163806.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +
+ + + \ No newline at end of file diff --git a/.history/index_20230609163814.html b/.history/index_20230609163814.html new file mode 100644 index 000000000..c165fc060 --- /dev/null +++ b/.history/index_20230609163814.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609163816.html b/.history/index_20230609163816.html new file mode 100644 index 000000000..fd462f07b --- /dev/null +++ b/.history/index_20230609163816.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609163823.html b/.history/index_20230609163823.html new file mode 100644 index 000000000..10e38f1f4 --- /dev/null +++ b/.history/index_20230609163823.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165401.html b/.history/index_20230609165401.html new file mode 100644 index 000000000..a69f194c5 --- /dev/null +++ b/.history/index_20230609165401.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165403.html b/.history/index_20230609165403.html new file mode 100644 index 000000000..5cb128a08 --- /dev/null +++ b/.history/index_20230609165403.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165405.html b/.history/index_20230609165405.html new file mode 100644 index 000000000..f17493e06 --- /dev/null +++ b/.history/index_20230609165405.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165407.html b/.history/index_20230609165407.html new file mode 100644 index 000000000..b610dd633 --- /dev/null +++ b/.history/index_20230609165407.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165410.html b/.history/index_20230609165410.html new file mode 100644 index 000000000..143428a80 --- /dev/null +++ b/.history/index_20230609165410.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165412.html b/.history/index_20230609165412.html new file mode 100644 index 000000000..0411a6eb9 --- /dev/null +++ b/.history/index_20230609165412.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165413.html b/.history/index_20230609165413.html new file mode 100644 index 000000000..0411a6eb9 --- /dev/null +++ b/.history/index_20230609165413.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165417.html b/.history/index_20230609165417.html new file mode 100644 index 000000000..3ef03b1f0 --- /dev/null +++ b/.history/index_20230609165417.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165420.html b/.history/index_20230609165420.html new file mode 100644 index 000000000..b2c1d8a71 --- /dev/null +++ b/.history/index_20230609165420.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 3

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165421.html b/.history/index_20230609165421.html new file mode 100644 index 000000000..7b0825acf --- /dev/null +++ b/.history/index_20230609165421.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165422.html b/.history/index_20230609165422.html new file mode 100644 index 000000000..bc8b97e85 --- /dev/null +++ b/.history/index_20230609165422.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165719.html b/.history/index_20230609165719.html new file mode 100644 index 000000000..eaff2ead0 --- /dev/null +++ b/.history/index_20230609165719.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165721.html b/.history/index_20230609165721.html new file mode 100644 index 000000000..eaff2ead0 --- /dev/null +++ b/.history/index_20230609165721.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165726.html b/.history/index_20230609165726.html new file mode 100644 index 000000000..37af1f7a9 --- /dev/null +++ b/.history/index_20230609165726.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609165731.html b/.history/index_20230609165731.html new file mode 100644 index 000000000..339fbeeaa --- /dev/null +++ b/.history/index_20230609165731.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609171245.html b/.history/index_20230609171245.html new file mode 100644 index 000000000..b3d05a2b7 --- /dev/null +++ b/.history/index_20230609171245.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609171251.html b/.history/index_20230609171251.html new file mode 100644 index 000000000..20c9f8ab3 --- /dev/null +++ b/.history/index_20230609171251.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+
+ + + +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609171252.html b/.history/index_20230609171252.html new file mode 100644 index 000000000..0d6f3deb2 --- /dev/null +++ b/.history/index_20230609171252.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609171255.html b/.history/index_20230609171255.html new file mode 100644 index 000000000..4fcc1de9e --- /dev/null +++ b/.history/index_20230609171255.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180740.html b/.history/index_20230609180740.html new file mode 100644 index 000000000..cbb704fac --- /dev/null +++ b/.history/index_20230609180740.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ My Projects + +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180742.html b/.history/index_20230609180742.html new file mode 100644 index 000000000..020be8129 --- /dev/null +++ b/.history/index_20230609180742.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ My Projects + +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180745.html b/.history/index_20230609180745.html new file mode 100644 index 000000000..108bbda0d --- /dev/null +++ b/.history/index_20230609180745.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ My Projects +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180746.html b/.history/index_20230609180746.html new file mode 100644 index 000000000..d8fbae8ac --- /dev/null +++ b/.history/index_20230609180746.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ My Projects +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180815.html b/.history/index_20230609180815.html new file mode 100644 index 000000000..54af00e88 --- /dev/null +++ b/.history/index_20230609180815.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+
+ + + \ No newline at end of file diff --git a/.history/index_20230609180817.html b/.history/index_20230609180817.html new file mode 100644 index 000000000..9b5941283 --- /dev/null +++ b/.history/index_20230609180817.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ My Projects +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180841.html b/.history/index_20230609180841.html new file mode 100644 index 000000000..ff9b2a5e7 --- /dev/null +++ b/.history/index_20230609180841.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180843.html b/.history/index_20230609180843.html new file mode 100644 index 000000000..4d8bbdae5 --- /dev/null +++ b/.history/index_20230609180843.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180846.html b/.history/index_20230609180846.html new file mode 100644 index 000000000..4d8bbdae5 --- /dev/null +++ b/.history/index_20230609180846.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180926.html b/.history/index_20230609180926.html new file mode 100644 index 000000000..1d3bcb88e --- /dev/null +++ b/.history/index_20230609180926.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ +

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180928.html b/.history/index_20230609180928.html new file mode 100644 index 000000000..ca7bdd3ed --- /dev/null +++ b/.history/index_20230609180928.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
SEAN KIPINΓ„ + +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180932.html b/.history/index_20230609180932.html new file mode 100644 index 000000000..566733fc1 --- /dev/null +++ b/.history/index_20230609180932.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+ <> +

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180934.html b/.history/index_20230609180934.html new file mode 100644 index 000000000..e6f5fc238 --- /dev/null +++ b/.history/index_20230609180934.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ +
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609180939.html b/.history/index_20230609180939.html new file mode 100644 index 000000000..366da5cb2 --- /dev/null +++ b/.history/index_20230609180939.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„

+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181047.html b/.history/index_20230609181047.html new file mode 100644 index 000000000..40f48fb3a --- /dev/null +++ b/.history/index_20230609181047.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181049.html b/.history/index_20230609181049.html new file mode 100644 index 000000000..aebd645a3 --- /dev/null +++ b/.history/index_20230609181049.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181449.html b/.history/index_20230609181449.html new file mode 100644 index 000000000..2f17d8884 --- /dev/null +++ b/.history/index_20230609181449.html @@ -0,0 +1,66 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181500.html b/.history/index_20230609181500.html new file mode 100644 index 000000000..c718af546 --- /dev/null +++ b/.history/index_20230609181500.html @@ -0,0 +1,65 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+ +
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181502.html b/.history/index_20230609181502.html new file mode 100644 index 000000000..1b92bf4d1 --- /dev/null +++ b/.history/index_20230609181502.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181707.html b/.history/index_20230609181707.html new file mode 100644 index 000000000..6c8ee38c0 --- /dev/null +++ b/.history/index_20230609181707.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+ < class="portfolio-element"> + +

Project 3

+ +
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181715.html b/.history/index_20230609181715.html new file mode 100644 index 000000000..e9e724ab2 --- /dev/null +++ b/.history/index_20230609181715.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+ + +

Project 3

+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181721.html b/.history/index_20230609181721.html new file mode 100644 index 000000000..1b92bf4d1 --- /dev/null +++ b/.history/index_20230609181721.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/index_20230609181730.html b/.history/index_20230609181730.html new file mode 100644 index 000000000..913d440f1 --- /dev/null +++ b/.history/index_20230609181730.html @@ -0,0 +1,64 @@ + + + + + + + + Sean KipinΓ€ Portfolio + + + +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + + + \ No newline at end of file diff --git a/.history/style/index_20230524001002.css b/.history/style/index_20230524001002.css new file mode 100644 index 000000000..440e53514 --- /dev/null +++ b/.history/style/index_20230524001002.css @@ -0,0 +1 @@ +/* Add CSS styling here */ \ No newline at end of file diff --git a/.history/style/index_20230527150946.css b/.history/style/index_20230527150946.css new file mode 100644 index 000000000..1c06c413d --- /dev/null +++ b/.history/style/index_20230527150946.css @@ -0,0 +1 @@ +nav \ No newline at end of file diff --git a/.history/style/index_20230527150949.css b/.history/style/index_20230527150949.css new file mode 100644 index 000000000..e69de29bb diff --git a/.history/style/index_20230527150951.css b/.history/style/index_20230527150951.css new file mode 100644 index 000000000..1c06c413d --- /dev/null +++ b/.history/style/index_20230527150951.css @@ -0,0 +1 @@ +nav \ No newline at end of file diff --git a/.history/style/index_20230527151024.css b/.history/style/index_20230527151024.css new file mode 100644 index 000000000..0817502b1 --- /dev/null +++ b/.history/style/index_20230527151024.css @@ -0,0 +1 @@ +> \ No newline at end of file diff --git a/.history/style/index_20230527151025.css b/.history/style/index_20230527151025.css new file mode 100644 index 000000000..e69de29bb diff --git a/.history/style/index_20230527151027.css b/.history/style/index_20230527151027.css new file mode 100644 index 000000000..ec321f7fa --- /dev/null +++ b/.history/style/index_20230527151027.css @@ -0,0 +1 @@ +:"" \ No newline at end of file diff --git a/.history/style/index_20230527151029.css b/.history/style/index_20230527151029.css new file mode 100644 index 000000000..b12e37b54 --- /dev/null +++ b/.history/style/index_20230527151029.css @@ -0,0 +1 @@ +:"|" \ No newline at end of file diff --git a/.history/style/index_20230527151031.css b/.history/style/index_20230527151031.css new file mode 100644 index 000000000..454329036 --- /dev/null +++ b/.history/style/index_20230527151031.css @@ -0,0 +1 @@ +:"|P{}" \ No newline at end of file diff --git a/.history/style/index_20230527151033.css b/.history/style/index_20230527151033.css new file mode 100644 index 000000000..e69de29bb diff --git a/.history/style/index_20230527151036.css b/.history/style/index_20230527151036.css new file mode 100644 index 000000000..1c06c413d --- /dev/null +++ b/.history/style/index_20230527151036.css @@ -0,0 +1 @@ +nav \ No newline at end of file diff --git a/.history/style/index_20230527151039.css b/.history/style/index_20230527151039.css new file mode 100644 index 000000000..4a995f6fc --- /dev/null +++ b/.history/style/index_20230527151039.css @@ -0,0 +1,3 @@ +nav{ + +} \ No newline at end of file diff --git a/.history/style/index_20230527151043.css b/.history/style/index_20230527151043.css new file mode 100644 index 000000000..6aa121ef6 --- /dev/null +++ b/.history/style/index_20230527151043.css @@ -0,0 +1,3 @@ +nav{ + display: flex; +} \ No newline at end of file diff --git a/.history/style/index_20230527151049.css b/.history/style/index_20230527151049.css new file mode 100644 index 000000000..76a2a13cf --- /dev/null +++ b/.history/style/index_20230527151049.css @@ -0,0 +1,4 @@ +nav{ + display: flex; + justify-content: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527151050.css b/.history/style/index_20230527151050.css new file mode 100644 index 000000000..03c525801 --- /dev/null +++ b/.history/style/index_20230527151050.css @@ -0,0 +1,4 @@ +nav { + display: flex; + justify-content: space-between; +} \ No newline at end of file diff --git a/.history/style/index_20230527153515.css b/.history/style/index_20230527153515.css new file mode 100644 index 000000000..170b9bce0 --- /dev/null +++ b/.history/style/index_20230527153515.css @@ -0,0 +1,4 @@ +nav { + display: flex; + justify-content: space-between; +} diff --git a/.history/style/index_20230527153518.css b/.history/style/index_20230527153518.css new file mode 100644 index 000000000..170b9bce0 --- /dev/null +++ b/.history/style/index_20230527153518.css @@ -0,0 +1,4 @@ +nav { + display: flex; + justify-content: space-between; +} diff --git a/.history/style/index_20230527153522.css b/.history/style/index_20230527153522.css new file mode 100644 index 000000000..2cbde0391 --- /dev/null +++ b/.history/style/index_20230527153522.css @@ -0,0 +1,5 @@ +nav { + display: flex; + justify-content: space-between; +} +.top \ No newline at end of file diff --git a/.history/style/index_20230527153528.css b/.history/style/index_20230527153528.css new file mode 100644 index 000000000..903e76868 --- /dev/null +++ b/.history/style/index_20230527153528.css @@ -0,0 +1,5 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection \ No newline at end of file diff --git a/.history/style/index_20230527153530.css b/.history/style/index_20230527153530.css new file mode 100644 index 000000000..8de7eb651 --- /dev/null +++ b/.history/style/index_20230527153530.css @@ -0,0 +1,7 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + +} \ No newline at end of file diff --git a/.history/style/index_20230527153533.css b/.history/style/index_20230527153533.css new file mode 100644 index 000000000..0fd5d58f0 --- /dev/null +++ b/.history/style/index_20230527153533.css @@ -0,0 +1,7 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153534.css b/.history/style/index_20230527153534.css new file mode 100644 index 000000000..c9f8f8958 --- /dev/null +++ b/.history/style/index_20230527153534.css @@ -0,0 +1,7 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: f; +} \ No newline at end of file diff --git a/.history/style/index_20230527153535.css b/.history/style/index_20230527153535.css new file mode 100644 index 000000000..e10c1e79b --- /dev/null +++ b/.history/style/index_20230527153535.css @@ -0,0 +1,7 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: flex; +} \ No newline at end of file diff --git a/.history/style/index_20230527153538.css b/.history/style/index_20230527153538.css new file mode 100644 index 000000000..76f22c6a7 --- /dev/null +++ b/.history/style/index_20230527153538.css @@ -0,0 +1,8 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: flex; + justify-content: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153540.css b/.history/style/index_20230527153540.css new file mode 100644 index 000000000..d8bf7dc25 --- /dev/null +++ b/.history/style/index_20230527153540.css @@ -0,0 +1,8 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: flex; + justify-content: center; +} \ No newline at end of file diff --git a/.history/style/index_20230527153543.css b/.history/style/index_20230527153543.css new file mode 100644 index 000000000..fe6fd2d2e --- /dev/null +++ b/.history/style/index_20230527153543.css @@ -0,0 +1,8 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: flex; + justify-content: center; +} diff --git a/.history/style/index_20230527153608.css b/.history/style/index_20230527153608.css new file mode 100644 index 000000000..783cc5fbd --- /dev/null +++ b/.history/style/index_20230527153608.css @@ -0,0 +1,9 @@ +nav { + display: flex; + justify-content: space-between; +} +.uppersection{ + display: flex; + justify-content: center; +} + diff --git a/.history/style/index_20230527153611.css b/.history/style/index_20230527153611.css new file mode 100644 index 000000000..220e7e789 --- /dev/null +++ b/.history/style/index_20230527153611.css @@ -0,0 +1,10 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + diff --git a/.history/style/index_20230527153615.css b/.history/style/index_20230527153615.css new file mode 100644 index 000000000..5e610fd3e --- /dev/null +++ b/.history/style/index_20230527153615.css @@ -0,0 +1,11 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img \ No newline at end of file diff --git a/.history/style/index_20230527153617.css b/.history/style/index_20230527153617.css new file mode 100644 index 000000000..ed29eae46 --- /dev/null +++ b/.history/style/index_20230527153617.css @@ -0,0 +1,11 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_ \ No newline at end of file diff --git a/.history/style/index_20230527153619.css b/.history/style/index_20230527153619.css new file mode 100644 index 000000000..7ee5bb553 --- /dev/null +++ b/.history/style/index_20230527153619.css @@ -0,0 +1,11 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_button { \ No newline at end of file diff --git a/.history/style/index_20230527153621.css b/.history/style/index_20230527153621.css new file mode 100644 index 000000000..95f07723c --- /dev/null +++ b/.history/style/index_20230527153621.css @@ -0,0 +1,12 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_button { + \ No newline at end of file diff --git a/.history/style/index_20230527153622.css b/.history/style/index_20230527153622.css new file mode 100644 index 000000000..7ee5bb553 --- /dev/null +++ b/.history/style/index_20230527153622.css @@ -0,0 +1,11 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_button { \ No newline at end of file diff --git a/.history/style/index_20230527153623.css b/.history/style/index_20230527153623.css new file mode 100644 index 000000000..e39131ba8 --- /dev/null +++ b/.history/style/index_20230527153623.css @@ -0,0 +1,11 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_button \ No newline at end of file diff --git a/.history/style/index_20230527153625.css b/.history/style/index_20230527153625.css new file mode 100644 index 000000000..3a7d5bf92 --- /dev/null +++ b/.history/style/index_20230527153625.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +img_button { + +} \ No newline at end of file diff --git a/.history/style/index_20230527153637.css b/.history/style/index_20230527153637.css new file mode 100644 index 000000000..7ab87efc3 --- /dev/null +++ b/.history/style/index_20230527153637.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { + +} \ No newline at end of file diff --git a/.history/style/index_20230527153710.css b/.history/style/index_20230527153710.css new file mode 100644 index 000000000..25f2b05b9 --- /dev/null +++ b/.history/style/index_20230527153710.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +backg +} \ No newline at end of file diff --git a/.history/style/index_20230527153712.css b/.history/style/index_20230527153712.css new file mode 100644 index 000000000..545d2c2c4 --- /dev/null +++ b/.history/style/index_20230527153712.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153714.css b/.history/style/index_20230527153714.css new file mode 100644 index 000000000..c42a936a6 --- /dev/null +++ b/.history/style/index_20230527153714.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url; +} \ No newline at end of file diff --git a/.history/style/index_20230527153715.css b/.history/style/index_20230527153715.css new file mode 100644 index 000000000..74e9f94bb --- /dev/null +++ b/.history/style/index_20230527153715.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url(); +} \ No newline at end of file diff --git a/.history/style/index_20230527153718.css b/.history/style/index_20230527153718.css new file mode 100644 index 000000000..f0b1d9815 --- /dev/null +++ b/.history/style/index_20230527153718.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url(""); +} \ No newline at end of file diff --git a/.history/style/index_20230527153719.css b/.history/style/index_20230527153719.css new file mode 100644 index 000000000..1301f8d0e --- /dev/null +++ b/.history/style/index_20230527153719.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153732.css b/.history/style/index_20230527153732.css new file mode 100644 index 000000000..b0af8f081 --- /dev/null +++ b/.history/style/index_20230527153732.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/600"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153737.css b/.history/style/index_20230527153737.css new file mode 100644 index 000000000..ea5ea5a6e --- /dev/null +++ b/.history/style/index_20230527153737.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/600/"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153739.css b/.history/style/index_20230527153739.css new file mode 100644 index 000000000..943e30015 --- /dev/null +++ b/.history/style/index_20230527153739.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/600/400"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153742.css b/.history/style/index_20230527153742.css new file mode 100644 index 000000000..1f8271d65 --- /dev/null +++ b/.history/style/index_20230527153742.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/500/400"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153744.css b/.history/style/index_20230527153744.css new file mode 100644 index 000000000..e3a154027 --- /dev/null +++ b/.history/style/index_20230527153744.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/400"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153751.css b/.history/style/index_20230527153751.css new file mode 100644 index 000000000..617472d9f --- /dev/null +++ b/.history/style/index_20230527153751.css @@ -0,0 +1,13 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +} \ No newline at end of file diff --git a/.history/style/index_20230527153758.css b/.history/style/index_20230527153758.css new file mode 100644 index 000000000..682a0247d --- /dev/null +++ b/.history/style/index_20230527153758.css @@ -0,0 +1,14 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +backg +} \ No newline at end of file diff --git a/.history/style/index_20230527153801.css b/.history/style/index_20230527153801.css new file mode 100644 index 000000000..931313d67 --- /dev/null +++ b/.history/style/index_20230527153801.css @@ -0,0 +1,14 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153803.css b/.history/style/index_20230527153803.css new file mode 100644 index 000000000..c711f62e3 --- /dev/null +++ b/.history/style/index_20230527153803.css @@ -0,0 +1,14 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +} \ No newline at end of file diff --git a/.history/style/index_20230527153810.css b/.history/style/index_20230527153810.css new file mode 100644 index 000000000..aa920d9a9 --- /dev/null +++ b/.history/style/index_20230527153810.css @@ -0,0 +1,15 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +backgrou +} \ No newline at end of file diff --git a/.history/style/index_20230527153812.css b/.history/style/index_20230527153812.css new file mode 100644 index 000000000..3faffe843 --- /dev/null +++ b/.history/style/index_20230527153812.css @@ -0,0 +1,15 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153813.css b/.history/style/index_20230527153813.css new file mode 100644 index 000000000..10fb19da8 --- /dev/null +++ b/.history/style/index_20230527153813.css @@ -0,0 +1,15 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +} \ No newline at end of file diff --git a/.history/style/index_20230527153819.css b/.history/style/index_20230527153819.css new file mode 100644 index 000000000..cd62e6e2f --- /dev/null +++ b/.history/style/index_20230527153819.css @@ -0,0 +1,16 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +back +} \ No newline at end of file diff --git a/.history/style/index_20230527153824.css b/.history/style/index_20230527153824.css new file mode 100644 index 000000000..12adb1d4a --- /dev/null +++ b/.history/style/index_20230527153824.css @@ -0,0 +1,16 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +co +} \ No newline at end of file diff --git a/.history/style/index_20230527153827.css b/.history/style/index_20230527153827.css new file mode 100644 index 000000000..ae49cc72e --- /dev/null +++ b/.history/style/index_20230527153827.css @@ -0,0 +1,16 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color +} \ No newline at end of file diff --git a/.history/style/index_20230527153830.css b/.history/style/index_20230527153830.css new file mode 100644 index 000000000..41f4f9079 --- /dev/null +++ b/.history/style/index_20230527153830.css @@ -0,0 +1,16 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; +} \ No newline at end of file diff --git a/.history/style/index_20230527153836.css b/.history/style/index_20230527153836.css new file mode 100644 index 000000000..39b387649 --- /dev/null +++ b/.history/style/index_20230527153836.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; + +} \ No newline at end of file diff --git a/.history/style/index_20230527153842.css b/.history/style/index_20230527153842.css new file mode 100644 index 000000000..18518528d --- /dev/null +++ b/.history/style/index_20230527153842.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; +font-si +} \ No newline at end of file diff --git a/.history/style/index_20230527153847.css b/.history/style/index_20230527153847.css new file mode 100644 index 000000000..a06f417a1 --- /dev/null +++ b/.history/style/index_20230527153847.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; +font-size +} \ No newline at end of file diff --git a/.history/style/index_20230527153849.css b/.history/style/index_20230527153849.css new file mode 100644 index 000000000..a06f417a1 --- /dev/null +++ b/.history/style/index_20230527153849.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; +font-size +} \ No newline at end of file diff --git a/.history/style/index_20230527153851.css b/.history/style/index_20230527153851.css new file mode 100644 index 000000000..b4ac7751a --- /dev/null +++ b/.history/style/index_20230527153851.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection{ + display: flex; + justify-content: center; +} + +.img_button { +background-image: url("https://picsum.photos/550/450"); +background-size: cover; +background-repeat: no-repeat; +color: white; +font-size: 1.5em; +} \ No newline at end of file diff --git a/.history/style/index_20230527153852.css b/.history/style/index_20230527153852.css new file mode 100644 index 000000000..68a45ff54 --- /dev/null +++ b/.history/style/index_20230527153852.css @@ -0,0 +1,17 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; +} \ No newline at end of file diff --git a/.history/style/index_20230527153859.css b/.history/style/index_20230527153859.css new file mode 100644 index 000000000..e99285530 --- /dev/null +++ b/.history/style/index_20230527153859.css @@ -0,0 +1,18 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width +} \ No newline at end of file diff --git a/.history/style/index_20230527153901.css b/.history/style/index_20230527153901.css new file mode 100644 index 000000000..5748a7f33 --- /dev/null +++ b/.history/style/index_20230527153901.css @@ -0,0 +1,18 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width : 100%; +} \ No newline at end of file diff --git a/.history/style/index_20230527153904.css b/.history/style/index_20230527153904.css new file mode 100644 index 000000000..1c31ab2f5 --- /dev/null +++ b/.history/style/index_20230527153904.css @@ -0,0 +1,18 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: +} \ No newline at end of file diff --git a/.history/style/index_20230527153910.css b/.history/style/index_20230527153910.css new file mode 100644 index 000000000..04f8eacdb --- /dev/null +++ b/.history/style/index_20230527153910.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 550px; + +} \ No newline at end of file diff --git a/.history/style/index_20230527153913.css b/.history/style/index_20230527153913.css new file mode 100644 index 000000000..98b807d60 --- /dev/null +++ b/.history/style/index_20230527153913.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 550px; + height: ; +} \ No newline at end of file diff --git a/.history/style/index_20230527153917.css b/.history/style/index_20230527153917.css new file mode 100644 index 000000000..bc657b1e4 --- /dev/null +++ b/.history/style/index_20230527153917.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 550px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527153918.css b/.history/style/index_20230527153918.css new file mode 100644 index 000000000..bc657b1e4 --- /dev/null +++ b/.history/style/index_20230527153918.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 550px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527153942.css b/.history/style/index_20230527153942.css new file mode 100644 index 000000000..acea7ff5f --- /dev/null +++ b/.history/style/index_20230527153942.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/550/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527153948.css b/.history/style/index_20230527153948.css new file mode 100644 index 000000000..536897de2 --- /dev/null +++ b/.history/style/index_20230527153948.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527153957.css b/.history/style/index_20230527153957.css new file mode 100644 index 000000000..87e8b63a5 --- /dev/null +++ b/.history/style/index_20230527153957.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 0px; +} \ No newline at end of file diff --git a/.history/style/index_20230527153959.css b/.history/style/index_20230527153959.css new file mode 100644 index 000000000..814070025 --- /dev/null +++ b/.history/style/index_20230527153959.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 4500px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154003.css b/.history/style/index_20230527154003.css new file mode 100644 index 000000000..536897de2 --- /dev/null +++ b/.history/style/index_20230527154003.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154028.css b/.history/style/index_20230527154028.css new file mode 100644 index 000000000..6b711ffc9 --- /dev/null +++ b/.history/style/index_20230527154028.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 40px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154031.css b/.history/style/index_20230527154031.css new file mode 100644 index 000000000..8303dfd9b --- /dev/null +++ b/.history/style/index_20230527154031.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 380px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154053.css b/.history/style/index_20230527154053.css new file mode 100644 index 000000000..085223c2c --- /dev/null +++ b/.history/style/index_20230527154053.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 480px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154056.css b/.history/style/index_20230527154056.css new file mode 100644 index 000000000..536897de2 --- /dev/null +++ b/.history/style/index_20230527154056.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 650px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154302.css b/.history/style/index_20230527154302.css new file mode 100644 index 000000000..2f9549f2b --- /dev/null +++ b/.history/style/index_20230527154302.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154303.css b/.history/style/index_20230527154303.css new file mode 100644 index 000000000..f9653869a --- /dev/null +++ b/.history/style/index_20230527154303.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 450px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154309.css b/.history/style/index_20230527154309.css new file mode 100644 index 000000000..3786604e3 --- /dev/null +++ b/.history/style/index_20230527154309.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 500px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154326.css b/.history/style/index_20230527154326.css new file mode 100644 index 000000000..2c0a917be --- /dev/null +++ b/.history/style/index_20230527154326.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/650/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154333.css b/.history/style/index_20230527154333.css new file mode 100644 index 000000000..20f1525a8 --- /dev/null +++ b/.history/style/index_20230527154333.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154336.css b/.history/style/index_20230527154336.css new file mode 100644 index 000000000..b9abd68ac --- /dev/null +++ b/.history/style/index_20230527154336.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos//450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154339.css b/.history/style/index_20230527154339.css new file mode 100644 index 000000000..554974eb6 --- /dev/null +++ b/.history/style/index_20230527154339.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/450"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} \ No newline at end of file diff --git a/.history/style/index_20230527154342.css b/.history/style/index_20230527154342.css new file mode 100644 index 000000000..05289f660 --- /dev/null +++ b/.history/style/index_20230527154342.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} \ No newline at end of file diff --git a/.history/style/index_20230528140424.css b/.history/style/index_20230528140424.css new file mode 100644 index 000000000..e04a9fbaa --- /dev/null +++ b/.history/style/index_20230528140424.css @@ -0,0 +1,19 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} diff --git a/.history/style/index_20230528140425.css b/.history/style/index_20230528140425.css new file mode 100644 index 000000000..c4a4149bc --- /dev/null +++ b/.history/style/index_20230528140425.css @@ -0,0 +1,20 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +. \ No newline at end of file diff --git a/.history/style/index_20230528140432.css b/.history/style/index_20230528140432.css new file mode 100644 index 000000000..e6765340d --- /dev/null +++ b/.history/style/index_20230528140432.css @@ -0,0 +1,20 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer \ No newline at end of file diff --git a/.history/style/index_20230528140433.css b/.history/style/index_20230528140433.css new file mode 100644 index 000000000..2fd8c2f97 --- /dev/null +++ b/.history/style/index_20230528140433.css @@ -0,0 +1,20 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{} \ No newline at end of file diff --git a/.history/style/index_20230528140434.css b/.history/style/index_20230528140434.css new file mode 100644 index 000000000..404940cfe --- /dev/null +++ b/.history/style/index_20230528140434.css @@ -0,0 +1,22 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + +} \ No newline at end of file diff --git a/.history/style/index_20230528140445.css b/.history/style/index_20230528140445.css new file mode 100644 index 000000000..de7efb2ff --- /dev/null +++ b/.history/style/index_20230528140445.css @@ -0,0 +1,22 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + d +} \ No newline at end of file diff --git a/.history/style/index_20230528140449.css b/.history/style/index_20230528140449.css new file mode 100644 index 000000000..525a0cee6 --- /dev/null +++ b/.history/style/index_20230528140449.css @@ -0,0 +1,22 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + bac +} \ No newline at end of file diff --git a/.history/style/index_20230528140457.css b/.history/style/index_20230528140457.css new file mode 100644 index 000000000..26f3375ea --- /dev/null +++ b/.history/style/index_20230528140457.css @@ -0,0 +1,23 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding +} \ No newline at end of file diff --git a/.history/style/index_20230528140502.css b/.history/style/index_20230528140502.css new file mode 100644 index 000000000..0b7146fd8 --- /dev/null +++ b/.history/style/index_20230528140502.css @@ -0,0 +1,23 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding: 20px +} \ No newline at end of file diff --git a/.history/style/index_20230528140507.css b/.history/style/index_20230528140507.css new file mode 100644 index 000000000..0b7146fd8 --- /dev/null +++ b/.history/style/index_20230528140507.css @@ -0,0 +1,23 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding: 20px +} \ No newline at end of file diff --git a/.history/style/index_20230528140509.css b/.history/style/index_20230528140509.css new file mode 100644 index 000000000..101ec13c8 --- /dev/null +++ b/.history/style/index_20230528140509.css @@ -0,0 +1,24 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding: 20px; + +} \ No newline at end of file diff --git a/.history/style/index_20230528140516.css b/.history/style/index_20230528140516.css new file mode 100644 index 000000000..d293d5e0e --- /dev/null +++ b/.history/style/index_20230528140516.css @@ -0,0 +1,24 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding: 20px; + text align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140517.css b/.history/style/index_20230528140517.css new file mode 100644 index 000000000..3dac9dee3 --- /dev/null +++ b/.history/style/index_20230528140517.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +footer{ + background-color: lightgray; + padding: 20px; + text align: center; + +} \ No newline at end of file diff --git a/.history/style/index_20230528140519.css b/.history/style/index_20230528140519.css new file mode 100644 index 000000000..15ca82d6c --- /dev/null +++ b/.history/style/index_20230528140519.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} + +footer { + background-color: lightgray; + padding: 20px; + text align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140541.css b/.history/style/index_20230528140541.css new file mode 100644 index 000000000..a3bbb6a88 --- /dev/null +++ b/.history/style/index_20230528140541.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} + +footer { + background-color: lightgray; + padding: 20px; + textalign: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140542.css b/.history/style/index_20230528140542.css new file mode 100644 index 000000000..227162dbe --- /dev/null +++ b/.history/style/index_20230528140542.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} + +footer { + background-color: lightgray; + padding: 20px; + text-align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140555.css b/.history/style/index_20230528140555.css new file mode 100644 index 000000000..8a32821d2 --- /dev/null +++ b/.history/style/index_20230528140555.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} + +footer { + background-color: lightgray; + padding: 25px; + text-align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140739.css b/.history/style/index_20230528140739.css new file mode 100644 index 000000000..d0c68b24f --- /dev/null +++ b/.history/style/index_20230528140739.css @@ -0,0 +1,25 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +
+ +footer { + background-color: lightgray; + padding: 25px; + text-align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140745.css b/.history/style/index_20230528140745.css new file mode 100644 index 000000000..3e73207c2 --- /dev/null +++ b/.history/style/index_20230528140745.css @@ -0,0 +1,26 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +
+< +footer { + background-color: lightgray; + padding: 25px; + text-align: center; +} \ No newline at end of file diff --git a/.history/style/index_20230528140747.css b/.history/style/index_20230528140747.css new file mode 100644 index 000000000..e073c671c --- /dev/null +++ b/.history/style/index_20230528140747.css @@ -0,0 +1,26 @@ +nav { + display: flex; + justify-content: space-between; +} + +.uppersection { + display: flex; + justify-content: center; +} + +.img_button { + background-image: url("https://picsum.photos/700/400"); + background-size: cover; + background-repeat: no-repeat; + color: white; + font-size: 1.5em; + width: 700px; + height: 400px; +} +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Document + + Sean KipinΓ€ Portfolio + - +
+ +
+ +
+
+

SEAN KIPINΓ„


+ +
+
+ +
+
+
+ +

Project 1

+
+
+ +

Project 2

+
+
+ +

Project 3

+
+
+ +

Project 4

+
+
+ +

Project 5

+
+
+ +

Project 6

+
+
+
+ + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..8cc75aab5 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,111 @@ -/* Add CSS styling here */ \ No newline at end of file +* { + box-sizing: border-box; + padding: 0; + margin: 0; + max-width: 100%; +} + +html { + font-size: 63.5%; +} + +body { + font-size: 1.4rem; +} + +h1 { + font-size: 5rem; +} + +header, +section { + padding: 6% 0; +} + +nav { + display: flex; + justify-content: space-between; +} + +.topsection { + background-image: url("https://picsum.photos/600/400"); + background-repeat: no-repeat; + background-size: cover; + display: flex; + justify-content: center; + align-items: center; + height: 50vh; + text-align: center; +} + +footer { + background-color: lightgrey; + padding: 20px; + text-align: center; +} + +.row { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; +} + +.row div { + width: 30%; + margin: 3% 0; +} + +.portfolio-element { + text-align: center; +} + +button { + background-color: white; + color: black; + border: black solid 1px; + padding: 5px 10px; +} + +button:hover { + background-color: black; + color: white; + border: white solid 1px; +} + +button a { + text-decoration: none; + color: inherit; +} + +@media (max-width: 800px) {} + +@media (max-width: 500px) { + nav { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + + .links { + display: flex; + flex-direction: column; + align-items: center; + width: 100%; + } + + .links button { + width: 40%; + margin: 1% 0; + } + + .topsection { + width: 80%; + margin: 0 auto; + } + + .row div { + width: 40%; + } +} \ No newline at end of file