Skip to content

Sean kipina responsive #1145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a1ed981
Checked off completed tasks in README.md
yoshimario May 23, 2023
5547c99
Added title to site. Header links with buttons and nav bar.
yoshimario May 27, 2023
0c1de56
Added footer tag as well as linking style sheet. Adjusted first nav w…
yoshimario May 27, 2023
9126423
Added a uppersection to project and button.
yoshimario May 27, 2023
9ee0959
Adjusted background img_button properties and used picsum website
yoshimario May 27, 2023
f3c4929
Added footer text and a button for contact me
yoshimario May 28, 2023
20d57ee
Added div classes in a new section and random images and text for for…
yoshimario May 28, 2023
4198253
Fixed with CSS style adding a center text alignment for the element_p…
yoshimario May 28, 2023
b61b80d
Added another row and 2 more elements to first row for project.
yoshimario May 28, 2023
7b04e5a
Changed button hover and button link text override as well as padding…
yoshimario May 28, 2023
9e404fb
Fixed border on buttons and added a class to the buttons to get them …
yoshimario May 28, 2023
7b167df
Added a div class for upper section button for styling.
yoshimario May 28, 2023
e677b6b
Added transparency to the buttons on upper section and the my portfol…
yoshimario May 28, 2023
069a960
Added border around portfolio images.
yoshimario May 28, 2023
54defb3
Fixed some formatting issue that changed when the bottom row divs cha…
yoshimario May 28, 2023
d9a6aee
Added a social media class to footer and added links to social media …
yoshimario May 28, 2023
f0a6830
Reverting to d9a6aee.
yoshimario May 29, 2023
75bc484
Made a mobile responsive version of project and checked off README.MD…
yoshimario May 29, 2023
58644d0
Removed existing @media queury.
yoshimario Jun 5, 2023
01feee7
Changed title to be after .css linking style added new @media tags.
yoshimario Jun 5, 2023
34399cc
Added centering to the buttons and changed links properties.
yoshimario Jun 6, 2023
bb1e2d4
Adjusted the links button margin padding and spacing.
yoshimario Jun 6, 2023
b6ab022
Fixed Spacing for mobile view.
yoshimario Jun 6, 2023
79a2d34
Adjusted spacing for portfolio project images
yoshimario Jun 6, 2023
316a3ca
Cleaned up dupicate css code
yoshimario Jun 7, 2023
7e9815c
Going back to fix code from scratch.
yoshimario Jun 9, 2023
eb18e78
Rebuilt part of the layout for the site with my navigation.
yoshimario Jun 9, 2023
48de100
Added image to button and a footer.
yoshimario Jun 9, 2023
1193e0a
Buttons now are showing different colors on hovering.
yoshimario Jun 9, 2023
f23243e
Fixed second row project names and adjusted image size for project im…
yoshimario Jun 9, 2023
6645de2
Added @media tags for max width of 500px and 800px
yoshimario Jun 9, 2023
9de18eb
Added reset css to code.
yoshimario Jun 9, 2023
aeae1e4
Fixed the links to make it a class.
yoshimario Jun 9, 2023
ca8e0fc
Fixed spacing of links and adjusted button width and margins.
yoshimario Jun 9, 2023
732fda5
Removed image-button class and moved the background elements to .tops…
yoshimario Jun 9, 2023
243fc84
Fixed the button part and changed CSS sheet to move the text inside t…
yoshimario Jun 9, 2023
bdfa4bb
Added padding to sections.
yoshimario Jun 9, 2023
6851fb1
Removed extra row div tag and created a CSS .row div tag instead to d…
yoshimario Jun 9, 2023
41330f3
Changed font sizing for html, body, and h1 tags.
yoshimario Jun 9, 2023
5de0a6f
Fixed row div two display 2 projects per row in css max-width 500px.
yoshimario Jun 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
73 changes: 73 additions & 0 deletions .history/ReadMe_20230524001002.md
Original file line number Diff line number Diff line change
@@ -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.

73 changes: 73 additions & 0 deletions .history/ReadMe_20230524005929.md
Original file line number Diff line number Diff line change
@@ -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.

73 changes: 73 additions & 0 deletions .history/ReadMe_20230524005930.md
Original file line number Diff line number Diff line change
@@ -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.

73 changes: 73 additions & 0 deletions .history/ReadMe_20230524005933.md
Original file line number Diff line number Diff line change
@@ -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.

Loading