Skip to content

Commit

Permalink
Main website updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-ng committed Feb 19, 2024
1 parent 8891151 commit a794e04
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Frontend Mentor</h2>
<div class="projects__list-image">
<img src="https://github.com/carla-ng/web-development-practice/blob/main/space-tourism-website/src/assets/readme_image_1.jpg?raw=true" alt="Space Tourism preview">
</div>
<h4>Space Tourism</h4>
<h4>Space Tourism website</h4>
</a>

<a href="https://carla-ng-frontend-mentor.netlify.app/job-listings/" target="_blank">
Expand All @@ -46,6 +46,21 @@ <h4>Space Tourism</h4>
<h4>Job Listings with Filtering</h4>
</a>
</div>

<hr>

<h2>iCodeThis</h2>

<div class="projects__list">

<a href="https://carla-ng-icodethis.netlify.app/user-authentication" target="_blank">
<div class="projects__list-image">
<img src="https://raw.githubusercontent.com/carla-ng/coding-challenges/main/icodethis/main-project/public/user-authentication/user-authentication-preview.jpg" alt="User Authentication preview">
</div>
<h4>User Authentication</h4>
</a>
</div>

</div>
</body>

Expand Down

0 comments on commit a794e04

Please sign in to comment.