windhamdavid 5 years ago
parent
commit
c521dc3455
7 changed files with 661 additions and 6 deletions
  1. 7 6
      .gitignore
  2. 78 0
      about.html
  3. 147 0
      attorneys.html
  4. 85 0
      contact.html
  5. 73 0
      index.html
  6. 112 0
      legacy.html
  7. 159 0
      practice.html

+ 7 - 6
.gitignore

@@ -1,12 +1,13 @@
 .DS_store
 _scratch.html
-_archived/images/*
-img/*
-fonts/*
-files/*
-forms/*
+_archive/images/**
+_archive/**
+img/**
+fonts/**
+files/**
+forms/**
 forms/config.php
-forms/PHPMailer/*
+forms/PHPMailer/***
 npm-debug.log
 node_modules/
 bower_components/

+ 78 - 0
about.html

@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header affix">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<a href="index.html"><img class="img-fluid" src="img/nma_logo.jpg"></a>
+								<a href="index.html"><h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3></a>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864) 229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+            <p>Nicholson, Meredith and Anderson, LLC has roots going back in the Greenwood community over 100 years. Attorneys in the firm have held leadership positions in the legal   community and in their community at large.</p>
+            <p>We practice law in a manner that is based upon a common sense approach to   legal issues. We believe in exhibiting the highest level of integrity and always   keeping the best interest of the client as our paramount concern. Our dedication   to quality, understanding of the law, trust and respect are the foundation of   our long-standing relationships with clients in the community.</p>
+            <p>We believe that our presence in the community gives our clients a commpetitive edge when selecting jurys, presenting compelling evidence and deciding cases. Our firm's relationship with our community gives us a thorough understanding of   the cultural factors that influence jurors' points of view. This invaluable   insight helps our clients throughout the region achieve successful outcomes.</p>
+            <p>Nicholson, Meredith and Anderson, LLC has a rich history of service within the legal and   civic community. Individual attorneys are members of local, state, and national   bar associations, and our attorneys are involved with community organizations   and charitable work throughout Greenwood. Because of our firm's team-oriented   practice, clients are able to establish and build a relationship with their   attorney while benefiting from the experience and expertise of each individual   attorney and the assistance of an experienced legal staff.</p>
+            <p>At Nicholson, Meredith and Anderson, LLC, we answer your legal questions and provide a   high level of legal service, representation, and advice in a broad range of   practice areas. Our attorneys have focused experience in their practice areas and have been involved in cases   that have influenced and shaped the law. Regardless of the type of case, every   one of our clients receives personal care and attention, along with vigorous and   experienced advocacy.</p>
+            <p>Our firm's dedication to legal excellence, personal service, and intelligent,   aggressive advocacy has led to Nicholson, Meredith and Anderson, LLC unparalleled   reputation in the legal community. We stress personal attention, responsiveness,   and accessibility. Our straightforward, plain-speaking approach will help you   make decisions that resolve your particular legal need in a manner that is   effective, expeditious-and affordable.</p>
+
+			
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>

+ 147 - 0
attorneys.html

@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<a href="index.html"><img class="img-fluid" src="img/nma_logo.jpg"></a>
+								<a href="index.html"><h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3></a>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864) 229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+				<div class="section">
+					<h4 class="trajan">W. H. "Billy" Nicholson, III</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/billy.jpg" alt=""/>
+
+					<p>W. H. "Billy" Nicholson, III, was born in Greenwood and is a product of the local public school system. He graduated from Duke University in 1979 and from the University of South Carolina Law School, where he was a First Honors graduate in December of 1985. During law school, Mr. Nicholson was on the South Carolina Law Review and a member of the Moot Court Bar. He has been an active member of the Duke University Alumni Admissions Advisory Committee and the Duke Varsity Club.</p>
+					<p>Mr. Nicholson loves being a part of the Greenwood community where he was raised. He has been active on various committees of the Main Street United Methodist Church. He is now president of the Greenwood Parks and Trails Foundation and formerly Chairman of the Greenwood Parks Commission. Mr. Nicholson is Vice President of the Alston Wilkes Society based in Columbia, SC. He was a Board Member and General Counsel for the Greenwood Chamber of Commerce; he was also on the Board of Directors of the Wesley Commons Retirement Community. In addition, he was on the Board of the Greenwood Lander Performing Arts Center and on the Board of Visitors for both Lander University and Piedmont Technical College. He has taught as an adjunct professor of business law at Lander University.</p>
+					<p>Mr. Nicholson is an avid sports fan, and he is a frequent participant in basketball, tennis, snow skiing, windsurfing, surfing, and mountain biking. He always enjoys travel, and he has participated in an intercultural studies program in Canada, Mexico, and France. He has also traveled extensively in Europe, Canada, Mexico, Central America, and South America. His other hobbies are photography, writing, and reading.</p>
+					<p>Mr. Nicholson was the 2002-2003 President of the South Carolina Trial Lawyers Association (SCTLA), and is a 1300 member association of plaintiff and trial attorneys based in Columbia, South Carolina. Through the SCTLA, he is in contact with attorneys throughout the state, so he can always make an appropriate referral if for some reason Nicholson, Meredith and Anderson, LLC cannot handle your case.</p>
+					<p>Mr. Nicholson handles a variety of legal matters including personal injury, criminal defense, social security disability, wrongful death, probate, real estate, workers compensation, and general and corporate litigation. He has been qualified as lead counsel in death penalty cases.</p>
+					
+					<table class="table table-bordered table-sm table-secondary">
+						<tr><td>Litigation Percentage: 70% of Practice Devoted to Litigation</td></tr>
+						<tr><td>Bar Admissions: South Carolina, 1986</td></tr>
+						<tr><td>U.S. District Court, District of South Carolina, 1993</td></tr>
+						<tr><td>Education: University of South Carolina School of Law, Columbia, South Carolina, 1985</td></tr>
+						<tr><td>Birth Information: September 25, 1957, Greenwood, South Carolina, United States of America</td></tr>
+						</tr>
+					</table>
+					
+				</div>
+				<div class="section">
+					<h4 class="trajan">Lena Younts Meredith</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/lena.jpg" alt=""/>
+					
+	            <p>Lena  Younts Meredith joined Nicholson and Anderson in January 2005.   She received her Bachelorโ€™s Degree in  English from the University of South Carolina in 1991 and graduated from USC  School of Law in 1995.  She is a  certified Circuit Court Arbitrator and South Carolina Guardian ad Litem.</p>
+	            <p>  <br />
+	              She previously  practiced with the law firm of Miles and Younts in Sumter, SC and Coffey,  Chandler and Meredith in Manning, SC.   Her primary areas of practice are civil tort litigation and workersโ€™  compensation. She is a past member of the Sumter County and Clarendon County  Bar Associations.</p>
+	            <p>She is an active  member of the Greenwood County Bar, South Carolina Trial Lawyers, American  Trial Lawyers and the American Bar Association. She previously served on the  Third Circuit Attorney Fee Dispute Resolution Board.</p>
+	            <p>Mrs.  Meredith is married to Michael Meredith, a native of Greenwood, and has five  children.</p>
+	            <p> Areas Of Practice:  Alternative Dispute Resolution, Arbitration , Business &amp; Commercial Law,  Business Organizations,  Commercial Real  Estate, Contracts, Estate Planning, Federal Trial Practice,  Limited Liability Companies, Litigation &amp;  Appeals, Living Wills, Mediation, Medical Malpractice, Motor Vehicle Accidents  -- Plaintiff, Motor Vehicle Defects, Personal Injury -- Plaintiff, Powers of  Attorney and Appointment, Premises Liability -- Plaintiff, Products Liability  Law, Real Estate Law, Residential Real Estate, State Appellate Practice, State  Trial Practice, Wills, Workers' Compensation Appeals, Workers' Compensation  Law, Wrongful Death -- Plaintiff Litigation Percentage: 75% of Practice Devoted  to Litigation.</p>
+	            <p> Bar  Admissions:          South Carolina, 1995, U.S. District Court District of South  Carolina, 1996, <br />
+	              Education:University  of South Carolina School of Law, Columbia, South Carolina, 1995, J. D.  University of South Carolina, Columbia, South Carolina, 1991, B. A. Major:  English; University of Kent, Canterbury, U. K. Diploma, English Literature </p>
+	            <p>Honors  and Awards: Carolina Scholar, 1987 โ€“ 1991 (Full Undergraduate Scholarship)<br />
+	              Professional  Associations and Memberships:South Carolina Bar Association, 1995 - Present,  Member, American Trial Lawyers Association, 1996 - 2004, Member, American Bar  Association, 1996 - 2004, Member, South Carolina Trial Lawyers Association,  1996 - 2004, Member.<br />
+	              Past  Employment Positions:Coffey, Chandler &amp; Meredith, Attorney, 2000 - 2004,  Miles and Younts, Attorney, 1996 - 2000, Associations: The Lighthouse of the  Carolinas, Board Attorney. Former Board Member Of: Gatewood Homeownerโ€™s Association,  Mud Pies Creative Learning, Main Street United Methodist Church.  Fraternities/Sororities:  Alpha Phi Omega โ€“ Service Fraternity.</p>
+	            <p>Birth  Information: 1969, Anderson, South Carolina, United States of America </p>
+				</div>
+				
+				<div class="section">
+					<h4 class="trajan">Jennings B. Anderson</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/jennings.jpg" alt=""/>
+					<p>A Greenwood native, Jennings B. Anderson graduated from the University of South Carolina in 1999. After graduation, Mr. Anderson served as a Peace Corps volunteer in Negresti-Oas, Romania, where he taught high school English from 2000 to 2002. After getting a Masterโ€™s degree in International Studies from the University of South Carolina in 2004, Mr. Anderson attended the University of South Carolina School of Law, graduating in 2007. During law school, he was Student Works editor of the South Carolina Journal of International Law and Business.</p>
+					<p>Mr. Anderson joined Nicholson, Meredith and Anderson in August 2007. The Anderson family has been part of the Greenwood legal community for more than sixty years. Jennings is the grandson of J. Perrin Anderson, who was an attorney before becoming the first judge of the Greenwood County Family Court, serving from 1956 to 1977, and the son of J. P. (Jim) Anderson, Jr., who practiced with the firm from 1974 to 2011.</p>
+					<p>Mr. Andersonโ€™s practice areas include Family Court, estate planning (wills, powers of attorney, etc.), probate matters (estates, guardian and conservatorship cases), and personal injury. His primary practice area is Family Court, and he has experience with many different types of Family Court cases: separation, divorce, child custody, visitation, termination of parental rights, adoption, name changes, and Department of Social Services matters. Mr. Anderson has also served as a Guardian ad litem in both Family Court cases and Probate Court matters.</p>
+					<p>He is a member of the South Carolina Bar Association, Greenwood County Bar, and the South Carolina Association for Justice. When not practicing law, he enjoys reading, watching Gamecock sports, and spending time with his wife Mary and their dog, Calhoun.</p>
+
+					<table class="table table-bordered table-sm table-secondary">					
+						<tr><td>Associate Bar Admissions:South Carolina, 2008</td></tr>
+						<tr><td>Professional Associations and Memberships: American Bar Association; South Carolina Bar; Greenwood County Bar</td></tr>
+						<tr><td>Education:University of South Carolina School of Law, Columbia, 2007</td></tr>
+						<tr><td>J.D.University of South Carolina, Columbia, SC</td></tr>
+						<tr><td>2004 M. A. in International Studies University of South Carolina,Columbia,SC</td></tr>
+						<tr><td>1999 B. A. in Political Science</td></tr>
+						<tr><td>Birth Information: 1 November 1976, Greenwood, South Carolina</td></tr>
+						<tr><td>Primary practice areas: Family Law, Estate Planning</td></tr>
+					</table>
+				</div>
+				
+				<div class="section">
+					<h4 class="trajan">William H. Nicholson IV</h4>
+					<img class="wrap-left rounded float-left" src="img/nma_will.jpg" width="400" alt=""/>
+					<p>A Greenwood native, W.H. โ€œWillโ€ Nicholson, IV joined Nicholson, Meredith & Anderson in 2014 and practices with the firmโ€™s general litigation team.  Will helps those who are victims of injuries due to the negligence of others, including people injured in motor vehicle accidents, truck accidents and slip and fall accidents.</p>
+					<p>W.H. โ€œWillโ€ Nicholson, IV graduated from Emerald High School before going on to graduate from the College of Charleston with a Bachelor of Arts in Political Science and a Minor in Spanish.  After College, Will attended the Charleston School of Law, receiving his Juris Doctor.</p>
+					<p>W.H. โ€œWillโ€ Nicholson, IV is a member of the South Carolina Association for Justice, The South Carolina Bar Association, The Greenwood County Bar Association, The Kappa Alpha Order and Main Street United Methodist Church of Greenwood.  In his free time he enjoys mountain biking, fly fishing, and South Carolina Gamecocks football. </p>
+				
+					<table class="table table-bordered table-sm table-secondary">					
+						<tr><td>Bar Admissions: South Carolina, 2014.</td></tr>
+						<tr><td>Professional Associations and Memberships: outh Carolina Bar; Greenwood County Bar, South Carolina Association for Justice (SCAJ), The Kappa Alpha Order</td></tr>
+						<tr><td>Charleston School of Law, Juris Doctor, 2013</td></tr>
+						<tr><td>2004 M. A. in International Studies University of South Carolina,Columbia,SC</td></tr>
+						<tr><td>College of Charleston, B.A. Political Science, 2008</td></tr>
+						<tr><td>Birth Information: 1 November 1976, Greenwood, South Carolina</td></tr>
+						<tr><td>Primary practice areas: Personal Injury, Motor Vehicle Accidents, Wrongful Death, Products Liability , Premises Liability, Criminal Defense, General Civil Litigation</td></tr>
+					</table>
+				
+				</div>
+			
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>

+ 85 - 0
contact.html

@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<a href="index.html"><img class="img-fluid" src="img/nma_logo.jpg"></a>
+								<a href="index.html"><h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3></a>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864) 229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+				<div class="section">
+					
+				</div>
+				<div class="section">
+
+				</div>
+				
+				<div class="section">
+
+				</div>
+				
+				<div class="section">
+				
+				</div>
+			
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>

+ 73 - 0
index.html

@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header affix position-fixed">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<img class="img-fluid" src="img/nma_logo.jpg">
+								<h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864)   229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+				<img class="img-fluid rounded drop" src="img/nma_building.jpg">
+				<h4 class="trajan">Serving The Lakelands Since 1904</h4>
+				<p>The law firm of Nicholson, Meredith and Anderson, LLC is located in Greenwood, South Carolina and serves clients throughout Greenwood County and the surrounding Lakeland area, including   Abbeville, Edgefield, Laurens, McCormick, Newberry, and Saluda Counties.</p>
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>

+ 112 - 0
legacy.html

@@ -0,0 +1,112 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<a href="index.html"><img class="img-fluid" src="img/nma_logo.jpg"></a>
+								<a href="index.html"><h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3></a>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864) 229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+				<div class="section">
+					<h4 class="trajan">William H. Nicholson, Sr.</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/sr.jpg" alt=""/>
+					<p>William H. Nicholson, Sr. was born in Edgefield County on December 11, 1879. He was educated at South Carolina College (now University of South Carolina) where he graduated in 1902. For two years he taught and worked as a surveyorโ€™s assistant.
+He moved to Greenwood to practice law in 1904.</p>
+					<p>
+Mr. Nicholson was a member of the House of Representatives for Greenwood County from 1908 to 1914. He introduced the first bill to provide state aid for poor school districts, and he was co-author of the first marriage law passed in South Carolina.</p>
+					<p>Mr. Nicholson was a member of the State Senate from Greenwood County for 14 years. As Senator, his primary accomplishment was the sponsorship of the Buzzardโ€™s Roost project leading to the creation of Lake Greenwood. He was one of the attorneys appearing in the United States Supreme Court when Duke Power Company brought suit to prevent the Buzzardโ€™s Roost project. Mr. Nicholson practiced law vigorously, being well known as a criminal defense attorney.</p>
+					<p>Mr. Nicholson was active in agriculture, operating for many years a farm and dairy of 500 acres in the Mount Moriah section of Greenwood County. He was a member of the Building Committee for erection of Main Street United Methodist Church in 1917.</p>
+					<p>He was active as an officer of the church and as a Sunday School teacher. He spoke with enthusiasm both in Court and in Sunday School and let the rafters ring. He was still in the law office where he practiced with his two sons, William H. Nicholson, Jr. and Francis Nicholson, until the year of his death in 1966. Francis Nicholson was also a County Senator, and William H. Nicholson, Jr. served terms in the South Carolina House of Representatives.</p>
+					<p>Ed Chaffin, former editor of The Index Journal, who followed him from court to court and took issue with him on many matters, wrote this about him: "A colorful figure in county and state affairs has passed from the local scene with the death of William H. Nicholson โ€“ a link with the past was broken with his death last night at the age of 86. In any history of this County, his name will loom large." He died October 6, 1966</p>
+				</div>
+				<div class="section">
+					<h4 class="trajan">William H. Nicholson, Jr.</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/jr.jpg" alt=""/>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+				</div>
+				
+				<div class="section">
+					<h4 class="trajan">Judge Francis B. Nicholson</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/judge.jpg" alt=""/>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+				</div>
+				
+				<div class="section">
+					<h4 class="trajan">James P. Anderson, Jr.</h4>
+					<img class="wrap-left rounded float-left" src="_archive/images/jim.jpg" alt=""/>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+					<p></p>
+				</div>
+			
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>

+ 159 - 0
practice.html

@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+<title>Nicholson, Meredith, &amp; Anderson</title>
+<meta name="description" content="Nicholson, Meredith, and Anderson - Attorneys at Law">
+<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="css/style.css">
+</head>
+<body class="home">
+	
+<div id="main-content">
+
+	<div class="mobile">
+		<div class="container">
+			<div class="menu-mobile">
+				<span class="item item-1"></span>
+				<span class="item item-2"></span>
+				<span class="item item-3"></span>
+			</div>
+			<div class="logo trajan"><a href="index.html">Nicholson, Meredith, &amp; Anderson</a></div>
+		</div>
+	</div>
+	<div class="hide-menu"></div>
+	
+	<div class="container">
+		<div class="row">
+			
+			<div class="col-md-3">
+				<div class="header">
+					<div class="table">
+						<div class="table-cell align-middle">
+							<div class="logo">
+								<a href="index.html"><img class="img-fluid" src="img/nma_logo.jpg"></a>
+								<a href="index.html"><h3 class="trajan">Nicholson, Meredith, &amp; Anderson</h3></a>
+							</div>
+							<div class="main-menu">
+								<nav>
+									<ul class="menu-list">
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="about.html">About</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="attorneys.html">Attorneys</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="practice.html">Practice</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="legacy.html">Legacy</a></li>
+										<li class="nav-item"><a class="nav-link js-scroll-trigger" href="contact.html">Contact</a></li>
+									</ul>
+								</nav>
+							</div>
+							<p><br />109 West Court Avenue Greenwood, South Carolina 29646
+							<br />Phone: (864) 229-7241
+							<br />Fax: (864) 229-2739
+							<br /><a href="mailto:lawfirm@nicholsonmeredith.com">lawfirm@nicholsonmeredith.com</a></p>
+						</div>
+					</div>
+				</div>
+			</div>
+			
+			<div class="col-md-9 col-md-offset-3">
+				<div class="section">
+<strong>PERSONAL INJURY</strong>
+<p><strong>Personal Injury</strong>-Nicholson, Meredith and Anderson, LLC represents   individuals involved in controversies alleging a wrong or damage to another's   person, rights, reputation, or property resulting from events or activities such   as automobile accidents, defective products, slip and fall, infliction of   emotional distress, intentional misconduct, and negligence. Both W.H. Nicholson,   III, and J. P. Anderson, Jr., handle all types of personal injury cases. Initial   consultations are always free and contingency fees are available.</p>
+<p><strong>Car Accidents</strong>-Many personal injuries result from car or   automobile accidents. Auto accidents may involve negligence on the part of   drivers, including drunk driving and reckless behavior. If you are injured in a   car accident, Nicholson, Meredith and Anderson, LLC can assist you in receiving compensation   for your pain and suffering, lost wages, disability and other damages.</p>
+<p><strong>Nursing Home Negligence</strong>-If you or your loved one has been   injured, abused, or neglected in a nursing home, please contact Nicholson, Meredith and Anderson, LLC. The firm has experience representing clients against nursing homes and   other managed health care facilities.</p>
+<p><strong>Workers' Compensation</strong>-Nicholson, Meredith and Anderson, LLC represents   employees who are injured on the job in claims for lost wages and medical   treatment expenses against private industry, federal, state, and local   government employers and their workers' compensation insurers.</p>
+<p><strong>Wrongful Death</strong>-If you've lost a loved one in an accident or   as the result of a faulty or defective product or piece of equipment, Nicholson, Meredith and Anderson, LLC can represent your interests against the parties at fault and   their insurance companies to seek damages on your behalf.</p>
+
+
+<p><strong>CRIMINAL LAW</strong>
+<p><strong>Criminal Defense</strong>-Nicholson, Meredith and Anderson, LLC has experience   defending the rights of people arrested and accused of criminal offenses. Our   firm handles all types of criminal cases, from minor infractions and   misdemeanors, such as traffic violations, to the most serious felony   indictments. W.H. Nicholson, III was previously Chief Public Defender for   Abbeville and Greenwood Counties during 1987 and 1988. Since then, he has   handled all types of criminal cases in Magistrate, General Sessions, and Federal   Court, including murder, rape, burglary, armed robbery, drug cases, assault and   battery, among others. Mr. Nicholson has been counsel of record on three death   penalty cases, and he is qualified as lead counsel for death penalty cases.</p>
+<p><strong>DUI / DUS</strong>-Traffic violations can have serious criminal   consequences, particularly when a driver is accused of driving under the   influence. A conviction on DUI / DWI charges may result in fines, the revocation   or suspension of your driver's license, and possible jail time. In addition,   your insurance company may increase your rates to an unmanageable level. In   defending against an impaired driving charge, you have many rights as a criminal   defendant, including the right to cross-examine the witnesses against you, even   if they are police officers. An experienced criminal defense attorney can make   all the difference in such a difficult case.</p>
+
+
+<p><strong>FAMILY LAW</strong>
+<p>Few legal areas are as emotionally charged as family law, primarily for the   litigants, but also for the lawyers and judges involved in the cases and even   the public at large. In divorce and child custody cases in particular, the   adversarial process has increased tensions between the parties that do not abate   even when the process is complete. As a result, many states have begun to   explore other, non-adversarial alternatives, such as mandatory mediation, which   can save time and money and preserve relationships to the extent possible.   Mediation and other Alternative Dispute Resolution (ADR) processes provide an   option for those who prefer to stay out of court. ADR provides many potential   advantages for most cases, including reduced cost, faster resolution, less   emotional stress, the ability to construct solutions that are outside of the   authority of the courts.</p>
+<p>Nicholson, Meredith and Anderson, LLC assists clients in all aspects of the law relating   to the needs of today's families, including, but not limited to:</p>
+
+
+<p>
+<ul>
+<li>Divorce </li>
+<li>Legal separation </li>
+<li>Annulment </li>
+<li>Paternity </li>
+<li>Domestic Partnerships </li>
+<li>Child Custody/Visitation </li>
+<li>Child and Spousal support </li>
+<li>Restraining Orders </li>
+<li>Guardianships </li>
+<li>Adoption </li>
+<li>Grandparent's Rights </li>
+<li>Prenuptial Agreements </li>
+<li>Post-nuptial Agreements; </li>
+<li>Non-Marital Cohabitation Agreements </li>
+<li>Family Law Appeals.</li>
+</ul>
+<p>Whatever the situation, Nicholson, Meredith and Anderson, LLC has the experience to handle   all of your family law needs. J.P. Anderson, Jr., has an extensive domestic law   practice in addition to the other areas of law he handles.</p>
+
+
+<p><strong>REAL ESTATE</strong>
+<p>Nicholson, Meredith and Anderson, LLC represents clients in all residential and commercial   real estate proceedings and transactions that deal with real property - land and   the structures attached to it - including purchase and sale, land development,   construction, mortgages and foreclosures, leases, land use &amp; zoning, title   examinations, quiet title actions, tax deferred exchanges, closings, and   management.</p>
+<p>At Nicholson, Meredith and Anderson, LLC, we have a broad-based real estate practice and   represent clients in all aspects of real estate transaction and ownership   issues. Our real estate clients include developers, contractors, landlords,   tenants, homeowners' associations and purchasers and sellers of real property.   Some examples of the services we provides in this area include:</p>
+
+
+<p>
+<ul>
+<li>Real Estate Sales Transactions </li>
+<li>Closings </li>
+<li>Condemnation Matters </li>
+<li>Development Agreements </li>
+<li>Construction Contracts </li>
+<li>Leases </li>
+<li>Easements </li>
+<li>Mortgage-Based Financing Transactions </li>
+<li>Mechanics Loans </li>
+<li>Foreclosures </li>
+<li>Title Issues </li>
+<li>Tax-Free Exchanges </li>
+<li>Real Estate Tax Protests.</li>
+</ul>
+
+<p>Both W.H. Nicholson, III, and J.P. Anderson, Jr., are title agents for   Chicago Title Insurance Company. We handle residential and commercial/industrial   transactions throughout the development process; we have counseled developers on   subdivisions from inception to sell-out. Mr. Anderson represents the Property   Owners Association of the prestigious Savannah Lakes Village development on   Thurmond Lake and represented the developer of the Eagles Harbor development on   Lake Greenwood.</p>
+
+<p><strong>ESTATE PLANNING</strong>
+<p><strong>Estate Planning</strong>-Nicholson, Meredith and Anderson, LLC handles a variety   of estate planning matters, including retirement planning, tax planning, and   planning for the distribution of an individual's property at his or her death.   We have extensive experience with wills, revocable trusts, irrevocable trusts,   powers of attorney, estate tax calculations, state and federal tax reduction,   and charitable gift planning.</p>
+<p><strong>Probate, Estate &amp; Trust Administration</strong>-Probate is the   legal process by which a person's debts are paid and assets are distributed upon   her or his death. Estate administration includes the probate process as well as   non-probate transfers of the deceased's assets. Individual state laws direct the   probate court how to distribute the deceased's estate. Trust administration   involves managing, directing, and supervising the affairs of the trust. State   laws and procedures vary greatly, so it is important to consult a firm with   expertise in this area of the law to ensure that the deceased's assets are   distributed correctly. Our firm has historically had an extensive probate   practice, and every member of Nicholson, Meredith and Anderson, LLC has served as Personal   Representative of a large estate.</p>
+
+<p><strong>ALTERNATIVE DISPUTE RESOLUTION</strong>
+<p>Alternative Dispute Resolution (ADR) is the process of resolving legal   conflicts without going to trial. As a Certified Mediator and Arbitrator, Mr.   Anderson is at the forefront of this area, advising clients on arbitration,   mediation, mini-trials, and private judging. We have extensive expertise in   determining when a form of ADR is in the best interest of clients and routinely   advise clients on the legal consequences flowing from particular terms and   conditions of all ADR options.</p>
+
+
+
+
+
+
+				</div>
+				<div class="section">
+
+				</div>
+				
+				<div class="section">
+
+				</div>
+				
+				<div class="section">
+				
+				</div>
+			
+			</div>
+			
+		</div>
+	</div>
+	
+</div>
+
+<script src="js/jquery.min.js"></script>
+<script src="js/bootstrap.min.js"></script>
+<script src="js/scripts.js"></script>
+</body>
+</html>