李俞蕙 Udgita

Created
May 19, 2023 11:03 AM
國籍
台灣
Tags
個人網站
專長
學經歷
Related to 活動課程.db (帶領者)
Related to 活動課程 (Related to 師資介紹 (Related to 活動課程.db (帶領者)))
Source
帶領人: 李俞蕙 Udgita
一直想「知道」許多事物的原因,人世間最有興趣想知道的是自己,然後才是其他。 於是心理學有興趣,命理學也有興趣。 第一張星盤是 11 歲時用量角器和尺花了兩星期畫出來的。 第二本星座書是一本英文書,看不完,即使用字典查出了所有單字依然不知道內容是什麼。 16 歲開始玩塔羅牌, 23 歲開始接觸西方數字學。 到現在... 第一次為課程翻譯是 21 歲在印度,只是因為翻譯荒去當義工,真正開始從事翻譯工作從 1999 年開始。 上過很多課,經歷過許多老師在課程中生命經驗的分享, 2003 年第一次遇見 mangala ,為她翻譯至 2011 年。 Mangala對我來說是特別的,她不只是我工作上合作的對象,是一個朋友,一個長輩,是在心裏尊她為老師的人。
 
生命數字,是我從中看到自己最大的工具,也是與人相待、對應外在的指引途徑。 或許當個老師,做個朋友,不管課程或個案,是與你分享的方式。
/* 基本重置 */ * { margin: 0; padding: 0; box-sizing: border-box; } /* 字體平滑 */ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* 主要內容區塊樣式 */ .main-content { font-family: 'Helvetica Neue', Arial, sans-serif; color: #333; line-height: 1.6; padding: 20px; } /* 標題樣式 */ h1, h2, h3, h4, h5, h6 { color: #35495e; margin-bottom: 15px; } /* 鏈接樣式 */ a { color: #3498db; text-decoration: none; } a:hover { text-decoration: underline; } /* 列表樣式 */ ul, ol { margin-left: 20px; } /* 圖片樣式 */ img { max-width: 100%; height: auto; } /* 表格樣式 */ table { width: 100%; border-collapse: collapse; } th, td { padding: 10px; border: 1px solid #ccc; } /* 表單樣式 */ input, select, textarea { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #ccc; } /* 按鈕樣式 */ button { padding: 10px 20px; background-color: #3498db; color: white; border: none; cursor: pointer; } button:hover { background-color: #2980b9; }