使用者工具

差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版前次修改
下次修改
前次修改
welcome [2024/11/15 21:09] hostwelcome [2024/12/10 20:28] (目前版本) host
行 1: 行 1:
-<html> +[[welcome|歡迎]] . <wrap lo>[[Dedication|敬禮]]</wrap<wrap lo>[[SP|作者]]</wrap>\\
-<head> +
-<meta name="viewport" content="width=device-width, initial-scale=1"> +
-<style> +
-body {font-family: Arial;}+
  
-/* Style the tab */ +===  知識樹歡迎您! ===
-.tab { +
-  overflow: hidden; +
-  border: 1px solid #ccc; +
-  background-color: #f1f1f1; +
-}+
  
-/* Style the buttons inside the tab */ 
-.tab button { 
-  background-color: inherit; 
-  float: left; 
-  border: none; 
-  outline: none; 
-  cursor: pointer; 
-  padding: 14px 16px; 
-  transition: 0.3s; 
-  font-size: 17px; 
-} 
  
-/* Change background color of buttons on hover */ +<fs medium> 
-.tab button:hover { +歡迎來到韋達知識樹!🌿
-  background-color: #ddd; +
-}+
  
-/* Create an active/current tablink class */ +在“知識樹”裡,我們致力於通過《韋達經》的永恆教義照亮您的心靈的成長和智慧之路。無論您是一位終生的探索者,還是剛剛開始您的旅程,我們的資源、見解和社群都在這裡支持您。
-.tab button.active { +
-  background-color: #ccc; +
-}+
  
-/* Style the tab content */ +探索《韋達經》的古老智慧,發現它如何以知識、和平和目的豐富您的生活。加入我們的靈性啟蒙之旅,並與志同道合的活躍社群連接。
-.tabcontent { +
-  display: none; +
-  padding: 6px 12px; +
-  border: 1px solid #ccc; +
-  border-top: none; +
-+
-</style> +
-</head> +
-<body>+
  
 +我們很高興有您和我們一起踏上這神聖的旅程。歡迎來到這個充滿深刻知識、神聖啟示和內在轉變的世界。
 +\\ \\
 +Hari Hari Bol! 與祝福,
 +\\
 +//Vedic Tree// 團隊 🌸</fs>
 +\\
  
 +<WRAP center box 100%>
 +<fs medium>Welcome to Vedic Tree! 🌿
  
-<div class="tab"> +At Vedic Treewe are dedicated to illuminating your path to spiritual growth and wisdom through the timeless teachings of the Vedas. Whether you are a lifelong seeker or just beginning your journeyour resourcesinsights, and community are here to support you.
-  <button class="tablinks" onclick="openCity(event'London')">London</button> +
-  <button class="tablinks" onclick="openCity(event'Paris')">Paris</button> +
-  <button class="tablinks" onclick="openCity(event'Tokyo')">Tokyo</button> +
-</div>+
  
-<div id="London" class="tabcontent"> +Explore the ancient wisdom of the Vedas and discover how it can enrich your life with knowledge, peace, and purpose. Join us in our quest for spiritual enlightenment and connect with a vibrant community of like-minded individuals.
-  <h3>London</h3> +
-  <p>London is the capital city of England.</p> +
-</div>+
  
-<div id="Paris" class="tabcontent"> +We are thril\\led to have you with us on this sacred journey. Welcome to a world of profound knowledge, divine inspiration, and inner transformation. 
-  <h3>Paris</h3+\\ \\ 
-  <p>Paris is the capital of France.</p>  +Hari Hari Bol! and blessings, 
-</div>+\\ 
 +The //Vedic Tree// Team 🌸</fs
 +\\ 
 +</WRAP>
  
-<div id="Tokyo" class="tabcontent"> 
-  <h3>Tokyo</h3> 
-  <p>Tokyo is the capital of Japan.</p> 
-</div> 
- 
-<script> 
-function openCity(evt, cityName) { 
-  var i, tabcontent, tablinks; 
-  tabcontent = document.getElementsByClassName("tabcontent"); 
-  for (i = 0; i < tabcontent.length; i++) { 
-    tabcontent[i].style.display = "none"; 
-  } 
-  tablinks = document.getElementsByClassName("tablinks"); 
-  for (i = 0; i < tablinks.length; i++) { 
-    tablinks[i].className = tablinks[i].className.replace(" active", ""); 
-  } 
-  document.getElementById(cityName).style.display = "block"; 
-  evt.currentTarget.className += " active"; 
-} 
-</script> 
-    
-</body> 
-</html>  
-<html> 
-<head> 
-<meta name="viewport" content="width=device-width, initial-scale=1"> 
-<style> 
-* {box-sizing: border-box} 
-body {font-family: "Lato", sans-serif;} 
- 
-/* Style the tab */ 
-.tab { 
-  float: left; 
-  border: 1px solid #ccc; 
-  background-color: #f1f1f1; 
-  width: 30%; 
-  height: 300px; 
-} 
- 
-/* Style the buttons inside the tab */ 
-.tab button { 
-  display: block; 
-  background-color: inherit; 
-  color: black; 
-  padding: 22px 16px; 
-  width: 100%; 
-  border: none; 
-  outline: none; 
-  text-align: left; 
-  cursor: pointer; 
-  transition: 0.3s; 
-  font-size: 17px; 
-} 
- 
-/* Change background color of buttons on hover */ 
-.tab button:hover { 
-  background-color: #ddd; 
-} 
- 
-/* Create an active/current "tab button" class */ 
-.tab button.active { 
-  background-color: #ccc; 
-} 
- 
-/* Style the tab content */ 
-.tabcontent { 
-  float: left; 
-  padding: 0px 12px; 
-  border: 1px solid #ccc; 
-  width: 70%; 
-  border-left: none; 
-  height: 300px; 
-} 
-</style> 
-</head> 
-<body> 
- 
-<h2>Vertical Tabs</h2> 
-<p>Click on the buttons inside the tabbed menu:</p> 
- 
-<div class="tab"> 
-  <button class="tablinks" onclick="openCity(event, 'London')" id="defaultOpen">London</button> 
-  <button class="tablinks" onclick="openCity(event, 'Paris')">Paris</button> 
-  <button class="tablinks" onclick="openCity(event, 'Tokyo')">Tokyo</button> 
-</div> 
- 
-<div id="London" class="tabcontent"> 
-  <h3>London</h3> 
-  <p>London is the capital city of England.</p> 
-</div> 
- 
-<div id="Paris" class="tabcontent"> 
-  <h3>Paris</h3> 
-  <p>Paris is the capital of France.</p>  
-</div> 
- 
-<div id="Tokyo" class="tabcontent"> 
-  <h3>Tokyo</h3> 
-  <p>Tokyo is the capital of Japan.</p> 
-</div> 
- 
-<script> 
-function openCity(evt, cityName) { 
-  var i, tabcontent, tablinks; 
-  tabcontent = document.getElementsByClassName("tabcontent"); 
-  for (i = 0; i < tabcontent.length; i++) { 
-    tabcontent[i].style.display = "none"; 
-  } 
-  tablinks = document.getElementsByClassName("tablinks"); 
-  for (i = 0; i < tablinks.length; i++) { 
-    tablinks[i].className = tablinks[i].className.replace(" active", ""); 
-  } 
-  document.getElementById(cityName).style.display = "block"; 
-  evt.currentTarget.className += " active"; 
-} 
- 
-// Get the element with id="defaultOpen" and click on it 
-document.getElementById("defaultOpen").click(); 
-</script> 
-    
-</body> 

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information