-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 1.43 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dana Delany Web Site</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<main>
<article>
<section id="announcement">
<h1>DanaDelany.com</h1>
<p>is no longer operational.</p>
<p>However, Dana is continually active on <a href="https://twitter.com/DanaDelany" target="_blank">Twitter</a>, regularly interacting with her fans and colleagues from there.</p>
<p>Please note that Dana does not have an official Facebook presence.</p>
<p>To contact Dana via regular mail, e.g. to request
an autograph or send fan-mail, this address is available:
</p>
<address>
<b>Ms. Dana Delany<br>
3435 Ocean Park Blvd.<br>
#107N<br>
Santa Monica, CA 90405 </b>
</address>
<footer class="row">
<div class="col-sm-12">
For questions about this domain or page, please contact <a href="mailto:danadelanyweb@gmail.com">danadelanyweb@gmail.com</a>
</div>
</footer>
</section>
<section id="twitter">
<a class="twitter-timeline" data-height="800" data-theme="dark" data-link-color="#abb8c2" href="https://twitter.com/DanaDelany">Tweets by DanaDelany</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</section>
</article>
</main>
</body>
</html>