2018-05-18 06:38:59 -05:00
< head >
< title > Wyatt J . Miller - Home </ title >
< meta charset = " utf-8 " />
< meta name = " viewport " content = " width=device-width, initial-scale=1.0 " >
< meta http - equiv = " X-UA-Compatible " content = " IE=edge " >
< link rel = " stylesheet " type = " text/css " href = " style.css " />
< link rel = " stylesheet " href = " https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css " integrity = " sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB " crossorigin = " anonymous " >
< link rel = " stylesheet " href = " https://use.fontawesome.com/releases/v5.0.13/css/all.css " integrity = " sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp " crossorigin = " anonymous " >
< script src = " https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js " integrity = " sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T " crossorigin = " anonymous " ></ script > < script src = " main.js " ></ script >
2018-05-20 23:11:33 -05:00
< script async src = " https://www.googletagmanager.com/gtag/js?id=UA-119564631-1 " ></ script >
2018-08-10 15:44:40 -05:00
< script src = " https://code.jquery.com/jquery-3.3.1.min.js " integrity = " sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8= " crossorigin = " anonymous " ></ script >
2018-05-18 06:38:59 -05:00
</ head >
< body >
2018-05-24 22:43:26 -05:00
< ? php require_once " header.php " ; ?>
2018-05-18 06:38:59 -05:00
< div class = " col-xs-12 " >
< div class = " main-section " >
< div class = " main-background " >
2018-12-31 18:24:34 -06:00
< h2 id = " time " ></ h2 >
2018-12-31 19:53:23 -06:00
< p class = " main-background-text " > I write code . I do some other cool stuff too .</ p >< br >
2018-12-28 21:42:40 -06:00
< p class = " main-background-text " > There 's nothing much here except my <a href="https://github.com/wymillerlinux/DeskHubSharp" target="_blank">latest project</a> that I worked on. It' s a GitHub client tool for viewing repositories once a user is searched .</ p >
2018-12-31 19:53:23 -06:00
<!-- p class = " main-background-text " ></ p -->
2018-05-18 06:38:59 -05:00
</ div >
</ div >
</ div >
2018-05-24 22:43:26 -05:00
< ? php require_once " footer.php " ; ?>
2018-12-31 18:24:34 -06:00
< script src = " main.js " ></ script >
< script src = " analytics.js " ></ script >
2018-05-24 22:43:26 -05:00
</ body >