Skip to content

Commit 7142590

Browse files
authored
Merge pull request #109 from haskellfoundation/bug-reports
Add github repo link in footer
2 parents 4bd46e4 + b3c3f2d commit 7142590

File tree

19 files changed

+38
-38
lines changed

19 files changed

+38
-38
lines changed

docs/affiliates/about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ <h2>Affiliated Projects</h2>
443443
<a href="../../contact" class="arrow-link light">>> contact us</a>
444444
</div>
445445
</div>
446-
446+
447447
<div class="flex space-x-4 w-44">
448448
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
449449
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -454,7 +454,7 @@ <h2>Affiliated Projects</h2>
454454
<div class="flex flex-row">
455455
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
456456
<img src="../../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
457-
<div class="font-medium">2021 © Haskell Foundation</div>
457+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
458458
</div>
459459

460460
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/affiliates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ <h2 class="text-2xl font-normal">Join Affiliations!</h2>
408408
<a href="../contact" class="arrow-link light">>> contact us</a>
409409
</div>
410410
</div>
411-
411+
412412
<div class="flex space-x-4 w-44">
413413
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
414414
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -419,7 +419,7 @@ <h2 class="text-2xl font-normal">Join Affiliations!</h2>
419419
<div class="flex flex-row">
420420
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
421421
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
422-
<div class="font-medium">2021 © Haskell Foundation</div>
422+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
423423
</div>
424424

425425
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/board-nominations/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3>Criteria</h3>
415415
<a href="../contact" class="arrow-link light">>> contact us</a>
416416
</div>
417417
</div>
418-
418+
419419
<div class="flex space-x-4 w-44">
420420
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
421421
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -426,7 +426,7 @@ <h3>Criteria</h3>
426426
<div class="flex flex-row">
427427
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
428428
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
429-
<div class="font-medium">2021 © Haskell Foundation</div>
429+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
430430
</div>
431431

432432
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/contact/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h3 class="font-semibold text-xl">HF Slack</h3>
363363
<a href="../contact" class="arrow-link light">>> contact us</a>
364364
</div>
365365
</div>
366-
366+
367367
<div class="flex space-x-4 w-44">
368368
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
369369
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -374,7 +374,7 @@ <h3 class="font-semibold text-xl">HF Slack</h3>
374374
<div class="flex flex-row">
375375
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
376376
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
377-
<div class="font-medium">2021 © Haskell Foundation</div>
377+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
378378
</div>
379379

380380
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/donations/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">In-Kind Support</h
423423
<a href="../contact" class="arrow-link light">>> contact us</a>
424424
</div>
425425
</div>
426-
426+
427427
<div class="flex space-x-4 w-44">
428428
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
429429
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -434,7 +434,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">In-Kind Support</h
434434
<div class="flex flex-row">
435435
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
436436
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
437-
<div class="font-medium">2021 © Haskell Foundation</div>
437+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
438438
</div>
439439

440440
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/faq/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h2 class="font-normal text-xl-2xl">What Is The Relationship Between HF And The
324324
<a href="../contact" class="arrow-link light">>> contact us</a>
325325
</div>
326326
</div>
327-
327+
328328
<div class="flex space-x-4 w-44">
329329
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
330330
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -335,7 +335,7 @@ <h2 class="font-normal text-xl-2xl">What Is The Relationship Between HF And The
335335
<div class="flex flex-row">
336336
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
337337
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
338-
<div class="font-medium">2021 © Haskell Foundation</div>
338+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
339339
</div>
340340

341341
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/guidelines-for-respectful-communication/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h2>Acknowledgements</h2>
333333
<a href="../contact" class="arrow-link light">>> contact us</a>
334334
</div>
335335
</div>
336-
336+
337337
<div class="flex space-x-4 w-44">
338338
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
339339
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -344,7 +344,7 @@ <h2>Acknowledgements</h2>
344344
<div class="flex flex-row">
345345
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
346346
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
347-
<div class="font-medium">2021 © Haskell Foundation</div>
347+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
348348
</div>
349349

350350
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h3 class="font-semibold text-xl"><a href="https://groups.google.com/u/2/a/haske
421421
<a href="./contact" class="arrow-link light">>> contact us</a>
422422
</div>
423423
</div>
424-
424+
425425
<div class="flex space-x-4 w-44">
426426
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
427427
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -432,7 +432,7 @@ <h3 class="font-semibold text-xl"><a href="https://groups.google.com/u/2/a/haske
432432
<div class="flex flex-row">
433433
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
434434
<img src="./static/images/logos/hf-logo-100-alpha.png" class="h-8" />
435-
<div class="font-medium">2021 © Haskell Foundation</div>
435+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
436436
</div>
437437

438438
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/news/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ <h2 class="text-2xl-4xl font-normal">Haskell Foundation Board Of Directors Call
509509
<a href="../contact" class="arrow-link light">>> contact us</a>
510510
</div>
511511
</div>
512-
512+
513513
<div class="flex space-x-4 w-44">
514514
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
515515
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -520,7 +520,7 @@ <h2 class="text-2xl-4xl font-normal">Haskell Foundation Board Of Directors Call
520520
<div class="flex flex-row">
521521
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
522522
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
523-
<div class="font-medium">2021 © Haskell Foundation</div>
523+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
524524
</div>
525525

526526
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

docs/news/press/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Press Kit</h2>
304304
<a href="../../contact" class="arrow-link light">>> contact us</a>
305305
</div>
306306
</div>
307-
307+
308308
<div class="flex space-x-4 w-44">
309309
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
310310
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -315,7 +315,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Press Kit</h2>
315315
<div class="flex flex-row">
316316
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
317317
<img src="../../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
318-
<div class="font-medium">2021 © Haskell Foundation</div>
318+
<div class="font-medium">2021 © Haskell Foundation, <a href="https://github.com/haskellfoundation/haskellfoundation.github.io">submit website bug reports and fixes on GitHub</a></div>
319319
</div>
320320

321321
<div class="text-sm mt-6 flex ml-8 flex-col justify-items-start text-left">

0 commit comments

Comments
 (0)