-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
58 lines (53 loc) · 2.69 KB
/
service.html
File metadata and controls
58 lines (53 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Service</title>
<link rel="stylesheet" href="service_style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href= "https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/fontawesome.min.css">
</head>
<body>
<div class="container">
<header>
<a href="index.html">
<h1>Joe LaVigne</h1>
</a>
<nav>
<a href="about.html">About</a>
<a href="https://www.dropbox.com/scl/fi/2sn2a9n3yj5jcff0g6ipn/03OCT2025_CV.pdf?rlkey=c8ny1g8s1lpk36x4291ieo1aj&st=qbr1x23g&dl=0">CV</a>
<a href="service.html">Service</a>
</nav>
</header>
<main>
<div class="container1">
<div class="HERP_logo">
<img src="" alt="" class ="resize">
</div>
<div class="main_paragraph">
<p>In 2020, I founded the Huron Endurance and Resources Project (HERP) 501c3. The mission of the organization is threefold:</p>
<ul>1.) promote physical and mental well-being</ul>
<ul>2.) encourage a spirit of endurance sport in northeast Michigan</ul>
<ul>3.) encourage environmental stewardship throughout northeast Michigan</ul>
<p></p>Our keystone event is the <a href="https://baytobeaconhalfmarathon.wordpress.com/"> Bay to Beacon Half Marathon, 10K, and 5K</a> that runs along the Lake Huron Coast in northeast Michigan.</a> Over the past 5 years, HERP has raised over $6,000 donated to <a href="https://www.thesunsetproject.org/">The Sunset Project</a>, <a href="https://www.fonsp.org/">The Friends of Negwegon State Park</a>, and <a href="https://www.alconahistoricalsociety.com/">The Alcona Historical Society</a>.</p>
<p>Since 2023, I have served on the American Foundation for Suicide Prevention Public Policy Committee.</p>
<p></p>
</div>
</div>
</main>
<footer>
<p>
<a href="https://github.com/jmlavigne1">
<img src="github-mark-white.png" alt="github logo" class="hyperlinked_img">
</a>
<!--<a href="https://www.linkedin.com/in/josephmlavigne/">
<img src="images/in-logo/InBug-White.png" alt="linkedin logo" class="hyperlinked_img2">
</a>-->
</p>
</footer>
</div>
</body>
</html>