forked from hackforla/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.html
73 lines (66 loc) · 2.91 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
67
68
69
70
71
72
73
---
layout: default
title: Site Map
---
<!-- Header banner -->
<div class="header-container--sitemap">
<div class="header-text-margin--sitemap">
<h1>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 accomodate our fully remote brigade.
</p>
</div>
<img src="./assets/images/sitemap/sitemap-planning.svg"
alt="image of a person using a computer and mapping out a website">
</div>
<!-- Page body -->
<div class="sitemap-page content-section">
<div class="page-card card-primary page-card-lg card-width">
<div>
<h3>Sitemap as of 10/22/20</h3>
<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 row-1 card-body card-width">
<img class="card-desktop-icon" src="./assets/images/sitemap/lightbulb.svg">
<div>
<h3>Suggest Site Content</h3>
<img class="card-mobile-icon" src="./assets/images/sitemap/lightbulb.svg">
<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">
<button class="btn btn-primary btn--site-map-suggest">Suggest Content</button>
</a>
</div>
</div>
<div class="page-card card-primary page-card-lg row-1 card-body card-width">
<img class="card-desktop-icon" src="./assets/images/sitemap/site.svg">
<div>
<h3>Help Us Add Sections to the Website</h3>
<img class="card-mobile-icon" src="./assets/images/sitemap/site.svg">
<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"><button
class="btn btn-primary btn-md-long-2">Check out
our Wiki</button></a>
</div>
</div>
</div>