-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.php
78 lines (50 loc) · 2.77 KB
/
index2.php
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head lang="en">
<title>Real Estate RSVP Landing Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;400;600;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main2.css">
<style type=”text/css”>
.appleLinks a { color: #8fb5dc; text-decoration: none; }
</style>
</head>
<body>
<div class="pad">
<div id="hand-key-image" class="hero-side-image">
<img src="images/hand-holding-house-key.png">
</div>
<div id="register">
<div id="main-invite-container">
<div id="event-headline" class="event-text">
<h1>Special Invitation</h1>
</div>
<div class="event-details">
<h2 id="sales-copy" class="event-text">Business Networking Event with Robert Dienes and Marc Weiss. Wine, Cheese, Hors d'oeuvres on the terrace.</h2>
</div>
<div id="description_box" class="event-details">
<h3 class="event-heading"><span class="highlight">WHEN: </span></h3>
<p class="event-copy">Thursday, April 27th, 2017<br>
6pm to 9pm</p>
<h3 class="event-heading"><span class="highlight">WHERE:</span></h3>
<p class="event-copy">Brown Harris Stevens<br>
445 Park Avenue<br>(between 56-57th Streets)<br>
12th floor<br>New York, NY</p>
<p class="event-copy last">Questions: Call (917) 570-7599 or Email: <a target="_blank" href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div id="sidebar-container">
<div id="invitation"><a href="custom-opt-in-form.php"><p class="event-text">CLICK HERE TO RSVP</p></a></div>
</div>
</div>
</div>
</body>
</html>