Skip to content

Latest commit

 

History

History
108 lines (81 loc) · 2.84 KB

index.md

File metadata and controls

108 lines (81 loc) · 2.84 KB
<style> body { background-color: #171515; color: #00ffcc; animation: fadeInAnimation ease 3s; animation-iteration-count: 1; animation-fill-mode: forwards; } .typewriter h1 { position: relative; /* For cursor positioning */ font-family: Monospace; white-space: nowrap; margin: 0 auto; letter-spacing: 0.015em; color: #0099cc; overflow: hidden; } .typewriter h1::after { content: ''; position: absolute; bottom: 0; right: -0.015em; /* Adjust to align the cursor with text */ border-right: .015em solid orange; height: 1.2em; /* Adjust to match font size */ animation: blink-caret .75s step-end infinite; } h2 { color: #0099cc; } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes deleting { from { width: 100% } to { width: 0 } } @keyframes continuousTypingDeleting { 0%, 100% { width: 0; visibility: hidden; } 50% { width: 100%; visibility: visible; } } /* Slower blinking animation */ @keyframes blink-caret { from, to { opacity: 0; } 25%, 75% { opacity: 1; } } </style>

Prilasey's Page

<script> const typewriter = document.querySelector('.typewriter h1'); typewriter.style.animation = 'continuousTypingDeleting 8s infinite'; // Adjust the duration as needed </script>

Go to my Github account 😈😈😈😈😈😈😈😈😈😈😈😈😈, please star all my repos!!

<iframe width="560" height="315" src="https://www.youtube.com/embed/K63R4vMwlDY" frameborder="0" allowfullscreen></iframe>

Overview of Hacks, Study and Tangibles.

Blogging in GitHub pages is a way to learn and code at the same time!

csse

  • 👋Hi my name is Will Cheng
  • 👀 I’m interested in Cybersecurity (CyberPatriot XIV National Finalist), Biodata engineering, Neuroimaging, Computer Science, Gaming, and Competitive Programming
  • 🌱 I’m currently researching at Population Neuroscience and Genetics Lab at UCSD, where I've made a VCF file parser to count mutational differences in genetic data
  • 💞️ Please star all my github repositories, would be deeply appreciated
  • 📫 Email me @ will.wi.cheng@gmail.com
  • 😄 Here's a compilation of all my favorite cat meme videos Link yay

Here's a todo list of what I need to do for this class

  • Imporve my markdown
  • Learn python
  • Learn Java
  • Learn how to use git
  • Use a good theme