wyattjmiller.com/src/index.php

27 lines
2.0 KiB
PHP
Raw Normal View History

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-05-18 06:38:59 -05:00
<script src="main.js"></script>
2018-05-20 23:11:33 -05:00
<script src="analytics.js"></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">
<h2 class="main-background-header">Hi, I'm Wyatt Miller!</h2>
2018-05-21 11:29:14 -05:00
<p class="main-background-text">I am a web designer, a programmer, a gamer, but most importantly, I am a go-getter.</p><br>
2018-05-18 06:38:59 -05:00
<p class="main-background-text">There's nothing much here on the home page but if you click or tap on the buttons below my name, you can view all sorts of things about yours truly. Go explore!</p>
<p class="main-background-text"></p>
</div>
</div>
</div>
2018-05-24 22:43:26 -05:00
<?php require_once "footer.php"; ?>
</body>