-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.htm
More file actions
91 lines (84 loc) · 3.18 KB
/
default.htm
File metadata and controls
91 lines (84 loc) · 3.18 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<!-- #BeginTemplate "master.dwt" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title>Home</title>
<!-- #EndEditable -->
<link rel="stylesheet" title="CSS" type="text/css" href="styles/style1.css" media="screen" />
</head>
<body>
<!-- Begin Container -->
<div id="container"><br />
<!-- Begin Masthead -->
<div id="masthead">
<img src="images/celticSymbol.jpg" alt="Your Company Logo Here" height="200" width="75" />
<img id="_head" src="images/header.gif" alt="Eileen Flynn Consulting - Focusing on people to accelerate business results" width="525"/>
<p>
office (732) 774-7419<br />
mobile (267) 614-3612<br />
<a href="mailto:eileen@eileenflynnconsulting.com">
eileen@eileenflynnconsulting.com</a>
</p>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li><a href="default.htm"><strong>Home</strong></a></li>
<li><a href="about/about.htm"><strong>About Us</strong></a></li>
<li><a href="services/services.htm"><strong>Services</strong></a></li>
<li><a href="failure_stories/failure_stories.htm"><strong>Failure Stories</strong></a></li>
<li><a href="resources/resources.htm"><strong>Resources</strong></a></li>
<li><a href="contact/contact.htm"><strong>Contact Us</strong></a></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin Page Content -->
<div id="page_content">
<!-- Begin Left Column -->
<div id="column_l">
<!-- #BeginEditable "content" -->
<h3>Helping individuals, teams, and organizations successfully navigate the <br />
<em>seas of change...</em></h3>
<p><strong>Offering expertise in:</strong></p>
<ul>
<li><a href="services/business_transformation.htm">Business Transformation</a></li>
<li><a href="services/employee_engagement.htm">Employee Engagement</a></li>
<li><a href="services/team_development.htm">Team Development</a></li>
<li><a href="services/coaching.htm">Coaching</a></li>
</ul>
<h4>Not sure why these topics are critical to your success?<br /> Read the <a href="failure_stories/failure_stories.htm">failure stories</a>
and see if you can relate!</h4>
<!-- #EndEditable -->
</div>
<!-- End Left Column -->
<!-- End Right Column --->
<div id="column_r">
<!-- #BeginEditable "sidebar" -->
<br />
<center><img src="images/eflynn.jpg" height="310" width="310" alt="Eileen Flynn" /></center>
<br />
<!-- #EndEditable -->
</div>
<!-- End Right Column --></div>
<!-- End Page Content -->
<!-- Begin Footer -->
<div id="footer">
<p>
<a href="default.htm">Home</a> |
<a href="about/about.htm">About Us</a> |
<a href="services/services.htm">Services</a> |
<a href="failure_stories/failure_stories.htm">Failure Stories</a> |
<a href="resources/resources.htm">Resources</a> |
<a href="contact/contact.htm">Contact Us</a> <br />
Copyright © 2011 Eileen Flynn Consulting, LLC. All Rights Reserved.
</p>
</div>
<!-- End Footer -->
</div>
<!-- End Container -->
</body>
<!-- #EndTemplate -->
</html>