File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 44
55{% include gh_variables.html %}
66
7+ < head >
8+ < script type ="text/javascript ">
9+ function mail ( user , domain , mailbody )
10+ {
11+ if ( ! domain ) {
12+ domain = "dlr.de" ;
13+ }
14+ if ( ! mailbody ) {
15+ mailbody = ""
16+ }
17+ url = "mail" + "to:" + user + "@" + domain + "?body=" + mailbody ;
18+ window . location . href = url ;
19+ }
20+ </ script >
21+ </ head >
22+
723< footer >
824 < div class ="row ">
925 < div class ="col-md-6 copyright " align ="left ">
5167 version < a href ="https://github.com/carpentries/styles/releases/tag/v9.5.3 "> 9.5.3</ a > .
5268 </ div >
5369 </ div >
70+
71+ < table >
72+ < tr >
73+ < th > Contact</ th >
74+ < th > Impressum</ th >
75+ <!-- <th>Privacy</th>-->
76+ < th > Terms of use</ th >
77+ < th > Acknowledgements</ th >
78+ </ tr >
79+ < tr >
80+ < td > < p style ="font-size:95%; "> < a href ="javascript:mail('birgit.hassler','dlr.de') "> Birgit Hassler (Project Co-PI)</ a > < br >
81+ < a href ="javascript:mail('axel.lauer','dlr.de') "> Axel Lauer (Core Developer)</ a > < br > </ p > </ td >
82+ < td > < p style ="font-size:95%; "> < a href ="https://esmvaltool.org/legal_notice/ "> Legal Notice</ a > </ p > </ td >
83+ <!-- <td><p style="font-size:95%;"><a href="https://esmvaltool.org/privacy/">Privacy Notice</a></p></td>-->
84+ < td > < p style ="font-size:95%; "> < a href ="https://esmvaltool.org/terms_of_use/ "> Terms of use</ a > </ p > </ td >
85+ < td > < p style ="font-size:95%; "> < a href ="https://esmvaltool.org/acknowledgements/ "> ESMValTool Funding</ a > </ p > </ td >
86+ </ tr >
87+ </ table >
5488</ footer >
You can’t perform that action at this time.
0 commit comments