-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
5 additions
and
472 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.
19f2e89
There was a problem hiding this comment.
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