Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.31 KB

index.md

File metadata and controls

52 lines (43 loc) · 1.31 KB
layout
page
<style> .headertext { font-size: 60px; padding-bottom: 90px; text-align: center; } .button { padding: 16px 32px; text-align: center; /* text-decoration: none; */ /* display: inline-block; */ /* font-size: 16px; */ margin: 4px 2px; transition-duration: 0.4s; cursor: pointer; background-color: white; color: black; border: 2px solid #000000; border-radius: 20px; } .button:hover { background-color: #4178db; color: white; } </style>
Welcome to my website!

Click on the following buttons to learn more about me:

About Me
<a href="https://anya0402.github.io/projects/">
<button class="button">My Projects</button>
</a>

<a href="https://anya0402.github.io/resume/">
<button class="button">My Resume</button>
</a>