Skip to content

Commit

Permalink
Merge pull request #10 from TommyOh0428/issue_3/create_about_me_section
Browse files Browse the repository at this point in the history
change the photo
  • Loading branch information
TommyOh0428 authored Nov 21, 2023
2 parents bcd5a0a + 11497d6 commit 82b5a09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>Hello, I'm <span>Tommy Oh</span> <br>who is pursuing the program <br>in Simo
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="photo/testing.jpg">
<img src="photo/selfie-2.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
Expand Down Expand Up @@ -70,6 +70,13 @@ <h1 class="sub-title">About Me</h1>
</div>
</div>

<!-------------------- Portfolio ----------------->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">Projects</h1>
</div>
</div>

<script>

var tablinks = tablinks = document.getElementsByClassName("tab-links");
Expand Down
Binary file modified photo/selfie-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82b5a09

Please sign in to comment.