Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vento277 committed Nov 8, 2024
1 parent 91f47e2 commit 36102f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified assets/favicon/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ a {
display: grid;
grid-template-columns: repeat(2, 1fr);
padding-top: 5%;
gap: 4%;
gap: 3.5%;
}

.portfolio-item {
Expand All @@ -113,7 +113,7 @@ a {
.portfolio-image {
width: 100%;
height: 200px;
border-radius: 15px;
border-radius: 10px;
object-fit: cover;
}

Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,13 @@ <h1>Peter Kim</h1>
<img class="portfolio-image" src="https://live.staticflickr.com/8027/29016431894_d3a9befbfd_h.jpg"><div style="margin-bottom: 5px;"></div>
</article>


<article class="portfolio-item">
<p>
<a href="https://ece.ubc.ca/">Department of Electrical Engineering</a><div style="margin-bottom: 5px;"></div>
ELEC 481: Economic Analysis (92%) <a href="engineering/481_business.pdf">[Paper]</a><br>
ELEC 391: Design Studio II (89%) <a href="https://github.com/vento277/Electrical-Engineering-Design-Studio-II">[Code]</a><br>
ELEC 311: Electromagnetism (95%) <a href="engineering/311_NT.pdf">[Note]</a><br>
ELEC 311: Electromagnetism II (95%) <a href="engineering/311_NT.pdf">[Note]</a><br>
ELEC 291: Design Studio I (89%) <a href="https://github.com/vento277/Electrical-Engineering-Design-Studio-I">[Code]</a><br>
ELEC 202: Circuit Analysis II (92%) <a href="engineering/202_NT.pdf">[Note]</a><br>
NA: Introduction to Marketing (97%) <a href="engineering/hs_depast.mov">[Vod]</a><br>
Expand Down

0 comments on commit 36102f3

Please sign in to comment.