Skip to content

Philip florita responsive #1138

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 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ Portfolio websites are a great way to show off your work to friends, family, and

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.
- [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:

- [ ] 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
- [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

Expand Down
12 changes: 6 additions & 6 deletions Wireframe Options/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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
- [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.
65 changes: 64 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,71 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style/index.css">
</head>
<body>

<header>
<h1>Philip Angelo Florita</h1>
<nav>
<a href="#about.html" class="about">About</a>
<a href="#projects.html" class="projects">Projects</a>
<a href="#contact.html" class="contact">Contact</a>
</nav>
</header>

<section class="main-content">
<div class="img1">
<img src="https://picsum.photos/200" alt="random photos">
</div>
<div class="greetings">
<h2>Philip Angelo Florita</h2>
<a href="#project.html" class="projects">My Projects</a>
<p>
I am a student at the University of the Philippines Diliman. I am currently taking up BS Computer Science. I am a web developer and a graphic designer. I am also a part time photographer.
</p>
</div>
</section>

<section>
<div class="img-container">
<div class="proj">
<img src="https://picsum.photos/200" class ="img2" alt="1st image"/>
<a href="#project1" class="project1">Information Website</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img3" alt="2nd image"/>
<a href="#project1" class="project1">Event Website</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img4" alt="3rd image"/>
<a href="#project1" class="project1">Results Calculator</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img5" alt="4th image"/>
<a href="#project1" class="project1">Portfolio Page</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img6" alt="5th image"/>
<a href="#project1" class="project1">Product Display </a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img7" alt="6th image"/>
<a href="#project1" class="project1">Ticket Booking</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img8" alt="7th image"/>
<a href="#project1" class="project1">Music Website</a>
</div>
<div class="proj">
<img src="https://picsum.photos/200" class ="img9" alt="8th image"/>
<a href="#project1" class="project1">E-voting System </a>
</div>
</div>
</section>

<footer>
<h2>Like what you see? </h2>
<a href="#contact.html" class="contact-footer">Contact Me</a>
</footer>
</body>
</html>
Loading