2022-06-14 04:15:06 +00:00
<!doctype html>
< html lang = "en" >
< head >
<!-- Required meta tags -->
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "icon" type = "image/png" sizes = "500x500" href = "img/icon.png" >
<!-- Primary Meta Tags -->
2023-10-09 04:16:00 +00:00
< title > Tyrel Souza's Website< / title >
< meta name = "title" content = "Tyrel Souza's Website" / >
< meta name = "description" content = "Personal website and blog of Tyrel Souza - A Software Engineer, Notary Public, Pilot, and Ham Radio Operator." / >
2022-06-14 04:15:06 +00:00
<!-- Open Graph / Facebook -->
2023-10-09 04:16:00 +00:00
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://tyrel.dev/" / >
< meta property = "og:title" content = "Tyrel Souza's Website" / >
< meta property = "og:description" content = "Personal website and blog of Tyrel Souza - A Software Engineer, Notary Public, Pilot, and Ham Radio Operator." / >
< meta property = "og:image" content = "https://tyrel.dev/imgs/profilerectangle.jpg" / >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" / >
< meta property = "twitter:url" content = "https://tyrel.dev/" / >
< meta property = "twitter:title" content = "Tyrel Souza's Website" / >
< meta property = "twitter:description" content = "Personal website and blog of Tyrel Souza - A Software Engineer, Notary Public, Pilot, and Ham Radio Operator." / >
< meta property = "twitter:image" content = "https://tyrel.dev/imgs/profilerectangle.jpg" / >
<!-- Meta Tags Generated with https://metatags.io -->
2022-06-14 04:15:06 +00:00
<!-- Bootstrap CSS -->
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin = "anonymous" >
< link rel = "stylesheet" type = "text/css" href = "css/style.css" >
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css" >
< / head >
< body class = "d-flex flex-column min-vh-100" >
< div class = "container mt-4" >
<!-- Bio Page -->
< div class = "card" >
< div class = "card-body" >
< div class = "text-center" >
< img class = "rounded-circle" alt = "100x100" src = "img/profile.jpg"
data-holder-rendered="true" width="150" height="150">
2023-10-09 04:16:00 +00:00
< h1 class = "title mt-1" >
2022-06-14 04:15:06 +00:00
< span class = "myBadge" >
< i class = "bi bi-patch-check-fill" > < / i >
2023-10-09 04:16:00 +00:00
< / span > Tyrel Souza< / h1 >
< p class = "title2" > Software Engineer< / p >
2022-06-14 04:15:06 +00:00
< / div >
< div class = "card-bio" >
< div class = "card-body" >
< p class = "bio-body" >
2023-10-09 04:16:00 +00:00
Hello, My name is Tyrel Souza.
I have been programming since 2010 professionally, and personally a decade prior.
I am also a Private Pilot, a Notary Public, and a Ham Radio Operator.
< / p >
< p class = "bio-body" >
I specialize in Python and JavaScript.
2022-06-14 04:15:06 +00:00
< / p >
< / div >
< / div >
< div class = "text-center icon" >
2023-10-09 04:16:00 +00:00
< a href = "https://github.com/tyrelsouza" > < i class = "bi bi-github ml-4" > < / i > < / a >
< a href = "https://linkedin.com/in/tyrel-souza" > < i class = "bi bi-linkedin ml-4" > < / i > < / a >
< a href = " mailto:email@tyrel.dev?subject=I%20found%20your%20website&body=Hi%20Tyrel%2C%0D%0AI%20found%20your%20website%20and%20wanted%20to%20send%20you%20an%20email%20about... " > < i class = "bi bi-envelope ml-4" > < / i > < / a >
< / div >
< div class = "text-center mt-1" >
< a href = "https://tyrel.dev/blog/" class = "btn" > Read My Blog< / a >
< a href = "https://tyrel.dev/links/" class = "btn" > Find Me Online< / a >
2022-06-14 04:15:06 +00:00
< / div >
< / div >
< / div >
<!-- Skils -->
2023-10-09 04:16:00 +00:00
< div class = "card mt-1" >
2022-06-14 04:15:06 +00:00
< div class = "card-body" >
2023-10-09 04:16:00 +00:00
< h2 class = "title" > My Skills< / h2 >
< p class = "bio-body mt-1" > Python< / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 100%;" aria-valuenow = "100" aria-valuemin = "0" aria-valuemax = "100" > < / div >
2022-06-14 04:15:06 +00:00
< / div >
2023-10-09 04:16:00 +00:00
< p class = "bio-body mt-4" > Django< / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 80%;" aria-valuenow = "80" aria-valuemin = "0" aria-valuemax = "100" > < / div >
2022-06-14 04:15:06 +00:00
< / div >
2023-10-09 04:16:00 +00:00
< p class = "bio-body mt-4" > JavaScript< / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 80%;" aria-valuenow = "80" aria-valuemin = "0" aria-valuemax = "100" > < / div >
2022-06-14 04:15:06 +00:00
< / div >
2023-10-09 04:16:00 +00:00
< p class = "bio-body mt-4" > Go< / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 50%;" aria-valuenow = "50" aria-valuemin = "0" aria-valuemax = "100" > < / div >
2022-06-14 04:15:06 +00:00
< / div >
2023-10-09 04:16:00 +00:00
< p class = "bio-body mt-4" > Ruby on Rails< / p >
< div class = "progress mb-5" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 50%;" aria-valuenow = "50" aria-valuemin = "0" aria-valuemax = "100" > < / div >
2022-06-14 04:15:06 +00:00
< / div >
< / div >
< / div >
<!-- Project -->
2023-10-09 04:16:00 +00:00
< div class = "card mt-1" >
< div class = "card-body" >
< h2 class = "title" > Current Projects< / h1 >
< p class = "bio-body mt-1" > < a href = "https://gitea.tyrel.dev/tyrel/benchtopdevices" > Benchtop Devices - PDF Sheet Generator< / a > < / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 66%;" aria-valuenow = "66" aria-valuemin = "0" aria-valuemax = "100" > < / div >
< / div >
< p class = "bio-body mt-4" > < a href = "https://gitea.tyrel.dev/tyrel/rustylinks" > RustyLinks - Linktree Clone< / a > < / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 95%;" aria-valuenow = "80" aria-valuemin = "0" aria-valuemax = "100" > < / div >
< / div >
< p class = "bio-body mt-4" > < a href = "https://gitea.tyrel.dev/tyrel/frank_tank" > Waterheater Servo Remote< / a > < / p >
< div class = "progress" style = "height: 8px;" >
< div class = "progress-bar" role = "progressbar" style = "width: 80%;" aria-valuenow = "80" aria-valuemin = "0" aria-valuemax = "100" > < / div >
< / div >
< / div >
< / div >
2022-06-14 04:15:06 +00:00
< / div >
< footer class = "mt-auto]" >
< div class = "text-center" >
2023-10-09 04:16:00 +00:00
< p class = "footer-title" > Tyrel Souza - Chapel Hill, North Carolina< / p >
2022-06-14 04:15:06 +00:00
< / div >
< / footer >
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity = "sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin = "anonymous" > < / script >
< / body >
2023-10-09 04:16:00 +00:00
< / html >