Jyotheeshg commited on
Commit
e59c726
·
verified ·
1 Parent(s): 67fd7ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -72,6 +72,23 @@ body {font-family: Arial;}
72
  <p>Tokyo is the capital of Japan.</p>
73
  </div>
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  <h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
76
 
77
  <p>
 
72
  <p>Tokyo is the capital of Japan.</p>
73
  </div>
74
 
75
+
76
+ <script>
77
+ function openCity(evt, cityName) {
78
+ var i, tabcontent, tablinks;
79
+ tabcontent = document.getElementsByClassName("tabcontent");
80
+ for (i = 0; i < tabcontent.length; i++) {
81
+ tabcontent[i].style.display = "none";
82
+ }
83
+ tablinks = document.getElementsByClassName("tablinks");
84
+ for (i = 0; i < tablinks.length; i++) {
85
+ tablinks[i].className = tablinks[i].className.replace(" active", "");
86
+ }
87
+ document.getElementById(cityName).style.display = "block";
88
+ evt.currentTarget.className += " active";
89
+ }
90
+ </script>
91
+
92
  <h1>Australian Research Council (ARC) Discovery Project DP220101925 — Deakin University</h1>
93
 
94
  <p>