-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbirthday.html
More file actions
45 lines (41 loc) · 1.87 KB
/
birthday.html
File metadata and controls
45 lines (41 loc) · 1.87 KB
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
45
<html>
<head>
<link rel="canonical" href="http://benhalpern.com/birthday"/>
<meta name="description" content="Rock the casbah">
<meta property="og:url" content="http://benhalpern.com/birthday" />
<meta property="og:title" content="Ben's Birthday 2017" />
<meta property="og:image" content="http://benhalpern.com/images/bensbirthday.png" />
<meta property="og:description" content="Rock the casbah" />
<meta property="og:site_name" content="Ben Halpern's personal website" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@bendhalpern">
<meta name="twitter:title" content="Ben's Birthday 2017">
<meta name="twitter:description" content="Rock the casbah">
<meta name="twitter:image:src" content="http://benhalpern.com/images/bensbirthday.png">
<style>
body{
background:#362156;
color:#c4ffd1;
font-size:calc(1em + 0.5vw);
}
.container{
margin:4vw auto;
width:92%;
max-width:700px;
}
a{
color:#f4c242;
}
</style>
<body>
<section class="container">
<h1>Hello friends, I am celebrating my birthday on September 16th.</h1>
<h2>Where: We are going to have a picnicky kind of thing in Prospect Park in Brooklyn on the "long medow" near Grand Army Plaza.</h2>
<h2>When: <u>2pm</u> Saturday, September 16th.</h2>
<h2>Alternate: If it rains, we are going to go to <a href="http://www.royalpalmsshuffle.com/">Royal Palms</a>.</h2>
<H1>UPDATE: We are by the tree on the bump straight ahead when you enter from the Grand Army Plaza entrqnce</h1>
<h2>You should bring some food and/or drink.</h2>
<h3>This is really open to anybody even if you don't know me super well.</h3>
<h3>But don't come if you don't like me. That would be weird.</h3>
<h4>If plans change. I will update this page. So check back here on the day just in case.</h4>
</section>