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">

docs/podcast/1/transcript/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ <h3 id="ending">Ending</h3>
390390
<a href="../../../contact" class="arrow-link light">>> contact us</a>
391391
</div>
392392
</div>
393-
393+
394394
<div class="flex space-x-4 w-44">
395395
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
396396
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -401,7 +401,7 @@ <h3 id="ending">Ending</h3>
401401
<div class="flex flex-row">
402402
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
403403
<img src="../../../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
404-
<div class="font-medium">2021 © Haskell Foundation</div>
404+
<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>
405405
</div>
406406

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

docs/podcast/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Acknowledgements</
356356
<a href="../contact" class="arrow-link light">>> contact us</a>
357357
</div>
358358
</div>
359-
359+
360360
<div class="flex space-x-4 w-44">
361361
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
362362
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -367,7 +367,7 @@ <h2 class="text-gray-50 font-normal text-3xl-4xl text-center">Acknowledgements</
367367
<div class="flex flex-row">
368368
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
369369
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
370-
<div class="font-medium">2021 © Haskell Foundation</div>
370+
<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>
371371
</div>
372372

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

docs/projects/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>
635635
<a href="../contact" class="arrow-link light">>> contact us</a>
636636
</div>
637637
</div>
638-
638+
639639
<div class="flex space-x-4 w-44">
640640
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
641641
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -646,7 +646,7 @@ <h2 class="font-normal text-2xl-4xl">Text-UTF8 Migration</h2>
646646
<div class="flex flex-row">
647647
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
648648
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
649-
<div class="font-medium">2021 © Haskell Foundation</div>
649+
<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>
650650
</div>
651651

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

docs/resources/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ <h2 class="font-normal text-2xl-4xl">Governance</h2>
328328
<a href="../contact" class="arrow-link light">>> contact us</a>
329329
</div>
330330
</div>
331-
331+
332332
<div class="flex space-x-4 w-44">
333333
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
334334
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -339,7 +339,7 @@ <h2 class="font-normal text-2xl-4xl">Governance</h2>
339339
<div class="flex flex-row">
340340
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
341341
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
342-
<div class="font-medium">2021 © Haskell Foundation</div>
342+
<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>
343343
</div>
344344

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

docs/vision/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h4>Technical Agenda: Enhancing the tooling, filling the gaps</h4>
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 @@ <h4>Technical Agenda: Enhancing the tooling, filling the gaps</h4>
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/whitepaper/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ <h3>Technical Agenda: Enhancing The Tooling, Filling The Gaps</h3>
366366
<a href="../contact" class="arrow-link light">>> contact us</a>
367367
</div>
368368
</div>
369-
369+
370370
<div class="flex space-x-4 w-44">
371371
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
372372
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -377,7 +377,7 @@ <h3>Technical Agenda: Enhancing The Tooling, Filling The Gaps</h3>
377377
<div class="flex flex-row">
378378
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
379379
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
380-
<div class="font-medium">2021 © Haskell Foundation</div>
380+
<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>
381381
</div>
382382

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

docs/who-we-are/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ <h3 class="text-xl font-semibold">Niki Vazou</h3>
644644
<a href="../contact" class="arrow-link light">>> contact us</a>
645645
</div>
646646
</div>
647-
647+
648648
<div class="flex space-x-4 w-44">
649649
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
650650
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
@@ -655,7 +655,7 @@ <h3 class="text-xl font-semibold">Niki Vazou</h3>
655655
<div class="flex flex-row">
656656
<div class="mt-16 flex flex-col text-center flex-grow lg:flex-row lg:space-x-8 lg:space-y-0">
657657
<img src="../static/images/logos/hf-logo-100-alpha.png" class="h-8" />
658-
<div class="font-medium">2021 © Haskell Foundation</div>
658+
<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>
659659
</div>
660660

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

0 commit comments

Comments
 (0)