-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (113 loc) · 4.6 KB
/
Copy pathindex.html
File metadata and controls
122 lines (113 loc) · 4.6 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Plaintiff Paralegal | John Patricks | Litigation Support</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="Certified Senior Paralegal providing attorney-standard litigation support for Employment, Defamation, and IP law.">
<meta name="keywords" content="Paralegal, Legal Assistant, Litigation Support, Case Architect, Employment Law, California, New York">
<style>
body {
font-family: 'Helvetica Neue', Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 850px;
margin: 0 auto;
padding: 40px 20px;
background-color: #f4f4f4;
}
.main-card {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.header {
text-align: center;
margin-bottom: 30px;
}
.badge {
display: inline-block;
background: #f1c40f;
color: #2c3e50;
padding: 5px 15px;
border-radius: 20px;
font-weight: bold;
font-size: 0.9em;
margin-bottom: 15px;
text-transform: uppercase;
}
h1 {
color: #2c3e50;
margin: 10px 0;
font-size: 2.8em;
}
.section {
margin-bottom: 25px;
}
.cta-button {
display: block;
background: #14a800;
color: white;
text-align: center;
padding: 18px;
text-decoration: none;
border-radius: 8px;
font-weight: bold;
font-size: 1.2em;
margin: 40px 0;
transition: background 0.3s;
}
.cta-button:hover {
background: #108a00;
}
.footer {
text-align: center;
font-size: 0.9em;
color: #7f8c8d;
margin-top: 50px;
border-top: 1px solid #eee;
padding-top: 20px;
}
.contact-info {
color: #2c3e50;
font-weight: bold;
margin-bottom: 15px;
}
.contact-info a {
color: #2c3e50;
text-decoration: none;
}
</style>
</head>
<body>
<div class="main-card">
<div class="header">
<img src="Banner.png" alt="Law Library" style="width:100%; height:auto; border-radius:8px; margin-bottom:25px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
<div class="badge">Top Rated Plus • Verified Specialist</div>
<h1>John Patricks</h1>
<p style="font-size: 1.2em;"><strong>Senior Litigation Consultant & Paralegal</strong><br>
<em>Specializing in High-Stakes Employment, Defamation, and Intellectual Property Law</em></p>
</div>
<div class="section">
<p>With over 10 years of experience, I provide attorney-standard case preparation and substantive support for <strong>California</strong> and <strong>New York</strong> jurisdictions. I specialize in bridging the gap for self-represented litigants and lean law firms, ensuring procedural accuracy and precision.</p>
</div>
<div class="section">
<ul style="list-style-type: none; padding: 0;">
<li style="margin-bottom: 10px;">🎓 <strong>Harvard Graduate School of Education:</strong> Education and Public Policy</li>
<li style="margin-bottom: 10px;">⚖️ <strong>CSU Dominguez Hills:</strong> Paralegal Studies (Certified)</li>
<li style="margin-bottom: 10px;">⭐ <strong>Upwork Certified:</strong> Top Rated Plus (97% Job Success Score)</li>
</ul>
</div>
<a href="https://www.upwork.com/freelancers/johntrapper" class="cta-button">View Profile & Hire via Upwork</a>
<div class="footer">
<div class="contact-info">
📍 Based in Long Beach, CA | Serving Clients Nationwide<br>
📞 <a href="tel:3102138727">310.213.8727</a> | ✉️ <a href="mailto:john@plaintiffparalegal.net">john@plaintiffparalegal.net</a>
</div>
<p><em>Disclaimer: I am a certified paralegal, not an attorney. I do not provide legal advice or appear in court. All work is performed as a consultant for law firms or at the direction of self-represented litigants.</em></p>
</div>
</div>
</body>
</html>