Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,5 @@ This website documents my growth during the Code Fellows Software Development pr
<div class="badge-base LI-profile-badge" data-locale="en_US" data-size="medium" data-theme="light" data-type="VERTICAL" data-vanity="qilinxie" data-version="v1"><a class="badge-base__link LI-simple-link" href="https://www.linkedin.com/in/qilinxie?trk=profile-badge">Qilin Xie</a></div>

Updated 7/5/2024 9:45am PST


Binary file added cow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
</head>
<body>
<h1>Hello World!</h1>
<p>Today is our 102 class!</p>
</body>
</html>
17 changes: 17 additions & 0 deletions demo2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<body>
<nav>
<a href="demo.html">Go to Demo!</a>
</nav>
<h1>How cool!</h1>
<main>
<article>
<section>
<img src="feature2.jpg" alt="shampooed cow">
<img src="cow.jpg" alt="shampooed cow">
</section>
</article>
</main>
</body>
</html>
24 changes: 24 additions & 0 deletions example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Hi, I am Shawn Dahm

This is my reading notes for the ITTP program. I am really excited to share my learning journey with you!

## Table of Contents

- [About](#about)
- [My 102 Class](#my-102-class)
- [Contact](#contact)

## About

In this repository, you'll find my notes and resources from various coding classes and materials. I aim to document my progress and understanding as I navigate through the ITTP program.

## My 102 Class

You can find the materials and notes for my [102 class](http://example.com) here. I will update this section regularly with new insights and resources.

## Contact

Feel free to reach out if you have any questions or want to connect!

- Email: [shawn@example.com](mailto:shawn@example.com)
- GitHub: [ShawnDahm](https://github.com/ShawnDahm)
Binary file added feature2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.