Update index.html

This commit is contained in:
tiff 2024-12-25 15:15:02 -05:00 committed by GitHub
parent 982379d238
commit 7fe4cb80c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,10 @@
h1, p { h1, p {
font-family: Georgia, 'Times New Roman', Times, serif; font-family: Georgia, 'Times New Roman', Times, serif;
} }
.large {
font-size: x-large;
}
</style> </style>
</head> </head>
<body> <body>
@ -28,7 +32,7 @@
<h1> <h1>
So you wanna know more, eh? So you wanna know more, eh?
</h1> </h1>
<p>Hi, my name is Tiffany. I used to be a frontend developer at <a href="https://www.icf.com/">ICF</a> and a software engineer at <a href="https://calaxy.com">Calaxy</a>. I'm currently <p class="large">Hi, my name is Tiffany. I used to be a frontend developer at <a href="https://www.icf.com/">ICF</a> and a software engineer at <a href="https://calaxy.com">Calaxy</a>. I'm currently
forcibly retired and <a href="https://homelab.tiff.tools">hacking on DevOps</a> and <a href="https://codeberg.org/tiff">small code projects</a>. I also enjoy tinkering with DIY electronics and electronics repair.</p> forcibly retired and <a href="https://homelab.tiff.tools">hacking on DevOps</a> and <a href="https://codeberg.org/tiff">small code projects</a>. I also enjoy tinkering with DIY electronics and electronics repair.</p>
</div> </div>
</body> </body>