-
-
Notifications
You must be signed in to change notification settings - Fork 808
/
Copy pathsitemap.html
66 lines (60 loc) · 2.69 KB
/
sitemap.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
---
layout: default
title: Site Map
permalink: /sitemap/
---
<!-- Header banner -->
<div class="header-container flex-container">
<div class="header-text">
<h1 class="title1">Site Map</h1>
<p>
The Hack for LA website is growing. We started with a one page
website and we have been steadily adding content and features
to accommodate our fully remote brigade.
</p>
</div>
<img class="header-hero-image" src="/assets/images/sitemap/sitemap-planning.svg"
alt="">
</div>
<!-- Page body -->
<div class="sitemap-page content-section">
<div class="page-card card-primary page-card-lg page-card--sitemap">
<div>
<h2 class="title4">Site Map as of 7/30/21</h2>
<a href="https://www.hackforla.org/assets/images/sitemap/sitemap.jpg" target="_blank">
<img src="/assets/images/sitemap/sitemap.jpg">
</a>
</div>
</div>
<div class="page-card card-primary page-card-lg page-card--large-icon-container">
<h2 class="title4 page-card--large-icon-header">Suggest Site Content</h2>
<img src="/assets/images/sitemap/lightbulb.svg" alt="">
<div class="page-card--large-icon-body">
<p>
Have you thought of something that you wish was on
the Hack for LA site but don’t see it in the works?
Please let us know what you would like added by opening
a new issue with as much detail as you can. You will need
a GitHub account to open an issue. If you don’t have one,
you can always use the buttons on our Join page.
</p>
<a href="https://github.com/hackforla/website/issues/new?assignees=&labels=&template=blank-issue-.md&title=" target="_blank" class="btn btn-primary btn--site-map-suggest btn--default" title="Create New issue and Suggest New Content">Suggest Content</a>
</div>
</div>
<div class="page-card card-primary page-card-lg page-card--large-icon-container">
<h2 class="title4 page-card--large-icon-header">Help Us Add Sections to the Website</h2>
<img src="/assets/images/sitemap/site.svg" alt="">
<div class="page-card--large-icon-body">
<p>
We are looking for volunteers across all
disciplines (UI/UX, Development, Data Science,
Product, etc.) to help us improve the Hack for
LA website! If you have ideas on how we can
enhance the experience and/or are passionate
about web development, please consider joining
our team.
</p>
<a href="https://github.com/hackforla/website/wiki" target="_blank" class="btn btn-primary btn-md-long-2 btn--default" title="Hack for LA Wiki">Check out our Wiki</a>
</div>
</div>
</div>