-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
808 lines (732 loc) · 46.5 KB
/
about.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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Legacies of Men | About</title>
<link rel="icon" type="image/png" href="./Logo_Files/lolfav.png" />
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Legacies of Men is a 100% forever-free, non-profit, non-religious, non-political COMPREHENSIVE men's mental wellness MOVEMENT, engineered to be the ONLY support system GOOD men from ALL walks of life will ever need." />
<meta name="keywords" content="Legacies of Men, men's mental wellness, mental health, suicide prevention, non-profit, non-religious, non-political" />
<meta name="author" content="Legacies of Men" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
<meta name="subject" content="Suicide and Long Term Therapy for Male or Individuals who Identify as Male" />
<meta name="copyright" content="Legacies Of Men | Joesph Truax | Abdullah Khan | and Partners" />
<meta name="language" content="EN" />
<meta name="topic" content="Mental Health" />
<meta name="classification" content="Non-Profit Organization" />
<meta name="designer" content="Abdullah Khan,[email protected] " />
<meta name="owner" content="Joesph Truax, [email protected]" />
<meta name="url" content="http://www.websiteaddrress.com" />
<meta name="identifier-URL" content="http://www.legaciesofmen.org" />
<meta name="pagename" content="Legacies Of Men | About" />
<meta name="coverage" content="Worldwide" />
<meta name="distribution" content="Global" />
<meta name="rating" content="General" />
<meta name="revisit-after" content="7 days" />
<meta name="target" content="all" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Pragma" content="cache" />
<!-- Open Graph (OG) Tags -->
<meta property="og:title" content="Legacies of Men | About" />
<meta property="og:description" content="Legacies of Men is a 100% forever-free, non-profit, non-religious, non-political COMPREHENSIVE men's mental wellness MOVEMENT, engineered to be the ONLY support system GOOD men from ALL walks of life will ever need. Legacies of Men is a movement to help men live their best lives through group meetings, online communities, and resources." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://legaciesofmen.org" />
<meta property="og:image" content="https://legaciesofmen.org/Logo_Files/sof.png" />
<meta property="og:site_name" content="Legacies of Men" />
<meta name="fb:page_id" content="123456789" />
<meta name="application-name" content="Legacies of Men" />
<meta name="og:email" content="[email protected]" />
<meta name="og:phone_number" content="555-1234" />
<meta name="og:fax_number" content="+1-555-5678" />
<meta name="og:country-name" content="USA" />
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'></script>
<!-- Apple Meta Tags -->
<meta name="apple-mobile-web-app-title" content="Legacies Of Men Organization" />
<!-- New in iOS6 -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes" />
<link href="./Logo_Files/Favicon.png" rel="apple-touch-startup-image" />
<meta http-equiv="Page-Enter" content="RevealTrans(Duration=2.0,Transition=2)" />
<meta http-equiv="Page-Exit" content="RevealTrans(Duration=3.0,Transition=12)" />
<meta name="mssmarttagspreventparsing" content="true" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta name="msapplication-starturl" content="https://legaciesofmen.org/" />
<meta name="msapplication-window" content="width=800;height=600" />
<meta name="msapplication-navbutton-color" content="red" />
<meta name="application-name" content="Legacies of Men" />
<meta name="msapplication-tooltip" content="Legacies of Men - Helping Men Live Their Best Lives" />
<meta name="msapplication-task" content="name=Meetings;action-uri=/meetings/;icon-uri=/images/meetings.ico" />
<meta name="msapplication-task" content="name=Community;action-uri=/r/GuyCry/;icon-uri=/images/community.ico" />
<meta name="msapplication-task" content="name=Articles;action-uri=/articles/;icon-uri=/images/articles.ico" />
<meta name="msapplication-task" content="name=Podcast;action-uri=/podcast/;icon-uri=/images/podcast.ico" />
<meta name="msvalidate.01" content="6E3AD52DC176461A3C81DD6E98003BC9" />
<meta http-equiv="cleartype" content="on" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Legacies of Men | About" />
<meta name="twitter:description" content="Legacies of Men is a 100% forever-free, non-profit, non-religious, non-political COMPREHENSIVE men's mental wellness MOVEMENT, engineered to be the ONLY support system GOOD men from ALL walks of life will ever need." />
<meta name="twitter:image" content="https://legaciesofmen.org/Logo_Files/sof.png" />
<meta name="twitter:site" content="@LegaciesOfMen" />
<meta name="twitter:creator" content="@JoeTruax" />
<!-- Schema.org Markup -->
<script type="application/ld+json" defer>
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Legacies of Men",
"url": "https://legaciesofmen.org",
"logo": "https://legaciesofmen.org/Logo_Files/lolfav.png",
"description": "Legacies of Men is a 100% forever-free, non-profit, non-religious, non-political COMPREHENSIVE men's mental wellness MOVEMENT, engineered to be the ONLY support system GOOD men from ALL walks of life will ever need.",
"publisher": {
"@type": "Organization",
"name": "Legacies Of Men Organization",
"logo": {
"@type": "ImageObject",
"url": "https://legaciesofmen.org/Logo_Files/Favicon.png"
}
},
"mainEntity": [
{
"@type": "WebPage",
"name": "About Us",
"url": "https://www.legaciesofmen.org/about.html"
},
{
"@type": "WebPage",
"name": "Resources",
"url": "https://www.legaciesofmen.org/resources.html"
},
{
"@type": "WebPage",
"name": "Contact Us",
"url": "https://www.legaciesofmen.org/contact.html"
}
],
"sameAs": [
"https://www.reddit.com/r/GuyCry/",
"https://www.cryonceaweek.com/",
"https://open.spotify.com/show/65mhyxnTbmFtKSCJEk00zr",
"https://www.reddit.com/r/GuyCry/?rdt=62026",
"https://opencollective.com/legacies-of-men",
"https://twitter.com/LegaciesOfMen",
"https://www.linkedin.com/company/legacies-of-men-llc?trk=public_profile_volunteering-position_profile-section-card_full-click",
]
}
</script>
<!-- Favicons -->
<link rel="icon" type="image/png" href="./Logo_Files/lolfav.png" />
<!-- Tailwind CSS Convert Code to generated CSS (https://play.tailwindcss.com/) -->
<!-- Keep this on until code is finialized -->
<script src="https://cdn.tailwindcss.com" type="text/javascript"></script>
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<!-- Link Stylesheet -->
<link rel="stylesheet" type="text/css" href="./stylesheets/about.css" />
<link rel="stylesheet" type="text/css" href="./stylesheets/reusable.css" />
</head>
<body class="bg-white text-gray-800 font-sans dark:bg-gray-800 dark:text-gray-200">
<div id="accept-terms" class="fixed left-0 top-0 z-50 flex h-full w-full items-center justify-center bg-gray-900" style="display: none;">
<div class="accept-terms-wrapper h-[80%] max-w-[90%] overflow-y-auto rounded-lg bg-white p-8 shadow-lg sm:max-w-[80%] md:h-[70%] md:max-w-[70%] lg:h-[60%] lg:max-w-[60%]">
<div class="accept-terms-content flex flex-col items-center">
<img src="./Logo_Files/sof.png" alt="Desktop Banner Image" class="mb-8 h-auto max-w-[300px] sm:max-w-[350px] md:block md:max-w-[380px]" loading="lazy" />
<h2 class="mb-4 text-2xl font-bold">Terms and Conditions</h2>
<div class="mb-8 text-gray-700">
<p>By pressing the "Load" button below, you agree to our <a href="legal.html" class="text-blue-500 hover:underline">Legal Policies</a>.</p>
<br />
<p>If this is an emergency, please don't wait and call the national suicide helpline at <strong>1-800-273-8255</strong>. Your call will be answered by a trained crisis counselor who can provide free and confidential support 24/7.</p>
<br />
<p>If this is a different type of emergency, please call <strong>911</strong> immediately.</p>
</div>
<button id="loadButton" class="rounded-full bg-orange-500 px-6 py-3 text-white transition-colors duration-300 hover:bg-orange-600">Load</button>
</div>
</div>
</div>
<div class="main-content hidden" id="mainContent">
<nav class="navbar fixed left-0 right-0 top-0 z-50 bg-white shadow-lg dark:bg-gray-800 dark:text-gray-200">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="flex h-16 justify-between">
<div class="flex items-center">
<img src="./Logo_Files/Favicon.png" alt="Brand Logo" class="mr-2 h-8" />
<a href="index.html" class="text-2xl font-bold text-orange-500 dark:text-orange-400">Legacies Of Men</a>
</div>
<div class="hidden items-center space-x-8 sm:flex">
<a href="about.html" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-info-circle mr-2"></i>
<span>About</span>
</a>
<a href="#" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-balance-scale mr-2"></i>
<span>Tenets</span>
</a>
<a href="#" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-newspaper mr-2"></i>
<span>News</span>
</a>
<a href="./index.html#join" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-user-plus mr-2"></i>
<span>Join</span>
</a>
<a href="sponsor.html" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-hand-holding-usd mr-2"></i>
<span>Sponsor</span>
</a>
<a href="#" class="desktop-nav-link text-gray-500 transition duration-150 ease-in-out hover:text-orange-600 dark:text-gray-400 dark:hover:text-orange-400">
<i class="fas fa-book mr-2"></i>
<span>Resources</span>
</a>
</div>
<div class="hidden items-center sm:flex">
<a href="http://www.google.com" refl="nofollow" class="rounded bg-red-500 px-4 py-2 font-bold text-white transition duration-150 ease-in-out hover:bg-red-600 dark:bg-red-600 dark:hover:bg-red-700">
<i class="fas fa-sign-out-alt mr-2"></i>
<span class="escape-span">Escape</span>
</a>
</div>
<div class="-mr-2 flex items-center sm:hidden">
<a href="http://www.google.com" rel="nofollow" class="mr-2 rounded bg-red-500 px-4 py-2 font-bold text-white transition duration-150 ease-in-out hover:bg-red-600 dark:bg-red-600 dark:hover:bg-red-700">
<i class="fas fa-sign-out-alt"></i>
</a>
<button type="button" class="mobile-menu-button inline-flex items-center justify-center rounded-md p-3 text-gray-400 hover:bg-gray-100 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-orange-500 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-gray-300" aria-expanded="false" id="mobile-menu-button">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<div class="mobile-menu closed sm:hidden" id="mobile-menu">
<div class="space-y-1 pb-3 pt-2">
<a href="about.html" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-info-circle mr-2"></i>
About
</a>
<a href="#" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-balance-scale mr-2"></i>
Tenets
</a>
<a href="#" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-newspaper mr-2"></i>
News
</a>
<a href="./index.html#join" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-user-plus mr-2"></i>
Join
</a>
<a href="sponsor.html" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-hand-holding-usd mr-2"></i>
Sponsor
</a>
<a href="#" class="block border-l-4 border-transparent py-2 pl-3 pr-4 text-base font-medium text-gray-500 hover:border-orange-500 hover:bg-gray-50 hover:text-orange-600 focus:border-orange-500 focus:bg-gray-50 focus:text-orange-600 focus:outline-none dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-orange-400 dark:focus:bg-gray-700 dark:focus:text-orange-400">
<i class="fas fa-book mr-2"></i>
Resource
</a>
</div>
</div>
</nav>
<div class="container mx-auto px-4 py-20 animate__animated animate__fadeIn">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="md:w-1/2 pr-8 animate__animated animate__fadeInLeft">
<h1 class="text-3xl font-bold mb-4">About Joe</h1>
<p class="mb-8">Joe was invited by Glen Dower to be a guest on "Abiding - The Trauma Recovery Podcast," which is part of the "What Heroes Do Podcast Network." Glen told Joe that he was just going to let Joe talk, and so Joe did :)</p>
<p class="mb-8">He got a lot out of Joe, and this episode is a great introduction to who Joe is, his values, his drive, and his goals. Enjoy!</p>
<button id="openModal" class="inline-block px-4 py-2 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 animate__animated animate__fadeInUp dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">Details of Podcast</button>
<div class="mt-4 flex flex-wrap gap-2 animate__animated animate__fadeInUp">
<span class="inline-block px-3 py-1 rounded-full bg-orange-100 text-orange-500 font-semibold dark:bg-orange-900 dark:text-orange-300">#mentalhealth</span>
<span class="inline-block px-3 py-1 rounded-full bg-orange-100 text-orange-500 font-semibold dark:bg-orange-900 dark:text-orange-300">#mentalhealthawareness</span>
<span class="inline-block px-3 py-1 rounded-full bg-orange-100 text-orange-500 font-semibold dark:bg-orange-900 dark:text-orange-300">#menshealth</span>
<span class="inline-block px-3 py-1 rounded-full bg-orange-100 text-orange-500 font-semibold dark:bg-orange-900 dark:text-orange-300">#mensmentalhealth</span>
<span class="inline-block px-3 py-1 rounded-full bg-orange-100 text-orange-500 font-semibold dark:bg-orange-900 dark:text-orange-300">#GuyCry</span>
</div>
<div class="mt-4 flex flex-wrap gap-2 animate__animated animate__fadeInUp">
<a href="mailto:[email protected]" rel="nofollow" class="inline-flex items-center px-3 py-1 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">
<i class="fas fa-envelope mr-2"></i>
Gmail
</a>
<a href="https://www.linkedin.com/in/joe-truax-a21a97b7" rel="nofollow" class="inline-flex items-center px-3 py-1 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">
<i class="fab fa-linkedin mr-2"></i>
LinkedIn
</a>
<a href="https://twitter.com/JoeTruax" rel="nofollow" class="inline-flex items-center px-3 py-1 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">
<i class="fab fa-twitter mr-2"></i>
Twitter
</a>
<a href="https://www.facebook.com/JoeTruax" rel="nofollow" class="inline-flex items-center px-3 py-1 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">
<i class="fab fa-facebook mr-2"></i>
Facebook
</a>
<a href="https://www.reddit.com/r/GuyCry/" rel="nofollow" class="inline-flex items-center px-3 py-1 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-500 dark:hover:text-white">
<i class="fab fa-reddit mr-2"></i>
Reddit
</a>
</div>
</div>
<div class="md:w-1/2 mt-8 md:mt-0 animate__animated animate__fadeInRight">
<img src="./Logo_Files/aboutmain.jpg" rel="nofollow" alt="Joe" class="w-3/4 h-auto rounded-md shadow-lg mx-auto md:w-full">
</div>
</div>
<div class="mt-16 animate__animated animate__fadeIn">
<iframe src="https://embed.acast.com/$/62e2966b07b186001275465f/abidingasaman?" frameborder="0" width="100%" height="110px" allow="autoplay"></iframe>
</div>
</div>
<div id="modal" class="fixed z-10 inset-0 overflow-y-auto hidden">
<div class="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
<div class="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div>
<span class="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true">​</span>
<div class="inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full dark:bg-gray-700 dark:text-gray-200">
<div class="max-h-[80vh] overflow-y-auto sm:max-h-none">
<div class="flex flex-col items-center justify-center my-8">
<div class="bg-orange-100 dark:bg-orange-900 rounded-full p-3">
<i class="fas fa-podcast text-orange-500 dark:text-orange-300 text-2xl"></i>
</div>
<h3 class="text-lg font-medium text-gray-900 dark:text-gray-100 mt-4" id="modal-title">Podcast Details</h3>
</div>
<div class="px-4 sm:px-8 text-sm text-gray-500 dark:text-gray-400">
<p>
WHAT HEROES DO...<br>
<strong>ABIDING:</strong> The Positive and Practical Podcast<br>
Season 1, Ep. 13<br>
<i>Monday, September 4, 2023</i>
</p>
<p class="mt-4">
It is a great pleasure to welcome <strong>JOE TRUAX</strong> to the <strong>What Heroes Do Podcast Network</strong>, and on this episode of <strong>ABIDING</strong>. He is putting himself out there to help and support males of all ages by helping them find their place in the ever-changing world. He is starting Stateside and doing his best through his organisation, <strong><i>GuyCry</i></strong> and has already established the amazing community actively using <a href="https://www.reddit.com/r/GuyCry" rel="nofollow" class="text-orange-500 hover:underline dark:text-orange-300">reddit.com/r/GuyCry</a> to help men grow and become more and more emotionally intelligent, and is currently working on organizing in-person AA-type group meetings as part of a nonprofit program. Men everywhere need all the assistance that Joe and his team can give them. You can check out his podcast here:
</p>
</div>
<div class="mt-5 sm:mt-6 flex flex-wrap justify-center gap-2">
<a href="https://fountain.fm/show/xKNyXzkReLkc" class="inline-flex items-center px-4 py-2 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-900 dark:hover:text-white">
<i class="fab fa-font-awesome-flag mr-2"></i>
Fountain
</a>
<a href="https://podcasts.apple.com/us/podcast" class="inline-flex items-center px-4 py-2 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-900 dark:hover:text-white">
<i class="fab fa-apple mr-2"></i>
Apple
</a>
<a href="https://anchor.fm/guycry" class="inline-flex items-center px-4 py-2 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-900 dark:hover:text-white">
<i class="fa-solid fa-anchor"></i>
Anchor
</a>
<a href="https://open.spotify.com/show/0HVsmfM" class="inline-flex items-center px-4 py-2 rounded-full border-2 border-orange-500 text-orange-500 font-semibold hover:bg-orange-500 hover:text-white transition-colors duration-300 dark:border-orange-400 dark:text-orange-400 dark:hover:bg-orange-900 dark:hover:text-white">
<i class="fab fa-spotify mr-2"></i>
Spotify
</a>
</div>
<div class="mt-5 sm:mt-6 flex justify-end">
<button id="closeModal" class="inline-block px-4 py-2 rounded-full bg-orange-500 text-white font-semibold hover:bg-orange-600 transition-colors duration-300 mr-2 dark:bg-orange-600 dark:hover:bg-orange-700">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-center items-center">
<div class="bg-white dark:bg-gray-700 p-8">
<h1 class="text-3xl font-bold text-orange-500 dark:text-orange-400">About Website</h1>
<p class="text-gray-700 dark:text-gray-300">This is a clean and minimalistic design that conveys the organization's message effectively. The color scheme uses shades of orange and white to maintain brand consistency.</p>
</div>
</div>
<div class="container mx-auto my-10">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="image-container" id="popup-1">
<img src="https://placehold.co/400x300" alt="Image 1">
<div class="image-overlay">
<div class="image-title">Image 1</div>
<div class="image-subtitle">This is the first image</div>
</div>
</div>
<div class="image-container" id="popup-2">
<img src="https://placehold.co/400x300" alt="Image 2">
<div class="image-overlay">
<div class="image-title">Image 2</div>
<div class="image-subtitle">This is the second image</div>
</div>
</div>
</div>
</div>
<div class="fixed inset-0 bg-gray-900 bg-opacity-50 z-50 hidden" id="popup-container-1">
<div class="flex items-center justify-center h-full">
<div class="bg-white rounded-lg shadow-lg w-full md:max-w-5xl h-auto popup-content">
<div class="flex flex-col md:flex-row">
<div class="w-full md:w-1/2 relative">
<img src="https://placehold.co/400x300" alt="Popup Image" class="w-full h-auto rounded-t-lg md:rounded-t-none md:rounded-l-lg">
<div class="popup-actions flex justify-center gap-6 mt-4">
<i class="fas fa-comment"></i>
<i class="fas fa-heart"></i>
<i class="fas fa-thumbs-up"></i>
<i class="fas fa-share-alt"></i>
</div>
<div class="popup-close">
<i class="fas fa-times"></i>
</div>
</div>
<div class="w-full md:w-1/2 p-6">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">John Doe</span>
</div>
<div class="comments-container" style="max-height: calc(75vh - 250px); overflow-y: auto;">
<p class="text-gray-700">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">Jane Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">John Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">Jane Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">John Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">Jane Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">John Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
<div class="mt-4">
<div class="flex items-center mb-4">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<span class="font-bold">Jane Doe</span>
</div>
<p class="text-gray-700">This is another comment. It can also be long or short.</p>
</div>
</div>
</div>
<div class="mt-6 flex items-center">
<img src="https://placehold.co/32x32" alt="Profile Picture" class="rounded-full mr-2">
<div class="flex-1 relative">
<input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg pr-12" placeholder="This is a Fake Comment Bar, to replicate a real post" disabled>
<button class="absolute top-1/2 transform -translate-y-1/2 right-3 text-primary-color">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Add more pop ups corresponding to the images accoridngly but omited for brevity -->
<footer id="bottom" class="bg-gray-900 px-4 py-12 text-white sm:px-0">
<div class="container mx-auto">
<div class="grid grid-cols-1 gap-8 sm:grid-cols-2 md:grid-cols-3">
<div>
<h3 class="mb-4 text-2xl font-bold">Useful Links</h3>
<ul class="space-y-2" id="main-menu">
<li><a href="legal.html" class="hover:text-orange-500">Legal Documentation</a></li>
<li><a href="volunteers.html" class="hover:text-orange-500">Volunteer</a></li>
<li><a href="contact.html" class="hover:text-orange-500">Press and Contact</a></li>
<li><a href="#" class="hover:text-orange-500">Other</a></li>
</ul>
</div>
<div>
<h3 class="mb-4 text-2xl font-bold">Community</h3>
<p class="mb-4 text-gray-400" id="community-text">*Our meetings are open to all men and male-identified people, regardless of race, ethnicity, sexual orientation, and age.</p>
<div class="flex flex-col items-center space-y-4 sm:flex-row sm:space-x-4 sm:space-y-0">
<a href="https://www.reddit.com/r/GuyCry/" rel="nofollow" class="flex items-center rounded-full bg-orange-500 px-4 py-2 font-bold text-white shadow-md hover:bg-orange-600">
<i class="fab fa-reddit mr-2"></i>
r/GuyCry
</a>
<a href="contact.html" rel="nofollow" class="flex items-center rounded-full bg-gray-500 px-4 py-2 font-bold text-white shadow-md hover:bg-gray-600">
<i class="fas fa-envelope mr-2"></i>
Contact
</a>
</div>
</div>
<div>
<h3 class="mb-4 text-2xl font-bold">Search</h3>
<div class="flex items-center space-x-4">
<div class="relative w-full">
<input type="text" placeholder="Search..." class="w-full rounded-full bg-gray-800 pl-10 pr-4 py-2 text-white focus:outline-none focus:ring focus:ring-orange-500" id="search-input" />
<i class="fas fa-search absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400"></i>
</div>
<button class="rounded-full bg-orange-500 px-4 py-2 font-bold text-white shadow-md hover:bg-orange-600" id="clear-search">
<i class="fas fa-times"></i>
</button>
</div>
</div>
<div id="search-modal" class="fixed inset-0 z-50 flex items-center justify-center hidden">
<div class="absolute inset-0 bg-gray-900 bg-opacity-75 backdrop-blur-sm"></div>
<div class="relative w-full max-w-2xl mx-4 bg-gray-900 rounded-lg shadow-xl p-6 border border-orange-500">
<h2 class="text-2xl font-bold mb-4 text-white">Search Results</h2>
<input type="text" id="modal-search-input" class="w-full rounded-full bg-gray-800 pl-4 py-2 text-white focus:outline-none focus:ring focus:ring-orange-500 mb-4" placeholder="Search...">
<div id="modal-search-results" class="mt-4 max-h-96 overflow-y-auto custom-scrollbar">
<ul id="modal-search-result-list"></ul>
</div>
<button id="close-modal" class="mt-4 bg-orange-500 hover:bg-orange-600 text-white font-bold py-2 px-4 rounded-full shadow-md transition-colors duration-200">Close</button>
<button id="modal-clear-search" class="mt-4 bg-orange-500 hover:bg-orange-600 text-white font-bold py-2 px-4 rounded-full shadow-md transition-colors duration-200">Clear Search</button>
</div>
</div>
</div>
<div class="mt-8 text-center text-gray-400">
<p>Legacies Of Men and Partners © 2023-Present</p>
<p class="sm:inline">
<span class="font-bold text-orange-500">Owned and Maintained by <a class="font-normal" href="https://www.linkedin.com/in/josephtruax" rel="nofollow">Joesph Traux</a></span>
</p>
<p class="sm:inline"><span class="font-normal text-gray-400"> and <a href="mailto:[email protected]" rel="nofollow">Abdullah Khan</a></span><span class="ml-2 rounded-full bg-gray-800 px-2 py-1 text-xs font-bold text-gray-400">Dev</span></p>
</div>
<div class="mt-8 flex justify-center space-x-4">
<button id="theme-toggler" class="rounded-full border-2 border-orange-500 px-4 py-2 text-2xl text-gray-400 transition duration-300 ease-in-out hover:text-orange-500 focus:outline-none">
<i class="fas fa-moon"></i>
</button>
<a href="/status" rel="nofollow" class="rounded-full border-2 border-orange-500 px-4 py-2 text-2xl text-gray-400 transition duration-300 ease-in-out hover:text-orange-500 focus:outline-none">
<i class="fas fa-chart-line"></i>
</a>
</div>
</div>
</footer>
<script type="text/javascript">
const popupContainers = document.querySelectorAll('.image-container');
popupContainers.forEach(container => {
container.addEventListener('click', () => {
const popupId = container.id.replace('popup-', 'popup-container-');
const popupContainer = document.getElementById(popupId);
popupContainer.classList.remove('hidden');
});
});
const popupCloseButtons = document.querySelectorAll('.popup-close');
popupCloseButtons.forEach(button => {
button.addEventListener('click', () => {
const popupContainer = button.closest('.fixed');
popupContainer.classList.add('hidden');
});
});
const popupContainers2 = document.querySelectorAll('.fixed');
popupContainers2.forEach(container => {
container.addEventListener('click', (event) => {
if (event.target === container) {
container.classList.add('hidden');
}
});
});
</script>
<script type="text/javascript">
const mainContent = document.querySelector('.main-content');
const searchInput = document.getElementById('search-input');
const modalSearchInput = document.getElementById('modal-search-input');
const searchModal = document.getElementById('search-modal');
const modalSearchResultList = document.getElementById('modal-search-result-list');
const closeModalButton = document.getElementById('close-modal');
const clearSearchButton = document.getElementById('clear-search');
const modalClearSearchButton = document.getElementById('modal-clear-search');
function openSearchModal() {
searchModal.classList.remove('hidden');
modalSearchInput.value = searchInput.value;
modalSearchInput.focus();
document.body.style.overflow = 'hidden';
}
function closeSearchModal() {
searchModal.classList.add('hidden');
document.body.style.overflow = '';
}
function clearSearch() {
searchInput.value = '';
modalSearchInput.value = '';
modalSearchResultList.innerHTML = '';
}
searchInput.addEventListener('input', () => {
if (searchInput.value.trim().length > 0) {
openSearchModal();
performSearch(searchInput.value);
}
});
modalSearchInput.addEventListener('input', () => {
performSearch(modalSearchInput.value);
});
closeModalButton.addEventListener('click', closeSearchModal);
clearSearchButton.addEventListener('click', () => {
clearSearch();
closeSearchModal();
});
modalClearSearchButton.addEventListener('click', () => {
clearSearch();
modalSearchInput.focus();
});
function performSearch(searchTerm) {
searchTerm = searchTerm.trim().toLowerCase();
if (searchTerm.length > 0) {
const pageText = mainContent.innerText.toLowerCase();
const matches = findMatches(pageText, searchTerm);
displaySearchResults(matches);
} else {
modalSearchResultList.innerHTML = '';
}
}
function findMatches(text, searchTerm) {
const regex = new RegExp(searchTerm, 'gi');
const matches = text.matchAll(regex);
return Array.from(matches);
}
function displaySearchResults(matches) {
modalSearchResultList.innerHTML = '';
if (matches.length > 0) {
const usedExcerpts = new Set();
for (const match of matches) {
const start = Math.max(0, match.index - 50);
const end = Math.min(match.input.length, match.index + match[0].length + 50);
const excerpt = match.input.slice(start, end);
if (!usedExcerpts.has(excerpt)) {
usedExcerpts.add(excerpt);
const resultItem = document.createElement('li');
resultItem.classList.add('mb-4', 'bg-orange-600', 'rounded-lg', 'p-4', 'cursor-pointer', 'hover:bg-orange-700', 'transition-colors', 'duration-200');
const highlightedExcerpt = excerpt.replace(new RegExp(match[0], 'gi'), (matched) => `<span class="bg-white text-orange-600 font-semibold">${matched}</span>`);
resultItem.innerHTML = highlightedExcerpt;
resultItem.addEventListener('click', () => {
displayPopup(match, highlightedExcerpt);
});
modalSearchResultList.appendChild(resultItem);
}
}
} else {
modalSearchResultList.innerHTML = '<li class="text-white">No results found</li>';
}
}
function displayPopup(match, excerpt) {
const popup = document.createElement('div');
popup.classList.add('fixed', 'inset-0', 'z-50', 'flex', 'items-center', 'justify-center', 'bg-gray-900', 'bg-opacity-75', 'backdrop-blur-sm');
const popupContent = document.createElement('div');
popupContent.classList.add('bg-gray-900', 'p-8', 'rounded-lg', 'w-full', 'max-w-2xl', 'max-h-[80vh]', 'overflow-y-auto', 'custom-scrollbar', 'border', 'border-orange-500');
const popupText = document.createElement('div');
popupText.classList.add('text-white', 'whitespace-pre-wrap');
const matchStart = Math.max(0, match.index - 100);
const matchEnd = Math.min(match.input.length, match.index + match[0].length + 125);
const contextText = match.input.slice(matchStart, matchEnd);
const highlightedText = contextText.replace(new RegExp(match[0], 'gi'), (matched) => `<span class="bg-white text-orange-600 font-semibold">${matched}</span>`);
popupText.innerHTML = highlightedText;
const closeButton = document.createElement('button');
closeButton.classList.add('bg-orange-500', 'hover:bg-orange-600', 'text-white', 'font-bold', 'py-2', 'px-4', 'rounded-full', 'shadow-md', 'mt-4', 'transition-colors', 'duration-200');
closeButton.textContent = 'Close'
closeButton.addEventListener('click', () => {
popup.remove();
});
popupContent.appendChild(popupText);
popupContent.appendChild(closeButton);
popup.appendChild(popupContent);
document.body.appendChild(popup);
}
// Close modal when clicking outside
searchModal.addEventListener('click', (e) => {
if (e.target === searchModal) {
closeSearchModal();
}
});
// Close modal with Escape key
document.addEventListener('keydown', (e) => {
if (e.key === 'Escape') {
closeSearchModal();
}
});
</script>
<script type="text/javascript">
const button = document.getElementById('mobile-menu-button');
const menu = document.getElementById('mobile-menu');
const navbar = document.querySelector('.navbar');
let lastScrollY = 0;
window.addEventListener('scroll', () => {
const currentScrollY = window.pageYOffset;
if (currentScrollY > lastScrollY) {
// Scroll down
navbar.classList.remove('show');
} else {
// Scroll up
navbar.classList.add('show');
}
lastScrollY = currentScrollY;
});
button.addEventListener('click', () => {
menu.classList.toggle('open');
menu.classList.toggle('closed');
});
// Get the theme toggler button and the body element
const themeToggler = document.getElementById('theme-toggler');
const body = document.body;
// Check for the user's preferred theme on page load
let prefersDarkMode = window.localStorage.getItem('prefersDarkMode') === 'true';
body.classList.toggle('dark', prefersDarkMode);
themeToggler.innerHTML = `<i class="${prefersDarkMode ? 'fas fa-sun' : 'fas fa-moon'}"></i>`;
// Add event listener to the theme toggler button
themeToggler.addEventListener('click', () => {
body.classList.toggle('dark');
prefersDarkMode = body.classList.contains('dark');
window.localStorage.setItem('prefersDarkMode', prefersDarkMode);
themeToggler.innerHTML = `<i class="${prefersDarkMode ? 'fas fa-sun' : 'fas fa-moon'}"></i>`;
});
</script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
const acceptTermsDiv = document.getElementById('accept-terms');
const loadButton = document.getElementById('loadButton');
const mainContent = document.getElementById('mainContent');
function showMainContent() {
acceptTermsDiv.style.display = 'none';
mainContent.classList.remove('hidden');
mainContent.classList.add('visible');
}
// Check if the user has already accepted the terms
if (localStorage.getItem('termsAccepted') === 'true') {
showMainContent();
} else {
acceptTermsDiv.style.display = 'flex';
}
loadButton.addEventListener('click', function() {
// Store the user's acceptance of the terms in local storage
localStorage.setItem('termsAccepted', 'true');
showMainContent();
});
// Check for terms acceptance on page load
if (localStorage.getItem('termsAccepted') === 'true') {
showMainContent();
}
});
</script>
<script type="text/javascript">
// Get the modal and buttons
const modal = document.getElementById("modal");
const openModalBtn = document.getElementById("openModal");
const closeModalBtn = document.getElementById("closeModal");
// Open the modal when the button is clicked
openModalBtn.addEventListener("click", function() {
modal.style.display = "block";
});
// Close the modal when the close button is clicked
closeModalBtn.addEventListener("click", function() {
modal.style.display = "none";
});
// Close the modal when the user clicks outside of it
window.addEventListener("click", function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
});
</script>
</body>
</html>