11<!DOCTYPE html>
2- < html lang ="es ">
2+ < html lang ="en ">
33 < head >
44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
454454</ style >
455455
456456 </ head >
457+ <!-- Google tag (gtag.js) -->
458+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-SP32TRRYTS "> </ script >
459+ < script >
460+ window . dataLayer = window . dataLayer || [ ] ;
461+ function gtag ( ) { dataLayer . push ( arguments ) ; }
462+ gtag ( 'js' , new Date ( ) ) ;
463+
464+ gtag ( 'config' , 'G-SP32TRRYTS' ) ;
465+ </ script >
457466 < body >
458467 < style >
459468 .navbar {
579588 < h1 class ="post-title "> About me</ h1 >
580589 < div class ="post-time ">
581590 < time datetime ="">
582- Thu , Sep 11 , 2025
591+ Sat , Sep 13 , 2025
583592 </ time >
584593 </ div >
585594</ header >
@@ -589,8 +598,8 @@ <h1 class="post-title">About me</h1>
589598< p > I currently < a href ="https://chromiumdash.appspot.com/commits?user=ikilpatrick "> work</ a > on Blink/Chromium focusing on CSS Layout.
590599I've touched/worked on almost all layout code within Blink including (but not limited to):</ p >
591600< ul >
592- < li > CSS Container Queries</ li >
593601< li > Anchor Positioning</ li >
602+ < li > Container Queries</ li >
594603< li > Flexbox</ li >
595604< li > Grid</ li >
596605< li > Tables</ li >
@@ -599,12 +608,13 @@ <h1 class="post-title">About me</h1>
599608< li > Flow layout</ li >
600609< li > Replaced layout</ li >
601610</ ul >
602- < p > Prior to Blink I worked as a Frontend Engineer to Google Docs/Drive.</ p >
611+ < p > Prior to Blink I worked as a Frontend Engineer on Google Docs/Drive.</ p >
603612< p > I can be found at:</ p >
604613< ul >
605- < li > < a href ="https://github.com/bfgeek "> https://github.com/bfgeek</ a > </ li >
606614< li > < a href ="https://bsky.app/profile/bfgeek.bsky.social "> https://bsky.app/profile/bfgeek.bsky.social</ a > </ li >
615+ < li > < a href ="https://github.com/bfgeek "> https://github.com/bfgeek</ a > </ li >
607616</ ul >
617+ < p > This site is built with < a href ="https://www.11ty.dev/ "> Eleventy</ a > based on < a href ="https://github.com/codingpotions/nulite "> Nulite</ a > .</ p >
608618
609619</ section >
610620
0 commit comments