Skip to content

Commit

Permalink
Update portfolio.html
Browse files Browse the repository at this point in the history
Fixed broken links
  • Loading branch information
ekqiu authored May 12, 2024
1 parent aa4ad85 commit 68fd330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>ICAS Asessment in Mathematics</h3>
">
<section id="projects">
<h2 class="portfolio-item">📦 Projects</h2>
<h3><a href="ekqiu.github.io">Social Card</a></h3>
<h3><a href="https://ekqiu.github.io">Social Card</a></h3>
<p>Think of it as a business card, online! Although simple on the outside, some (cool) features I incooporated into it was the <b>rotating colour profile picture border</b>, <b>social media icons</b> to make contacting me easy, and the <b>hyperlinked buttons</b> that provide shortcuts to my other projects. This project was created using <u>HTML</u>, <u>CSS</u>, and <u>JavaScript</u>.</p>
<h3><a href="https://ekqiu.github.io/bpscpersona">BPSC Persona</a></h3>
<p>BPSC Persona is a project I created for the BP Student Council (BPSC) to help the student council members get a better understanding of their leadership personality, and be able to find people who are like minded. Using a similar system as MBTI to determine the personality, the user is brought through an adventure where their abilities will be tested. A personality card will then be generated with their name on it, which can be shared through a click of a button. This project was created using <u>HTML</u>, <u>CSS</u>, and <u>JavaScript</u>.</p>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3>jQuery Certificate from OneMonth</h3>
">
<section id="conclusion">
<h2 class="portfolio-item">👋 Conclusion</h2>
<p>Thank you for taking the time to view my portfolio! I hope you have enjoyed reading about my experiences, achievements, and projects. If you would like to contact me, feel free to reach out to me through my social media platforms or email, which can be found <a href="ekqiu.github.io">here</a>. I am always open to new opportunities and collaborations, and I am excited to see where my journey in technology will take me. Have a great day!</p>
<p>Thank you for taking the time to view my portfolio! I hope you have enjoyed reading about my experiences, achievements, and projects. If you would like to contact me, feel free to reach out to me through my social media platforms or email, which can be found <a href="https://ekqiu.github.io">here</a>. I am always open to new opportunities and collaborations, and I am excited to see where my journey in technology will take me. Have a great day!</p>
</section>
</div>
</div>
Expand Down

0 comments on commit 68fd330

Please sign in to comment.