File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,36 +18,41 @@ <h1 class="person">{{ name }} </h1>
1818 { { / i f } }
1919 { { # if github } }
2020 < p class = "social" > < i class = "fa fa-github" > </ i > Github: < a target = "_blank" href = "https://github.com/{{ github }}" > { { github } } </ a > </ p >
21- { { / i f } }
22- { { # if facebook } }
23- < p class = "social" > < i class = "fa fa-facebook" > </ i > Facebook: < a target = "_blank" href = "https://facebook.com/{{ facebook }}" > { { facebook } } </ a > </ p >
24- { { / i f } }
25- { { # if email } }
26- < p class = "social" > < i class = "fa fa-envelope" > </ i > E-Mail: < a target = "_blank" href = "mailto:{{ email }}" > { { email } } </ a > </ p >
27- { { / i f } }
21+ { { / i f } }
22+ { { # if facebook } }
23+ < p class = "social" > < i class = "fa fa-facebook" > </ i > Facebook: < a target = "_blank" href = "https://facebook.com/{{ facebook }}" > { { facebook } } </ a > </ p >
24+ { { / i f } }
25+ { { # if email } }
26+ < p class = "social" > < i class = "fa fa-envelope" > </ i > E-Mail: < a target = "_blank" href = "mailto:{{ email }}" > { { email } } </ a > </ p >
27+ { { / i f } }
2828
29- { { # each urls } }
30- < p class = "social" > < i class = "fa fa-cloud" > </ i > Website: < a target = "_blank" href = "{{ url }}" > { { name } } </ a > </ p >
31- { { / e a c h } }
32- </ script >
33- < style >
34- .leaflet-popup-content p {
35- margin : 0 ;
36- }
37- # name {
38- z-index : 200 ;
39- position : absolute;
40- top : 25px ;
41- right : 25px ;
42- background-color : lightgray;
43- border-radius : 5px ;
44- padding : 5px ;
45- }
46- </ style >
47- </ head >
48- < body >
49- < img src ="http://www.codeforfreedom.org/wp-content/themes/codeforfreedom/images/logo.png " id ="name "/>
50- < div id ='map '>
51- </ div >
52- </ body >
53- </ html >
29+ { { # each urls } }
30+ < p class = "social" > < i class = "fa fa-cloud" > </ i > Website: < a target = "_blank" href = "{{ url }}" > { { name } } </ a > </ p >
31+ { { / e a c h } }
32+ </ script >
33+ < style >
34+ .leaflet-popup-content p {
35+ margin : 0 ;
36+ }
37+ # logo {
38+ z-index : 200 ;
39+ position : absolute;
40+ top : 25px ;
41+ right : 25px ;
42+ background-color : lightgray;
43+ border-radius : 5px ;
44+ padding : 5px ;
45+ }
46+ @media (max-width : 600px ) {
47+ # logo {
48+ width : 30% ;
49+ }
50+ }
51+ </ style >
52+ </ head >
53+ < body >
54+ < img src ="http://www.codeforfreedom.org/wp-content/themes/codeforfreedom/images/logo.png " id ="logo "/>
55+ < div id ='map '>
56+ </ div >
57+ </ body >
58+ </ html >
You can’t perform that action at this time.
0 commit comments