-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (44 loc) · 1.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
---
<html>
<head>
<title>Welcoming Hudson Kruse Ridlen</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="Welcoming Hudson Kruse Ridlen" />
<meta property="og:description" content="Born on January 16, 2016 at 11:17 in the morning. 8 pounds, 6 ounces (3800g), 20 inches (51 cm). Proud parents Phillip & Caitlin, and big brother Bennett."/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hudsonkruse.co"/>
<meta property="og:image" content="https://hudsonkruse.co/assets/hudson-closeup.jpg?version={{ site.asset_version }}"/>
<link rel="stylesheet" href="/assets/styles.css?version={{ site.asset_version }}"/>
</head>
<body>
<div class="row">
<div class="col-md-4 col-xs-12">
<article class="welcome-hudson">
<div class="welcoming-banner">
<span class="sr-only">welcoming</span>
</div>
<h1 class="kruse">
<span class="sr-only">welcoming</span>
Hudson<br>Kruse
</h1>
<section class="details">
<p>
Born on January 16, 2016<br>
at 11:17 in the morning<br>
8 pounds, 6 ounces, 20 inches
</p>
<hr>
<p>
Proud parents <a href="https://phillipridlen.com">Phillip</a> & Caitlin<br>
and big brother <a href="https://bennettalexander.co">Bennett</a>
</p>
</section>
</article>
</div>
<div class="col-md-8 col-xs-12">
<div class="grid-image hudson-closeup"></div>
</div>
</div>
</body>
</html>