-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (85 loc) · 3.13 KB
/
index.html
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>
<html lang="en">
<head>
<title>Jonathan Joshua</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/x-icon" href="images/favicon-32x32.png" />
<meta name="viewport" content="width=400px, initial-scale=1.0" />
<script
defer
src="https://umami.app.studentloancompliance.com/script.js"
data-website-id="41ffd764-1f46-49fc-a3f5-70e472d6534d"></script>
</head>
<body>
<div id="mainDiv">
<img id="logo" alt="logo" src="images/avatartion.png" />
<div id="MainText">
<h1>Jonathan Joshua</h1>
<span>Husband, Father, Lawyer.<br /></span><br />
</div>
<div id="links">
<div>
<a
class="button"
id="myLink1"
rel="me"
data-umami-event="joshualawfirm"
href="https://www.joshualawfirm.com"
target="_blank">
Joshua Law Firm LLC
</a>
</div>
<div>
<a
class="button"
id="myLink2"
rel="me"
data-umami-event="studentloancompliance"
href="https://www.studentloancompliance.com/"
target="_blank">
Student Loan Compliance
</a>
</div>
<div>
<a
class="button"
id="myLink3"
data-umami-event="lawfirmblog"
href="https://www.joshualawfirm.com/joshua-law-firm-blog-2/"
target="_blank">
My legal blog
</a>
</div>
</div>
<div id="social">
<a
class="social_button"
id="myLink4"
data-umami-event="linkedin"
rel="me"
href="https://www.linkedin.com/in/jonathan-joshua/"
target="_blank">
<img src="images/In-Blue-34.png" id="img1" />
</a>
<a
class="social_button"
id="myLink5"
data-umami-event="mastodon"
href="https://esq.social/deck/@jsjoshua"
rel="me"
target="_blank">
<img src="images/logo-purple(1).svg" id="img2" />
</a>
<a
class="social_button"
id="myLink6"
data-umami-event="bluesky"
rel="me"
href="https://bsky.app/profile/jonathanjoshua.com"
target="_blank">
<img src="images/32px-Bluesky_Logo.svg.png" id="img3" />
</a>
</div>
</div>
</body>
</html>