Main

Micah Swindell – CV body { background-color: #222; color: #ddd; font-family: “Courier New”, monospace; margin: 0; padding: 0; } .terminal { background-color: #333; padding: 20px; border-radius: 15px; position: relative; overflow: hidden; } .terminal-header { color: #00ff00; font-size: 1.2em; } .subheader { font-size: 1.2em; color: #00ff00; margin-top: 5px; } .blinking-cursor { color: #00ff00; animation: blink 1s step-start infinite; } @keyframes blink { 0%, 100% { opacity: 0; } 50% { opacity: 1; } } nav { text-align: right; } nav ul { list-style: none; padding: 0; } nav li { margin-top: 10px; } nav a { color: #00ff00; text-decoration: none; border-bottom: 1px solid #00ff00; } nav a:hover { background-color: #00ff00; color: black; } section { margin-top: 20px; border: 1px solid #00ff00; padding: 10px; border-radius: 10px; } .about-container { display: flex; flex-wrap: wrap; gap: 20px; } .about-image { flex: 1; text-align: center; } .about-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } .about-text { flex: 1; } footer { margin-top: 20px; border-top: 1px solid #00ff00; padding-top: 10px; }
Micah@Swindell:~$ cat welcome.txt
Welcome to my little corner of the internet.
Micah@Swindell:~$ 
Micah Swindell

Hey there, I’m Micah – a new grad with an endless number of interests and ambitious dreams in the tech world. Born and raised on the white sandy shores of Pensacola, Florida. My academic journey led me to immerse myself into the realm of cyber security. Now, I’m eagerly looking forward to expanding my horizons with new adventures and opportunities.

Contact Me

Email: your@email.com

Phone: (123) 456-7890

Website: http://www.yourwebsite.com

Download CV

LinkedIn

GitHub

© 2023 Micah Swindell. All rights reserved.