Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9f1394a
updated readme.md to reflect task completion
kai-blt Sep 3, 2020
cebba59
Added basic structure for index.html
kai-blt Sep 3, 2020
22547f6
Added structure for about, contact and projects.html
kai-blt Sep 3, 2020
4dca940
Linked CSS and implemented Meyer reset
kai-blt Sep 3, 2020
0abc337
Added styling for most base elements in main.css
kai-blt Sep 3, 2020
f468c4a
Placed css in appropriate subfolder. Added more design to index.
kai-blt Sep 3, 2020
cd0cfea
Started btn class styling
kai-blt Sep 3, 2020
77aad90
Styled nav bar/buttons and linked to appropriate pages
kai-blt Sep 3, 2020
7da656f
Added images to project panes/adjusted spacing
kai-blt Sep 3, 2020
840794d
Adjusted nav across all pages. Enabled project section to wrap on sma…
kai-blt Sep 3, 2020
d692a26
Implemented fonts: Prata, Montserrat
kai-blt Sep 3, 2020
e51c156
Added box shadow on hero image and project panes
kai-blt Sep 3, 2020
bcace83
Adjusted color palette. Added button hover animation
kai-blt Sep 3, 2020
f041d48
Added text shadow to h3s in project gallery
kai-blt Sep 3, 2020
92a60cb
Adjusted text and nav for better alignment
kai-blt Sep 3, 2020
e6ca83e
Added LinkedIn, adjusted footer spacing
kai-blt Sep 3, 2020
8355ff9
Added My Projects button and filled out info in the header
kai-blt Sep 3, 2020
646f43b
updated readme.md
kai-blt Sep 3, 2020
3914945
updated readme.md to better reflect project status
kai-blt Sep 3, 2020
fbc4800
updated readme.md again to reflect project status
kai-blt Sep 3, 2020
42f9703
adjusted info text
kai-blt Sep 3, 2020
345dec6
Further spacing/layout adjustments
kai-blt Sep 3, 2020
1251c29
Further adjusted info text
kai-blt Sep 3, 2020
6a649f3
adjusted more info
kai-blt Sep 3, 2020
0200cf0
hosted site on Netlify: https://kai-bltportfolio.netlify.app
kai-blt Sep 3, 2020
37fccc7
Added footer to all pages and adjusted color
kai-blt Sep 4, 2020
3f6a56b
Added CSS grow animation for project gallery hover state
kai-blt Sep 4, 2020
b2dbda1
Adjusted body font size
kai-blt Sep 4, 2020
129b23f
adjusted spacing for entire site to sit flush against the width of th…
kai-blt Sep 4, 2020
027779c
adjusted font sizing and heading margins
kai-blt Sep 4, 2020
6426155
added box shadow on hover for project gallery
kai-blt Sep 4, 2020
8652fde
adjusted footer for better scaling
kai-blt Sep 4, 2020
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
36 changes: 18 additions & 18 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@ 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:

- [ ] Create a forked copy of this project.
- [ ] Add your Team Lead as collaborator on Github.
- [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
- [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
- [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
- [ ] Push commits: git push origin `<firstName-lastName>`.
- [x] Create a forked copy of this project.
- [x] Add your Team Lead as collaborator on Github.
- [x] Clone your OWN version of the repository (Not Lambda's by mistake!).
- [x] Create a new branch: git checkout -b `<firstName-lastName>`.
- [x] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
- [x] Push commits: git push origin `<firstName-lastName>`.

### 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

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
- [x] Make your webpage work at different browser widths, including mobile
- [x] Add CSS animations
- [ ] Design and execute your own wireframe for `About`, `Projects`, and `Contact` pages
- [ ] Host your website on Netlify.com
- [x] Host your website on Netlify.com

## FAQs

Expand All @@ -70,6 +70,6 @@ The following goals are designed to stretch your knowledge and may require addit

Follow these steps for completing your project.

- [ ] Submit a pull request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
- [ ] Add your Team Lead as a reviewer on the pull request
- [ ] Your Team Lead will count the project as complete by merging the branch back into master
- [x] Submit a pull request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
- [x] Add your Team Lead as a reviewer on the pull request
- [x] Your Team Lead will count the project as complete by merging the branch back into master
37 changes: 35 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,42 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
<title>Brendan Lai-Tong: About</title>
</head>
<body>
<h1> ABOUT </h1>
<div class="container">
<header>
<h1>ABOUT</h1>
<nav>
<a href="index.html" class="btn">Home</a>
<a href="about.html" class="btn">About</a>
<a href="contact.html" class="btn">Contact</a>
<a href="projects.html" class="btn">Projects</a>
</nav>
<div>
<h2>Dynamic Heading</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</header>
<section>

</section>
<section>

</section>
</div>

<!--Footer-->
<footer class="footer-flex">
<div></div>
<div>
<a href="https://www.linkedin.com/in/brendan-lai-tong-26111b15/" target="_blank"><img src="/assets/LinkedIn-Logos/LI-In-Bug.png" class="LinkedIn"></a>
</div>
<div>
<a href="contact.html" class="btn footer-btn">Contact Me</a>
</div>
<div></div>
</footer>
</body>
</html>
Binary file added assets/LinkedIn-Logos/LI-In-Bug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/LinkedIn-Logos/LI-Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/recordplayer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 36 additions & 3 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,43 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width= <h1> ABOUT </h1>, initial-scale=1.0">
<title>Document</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style/index.css">
<title>Brendan Lai-Tong: Contact</title>
</head>
<body>
<h1> CONTACT </h1>
<div class="container">
<header>
<h1>CONTACT</h1>
<nav>
<a href="index.html" class="btn">Home</a>
<a href="about.html" class="btn">About</a>
<a href="contact.html" class="btn">Contact</a>
<a href="projects.html" class="btn">Projects</a>
</nav>
<div>
<h2>Dynamic Heading</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</header>
<section>

</section>
<section>

</section>
</div>

<!--Footer-->
<footer class="footer-flex">
<div></div>
<div>
<a href="https://www.linkedin.com/in/brendan-lai-tong-26111b15/" target="_blank"><img src="/assets/LinkedIn-Logos/LI-In-Bug.png" class="LinkedIn"></a>
</div>
<div>
<a href="contact.html" class="btn footer-btn">Contact Me</a>
</div>
<div></div>
</footer>
</body>
</html>
56 changes: 54 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,61 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
<title>Brendan Lai-Tong: Full Stack Developer</title>
</head>
<body>

<div class="container">
<!--Header-->
<header>
<h1>BRENDAN LAI-TONG</h1>
<nav>
<a href="index.html" class="btn">Home</a>
<a href="about.html" class="btn">About</a>
<a href="contact.html" class="btn">Contact</a>
<a href="projects.html" class="btn">Projects</a>
</nav>
<div>
<h2>Full Stack Developer - Musician</h2>
<p>I just started my journey the Lambda School August 2020. My previous experience is in the field of Email Marketing and Graphics Design and I'm comfortable working with HTML/CSS, Adobe Photoshop, GIMP, and various ESP platforms (Bronto, Cheetahmail, Mailchimp).
Additionally, I am a trombonist and music educator, born in Johannesburg, South Africa. I'm an appreciator of all things that create sound and have performed with a myriad of Bay Area ensembles spanning multiple genres including - classical, contemporary avant-garde, rock, jazz & reggae.
I'm a member of the San Francisco Contemporary Music Players.</p>
</div>
<div class="hero"></div>
</header>

<!--Project Gallery-->
<section class="project-flex">
<div class="project">
<h3>Project 1</h3>
</div>
<div class="project">
<h3>Project 2</h3>
</div>
<div class="project">
<h3>Project 3</h3>
</div>
<div class="project">
<h3>Project 4<h3>
</div>
<div class="project_info">
<p>Here are some of the projects I'm most proud of. These will be updated on a regular basis utilizing the newest or most interesting technologies available. React and Python projects coming soon
</p>
<a href="projects.html" class="btn projects-btn">My Projects -></a>
</div>
</section>
</div>

<!--Footer-->
<footer class="footer-flex">
<div></div>
<div>
<a href="https://www.linkedin.com/in/brendan-lai-tong-26111b15/" target="_blank"><img src="/assets/LinkedIn-Logos/LI-In-Bug.png" class="LinkedIn"></a>
</div>
<div>
<a href="contact.html" class="btn footer-btn">Contact Me</a>
</div>
<div></div>
</footer>
</body>
</html>
38 changes: 36 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,43 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
<title>Brendan Lai-Tong: Projects</title>
</head>
<body>
<h1> PROJECTS </h1>
<header>
<div class="container">
<header>
<h1>PROJECTS</h1>
<nav>
<a href="index.html" class="btn">Home</a>
<a href="about.html" class="btn">About</a>
<a href="contact.html" class="btn">Contact</a>
<a href="projects.html" class="btn">Projects</a>
</nav>
<div>
<h2>Dynamic Heading</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</header>
<section>

</section>
<section>

</section>
</div>

<!--Footer-->
<footer class="footer-flex">
<div></div>
<div>
<a href="https://www.linkedin.com/in/brendan-lai-tong-26111b15/" target="_blank"><img src="/assets/LinkedIn-Logos/LI-In-Bug.png" class="LinkedIn"></a>
</div>
<div>
<a href="contact.html" class="btn footer-btn">Contact Me</a>
</div>
<div></div>
</footer>
</body>
</html>
Loading