Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
dff5ccb
05:17
YaohanXu Sep 25, 2024
e459fad
Merge branch 'Weitzman-MUSA-JavaScript:main' into main
YaohanXu Sep 29, 2024
3f2b7ee
Merge branch 'Weitzman-MUSA-JavaScript:main' into main
YaohanXu Oct 10, 2024
b53ff52
10-10 17:17
YaohanXu Oct 10, 2024
7a4bf23
10-10 17:27
YaohanXu Oct 10, 2024
41eda2e
Merge branch 'Weitzman-MUSA-JavaScript:main' into main
YaohanXu Oct 29, 2024
f63efcb
16:34
YaohanXu Nov 17, 2024
f824fa2
16:35
YaohanXu Nov 17, 2024
79a8bcb
16:37
YaohanXu Nov 17, 2024
dd3f64d
22:40
YaohanXu Nov 18, 2024
f392857
11-18 1:31
YaohanXu Nov 18, 2024
d014bff
23:05
YaohanXu Nov 19, 2024
e1fff8d
23:44
YaohanXu Nov 19, 2024
287d96a
11-19 15:55
YaohanXu Nov 19, 2024
b40071c
16:11
YaohanXu Nov 19, 2024
e1952e8
16:13
YaohanXu Nov 19, 2024
0f68eff
16:21
YaohanXu Nov 19, 2024
a571655
17:19
YaohanXu Nov 19, 2024
349796f
18:24
YaohanXu Nov 19, 2024
0e3fd07
12:55
YaohanXu Nov 20, 2024
3d555a9
02:14
YaohanXu Nov 20, 2024
8d90db0
16:42 update html
YaohanXu Nov 20, 2024
fe4e32d
17:05
YaohanXu Nov 20, 2024
ab7cb87
17:38 html
YaohanXu Nov 20, 2024
8fec8a9
19:23
YaohanXu Nov 21, 2024
4b0c821
11:02
YaohanXu Nov 21, 2024
3ff5759
14:03
YaohanXu Nov 21, 2024
82f3d97
15:02
YaohanXu Nov 21, 2024
7e02d95
11.21 15:28
YaohanXu Nov 21, 2024
51f65af
15:39
YaohanXu Nov 21, 2024
deb3346
15:51
YaohanXu Nov 21, 2024
f0a3b4f
22:54
YaohanXu Nov 22, 2024
0b0fde6
11.22 1:19
YaohanXu Nov 22, 2024
193db29
11.22 12:17 html&css final
YaohanXu Nov 22, 2024
dbbe114
13:29
YaohanXu Nov 22, 2024
2522c8a
11.23 Img Final
YaohanXu Nov 23, 2024
3cf3207
12:30
YaohanXu Nov 23, 2024
73f38b2
12:58
YaohanXu Nov 23, 2024
4381934
16:49
YaohanXu Nov 23, 2024
f90a5d3
17:47
YaohanXu Nov 23, 2024
3e1ac24
19:41
YaohanXu Nov 24, 2024
200bb46
complete poi list
YaohanXu Nov 24, 2024
7c2b257
11:31
YaohanXu Nov 24, 2024
e9c174c
12:25
YaohanXu Nov 24, 2024
5edd5eb
11:06
YaohanXu Nov 24, 2024
616e6a4
13:05
YaohanXu Nov 24, 2024
dc8305c
17:35
YaohanXu Nov 24, 2024
dfcc449
Except chart
YaohanXu Nov 24, 2024
31eb1fb
18:33
YaohanXu Nov 24, 2024
059b365
11:39
YaohanXu Nov 25, 2024
551044f
12:43
YaohanXu Nov 25, 2024
19a1adc
13:00 updated map and list
YaohanXu Nov 25, 2024
a6cd8a0
11:57
YaohanXu Nov 26, 2024
5929e8a
almost done
YaohanXu Nov 26, 2024
eca58bd
almost done
YaohanXu Nov 26, 2024
80103b9
11:52
YaohanXu Nov 26, 2024
4f72682
Final_Yaohan_Yellowstone_National_Park
YaohanXu Nov 26, 2024
a98c913
Final_Yaohan_Yellowstone
YaohanXu Nov 26, 2024
5f2300a
Final_Yellowstone_Yaohan_Xu
YaohanXu Nov 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules/
other_examples/
mockup/
examples/
169 changes: 169 additions & 0 deletions css/left_part.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
/*
// for left part elements
*/

/* for map */
.map {
height: 100%;
width: 100%;

z-index: 0;
}

/* for reset button */
.map-reset {
height: 2.1rem;
width: 2.1rem;

position: absolute;
top: 6rem;
left: 0.62rem;

display: flex;
justify-content: center;
align-items: center;

border: 0.13rem solid #c6c6c6;
border-radius: 3.2px;

background-color: white;

cursor: pointer;
}

.map-reset img {
height: 65%;
width: auto;
}

/* for poi type list */
.poi-type {
height: auto;
width: auto;

position: absolute;
right: 6%;
bottom: 8%;

display: flex;
flex-direction: column;
align-items: center;

list-style-type: none;
padding: 0;
margin: 0;

z-index: 10;
}


/*
for poi type list
*/
.poi-type li {
height: auto;
width: 100%;

margin-bottom: 1rem;
}

.poi-type li:last-child {
margin-bottom: 0;
}

.poi-type button {
height: auto;
width: 100%;

padding: 0.5rem 1rem;

font-size: 1.2rem;
font-weight: 700;

border-radius: 4px;

background-color: white;

cursor: pointer;
}

/* for different poi types */
.poi-type button[data-type="Commerce"] {
border: 0.2rem solid #F26363;
color: #F26363;
}

.poi-type button[data-type="Commerce"][aria-pressed="true"] {
background-color:#F26363;
color: white;
}

.poi-type button[data-type="Mountain"] {
border: 0.2rem solid #947262;
color: #947262;
}

.poi-type button[data-type="Mountain"][aria-pressed="true"] {
background-color:#947262;
color: white;
}

.poi-type button[data-type="Recreation"] {
border: 0.2rem solid #D93BAF;
color: #D93BAF;
}

.poi-type button[data-type="Recreation"][aria-pressed="true"] {
background-color:#D93BAF;
color: white;
}

.poi-type button[data-type="Restroom"] {
border: 0.2rem solid #a7a7ad;
color: #a7a7ad;
}

.poi-type button[data-type="Restroom"][aria-pressed="true"] {
background-color:#a7a7ad;
color: white;
}

.poi-type button[data-type="Service"] {
border: 0.2rem solid #919151;
color: #919151;
}

.poi-type button[data-type="Service"][aria-pressed="true"] {
background-color:#919151;
color: white;
}

.poi-type button[data-type="Tourism"] {
border: 0.2rem solid #008C72;
color: #008C72;
}

.poi-type button[data-type="Tourism"][aria-pressed="true"] {
background-color:#008C72;
color: white;
}

.poi-type button[data-type="Transportation"] {
border: 0.2rem solid #ee9f3e;
color: #ee9f3e;
}

.poi-type button[data-type="Transportation"][aria-pressed="true"] {
background-color:#ee9f3e;
color: white;
}

.poi-type button[data-type="Water"] {
border: 0.2rem solid #09D;
color: #09D;
}

.poi-type button[data-type="Water"][aria-pressed="true"] {
background-color:#09D;
color: white;
}
Loading