Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
danetsao committed Jan 19, 2024
1 parent a5ef03b commit 19f2e89
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 472 deletions.
251 changes: 0 additions & 251 deletions app.css

This file was deleted.

50 changes: 0 additions & 50 deletions app.js

This file was deleted.

Binary file removed images/201.jpg
Binary file not shown.
Binary file removed images/DSC_0507.jpg
Binary file not shown.
Binary file removed images/agora.jpg
Binary file not shown.
Binary file removed images/camera.jpg
Binary file not shown.
Binary file removed images/color_pixels.jpg
Binary file not shown.
Binary file removed images/imagecoding.jpg
Binary file not shown.
Binary file removed images/imagecoding2.jpg
Binary file not shown.
Binary file removed images/imgproccesor.jpg
Binary file not shown.
Binary file removed images/mountains.jpg
Binary file not shown.
Binary file removed images/question.jpg
Binary file not shown.
Binary file removed images/recipe.jpg
Binary file not shown.
72 changes: 5 additions & 67 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,72 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dane Tsao</title>
<link rel="stylesheet" href="app.css">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container">
<div class="nav-wrapper">
<div class="left-side">
<div class="nav-link-wrapper active-nav-link">
<a href="index.html">Home</a>
</div>

</div>
<div class="right-side">
<div class="nav-link-wrapper">
<a href="#contact">Contact</a>
</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="two-column-wrapper">
<div class="profile-image-wrapper">
<img src="images/DSC_0507.jpg">
</div>
<div class="profile-content-wrapper">
<h1>Hello, I'm</h1>
<div class="dane-tsao">
<h1>Dane Tsao</h1>
</div>
<p1>A dedicated computer science student from Illinois. I am seeking internship oppurtunities for summer 2023 and have a passion for innovation.</p1>
</div>
</div>
</div>
<div class="content-wrapper">
<h1>Projects</h1>
<div id="projects-list">
<!-- P /*projects are dynamically generated here*/ -->
</div>
</div>
<div id="contact" class="contact">
<div class="contact-wrapper">
<h3>Get in Touch</h3>
<p2>I would be happy to further discuss any potential oppurutinties or questions you have for me. Feel free to shoot me an email or reach out to me on any socials</p2>
<div class="email">
</div>
</div>
</div>

</div>
<div class="footer-container">
<div class="footer">
<div class="social-icon">
<a href="https://www.linkedin.com/in/danetsao" target="_blank">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
<a href="https://github.com/danetsao" target="_blank">
<ion-icon name="logo-github"></ion-icon>
<a href="mailto:[email protected]?subject=Contact from Personal Website" target="_blank"><ion-icon name="mail-outline"></ion-icon></a>
</div>
</div>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
<script src="app.js"></script>

<div class="container">
Hello
</div>
</html>
Loading

1 comment on commit 19f2e89

@vercel
Copy link

@vercel vercel bot commented on 19f2e89 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsao – ./

tsao.vercel.app
tsao-git-main-danetsao.vercel.app
tsao-danetsao.vercel.app

Please sign in to comment.