Skip to content

Commit

Permalink
added social links
Browse files Browse the repository at this point in the history
  • Loading branch information
fangjim committed Mar 7, 2024
1 parent 6e02fa8 commit 6e9a39d
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,41 @@
</head>
<body>
<div id="intro">
<h1>Welcome to My Personal Website</h1>
<h1>Jim Fang</h1>
<p>I'm Jim Fang! I am studying Electrical and Computer Engineering student at the University of Texas at Austin.</p>
<p class="highlight">Explore my projects and interests below!</p>
<img class="profilePicture" src="profilePicture.PNG" alt="Placeholder image">
</div>

<div class="section">
<h2>About Me</h2>
<p>I am currently pursuing my degree in Electrical and Computer Engineering. I love learning about new technologies and applying them to solve real-world problems.</p>
<p>I am currently pursuing my degree in Electrical and Computer Engineering.</p>
</div>

<div class="section">
<h2>Follow Me</h2>
<ul>
<li><a href="https://www.linkedin.com/in/jim-fang-">LinkedIn</a></li>
<li><a href="https://github.com/fangjim">GitHub</a></li>
<li><a href="https://www.youtube.com/@jim_fang">YouTube</a></li>
</ul>
</div>

<div class="section">
<h2>Skills</h2>
<p>Here are some of my technical skills:</p>
<ul>
<li>Python</li>
<li>C++</li>
<li>Java</li>
<li>HTML/CSS</li>
<li>JavaScript</li>
<li>React</li>
<li>Node.js</li>
<li>SQL</li>
</ul>


<div class="section">
<h2>Projects</h2>
<p>Check out some of the projects I've worked on:</p>
Expand Down

0 comments on commit 6e9a39d

Please sign in to comment.