File tree 4 files changed +44
-26
lines changed
4 files changed +44
-26
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
- title: Community Maps
2
+ title: Fortune Street Modding
3
3
layout: default
4
4
---
5
5
< main role ="main ">
6
6
<!--- Main -->
7
7
< section class ="jumbotron text-center ">
8
8
< div class ="container ">
9
- < h1 class ="jumbotron-heading "> Community Maps </ h1 >
10
- < p class ="lead text-muted "> All user submitted maps are gathered on this page. </ p >
9
+ < h1 class ="jumbotron-heading "> Fortune Street Modding </ h1 >
10
+ < p class ="lead text-muted "> This site is under construction </ p >
11
11
< p >
12
- < a href ="# " class ="btn btn-primary my-2 "> Upload Map</ a >
13
- < a href ="# " class ="btn btn-secondary my-2 "> Help</ a >
12
+ < a href ="maps.html " class ="btn btn-primary my-2 "> Maps</ a >
13
+ < a href ="backgrounds.html " class ="btn btn-secondary my-2 "> Backgrounds</ a >
14
+ < a href ="calculator.html " class ="btn btn-secondary my-2 "> Calculator</ a >
14
15
</ p >
15
16
</ div >
16
17
</ section >
17
- <!-- Filter -->
18
- < div class ="container ">
19
- < h1 > < b > </ b > </ h1 >
20
- < span > Filter:</ span >
21
- < div class ="btn-group " role ="group ">
22
- < button class ="btn btn-secondary "> ALL</ button >
23
- < button class ="btn btn-secondary "> Ported Maps</ button >
24
- < button class ="btn btn-secondary "> Short Maps</ button >
25
- < button class ="btn btn-secondary "> Standard Maps</ button >
26
- </ div >
27
- </ div >
28
- <!--- Maps -->
29
- < div class ="album ">
30
- < div class ="container ">
31
- < div class ="row ">
32
- {%- for map in site.maps -%}
33
- {% include mapCard.html map=map %}
34
- {%- endfor -%}
35
- </ div >
36
- </ div >
37
- </ div >
38
18
</ main >
Original file line number Diff line number Diff line change
1
+ ---
2
+ title: Community Maps
3
+ layout: default
4
+ ---
5
+ < main role ="main ">
6
+ <!--- Main -->
7
+ < section class ="jumbotron text-center ">
8
+ < div class ="container ">
9
+ < h1 class ="jumbotron-heading "> Community Maps</ h1 >
10
+ < p class ="lead text-muted "> All user submitted maps are gathered on this page.</ p >
11
+ < p >
12
+ < a href ="# " class ="btn btn-primary my-2 "> Upload Map</ a >
13
+ < a href ="# " class ="btn btn-secondary my-2 "> Help</ a >
14
+ </ p >
15
+ </ div >
16
+ </ section >
17
+ <!-- Filter -->
18
+ < div class ="container ">
19
+ < h1 > < b > </ b > </ h1 >
20
+ < span > Filter:</ span >
21
+ < div class ="btn-group " role ="group ">
22
+ < button class ="btn btn-secondary "> ALL</ button >
23
+ < button class ="btn btn-secondary "> Ported Maps</ button >
24
+ < button class ="btn btn-secondary "> Short Maps</ button >
25
+ < button class ="btn btn-secondary "> Standard Maps</ button >
26
+ </ div >
27
+ </ div >
28
+ <!--- Maps -->
29
+ < div class ="album ">
30
+ < div class ="container ">
31
+ < div class ="row ">
32
+ {%- for map in site.maps -%}
33
+ {% include mapCard.html map=map %}
34
+ {%- endfor -%}
35
+ </ div >
36
+ </ div >
37
+ </ div >
38
+ </ main >
You can’t perform that action at this time.
0 commit comments