付費限定

主頁程式碼(附上影片解說版 bug已修復)

更新 發佈閱讀 20 分鐘

解說影片:https://youtu.be/U4MNoR7xahI

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Home</title>

    <style>

        body{

            width: 100%;

            height: 100%;

            margin: 0px;

            background-image: url(images/封底/p0500_l.png);

overflow-x: hidden;



        }

       

        #Ab{

            width:100%;

            height: 100%;

            margin: 0;

            position: relative;

        }

        #Tbb{

            position: relative;

            height: 40px;

            width: 100%;

            margin: 0px;

            text-align: center;

            background-color: bisque;

            opacity: 0.6;

        }

        #Tbb img{

            position: relative;

            width: 2%;

            float: right;

            margin-top: 5px;

            margin-right: 20px;

        }

       

        #Tbb img:hover{

            opacity: 0.5;

        }

        #Tb{

            width: 100%;

            height:480px;

            opacity: 0.9;



        }



        @keyframes move{

            form{

                transform:rotate(-45deg);

            }

            to{

               transform:rotate(45deg);

            }

            form{

                transform:rotate(-90deg);

            }

            to{

               transform:rotate(90deg);

            }

        }



        #cd{

            width:150px;

            position: absolute;

            top:50%;

            left: 70%;

            opacity: 0.8;

            animation: move 10s 8 ease alternate;

        }

        #cd:hover{

            opacity: 0.6;

        }



        .Bb{

            position: relative;

        }



        .Lt{

            width: 100%;

            height:30px;

            margin: 30px;

            position: relative;

        }

        #img1{

            width: 15%;

            position: absolute;

            top:-120px;

            left: 40.5%;

            margin: auto;

            opacity: 0.8;

        }

        .Lt h4{

            position: absolute;

            width: 100%;

            height: auto;

            top:-50px;

            left: 45%;

            font-size: xx-large;

            color: #e35d0f;

           

        }

        .Bb ul{

            list-style-type:none;

            display: flex;

            margin:30px 200px;

           

           

        }

        .Bb  ul li img{

            width:300px;

            margin:28px;

            align-items: center;

            border:1px solid #e35d0f;

            border-radius:20px;

        }

        .Bb  ul li img:hover{

            opacity: 0.5;



        }



        #Mb-L{

        position:relative;

        float: left;

        width:400px;

        margin-top: 50px;

        margin-left: 100px;

        padding: 10px;

        background-color:antiquewhite;

        border-radius: 15px;

        transform: rotate(-15deg);

       

        }



        #Mb-L1{

            position:absolute;

            left: 200px;

            top:150px;

            width:350px;

            margin-top: 30px;

            margin-left: 80px;

            transform: rotate(30deg);

        }

        #game-icon{

            position:absolute;

            left:5px;

            top:135px;

            width:300px;

            margin-top: 30px;

            margin-left:-150px;

            transform: rotate(20deg);



        }

        #movie{

            position:absolute;

            left:10px;

            top:320px;

            width:200px;

            margin-top: 30px;

            margin-left:-100px;

            transform: rotate(20deg);

        }

        #cake{

            position:absolute;

            left: 200px;

            top:425px;

            width:225px;

            margin-top: 30px;

            margin-left: 100px;

            transform: rotate(30deg);

        }



        #Mb-R{

            float: right;

            position:relative;

            width: 450px;

            height: auto;

            margin-right : 150px;

            margin-top: 15px;

            text-align: center;



        }

        #Mb-R img{

            width:400px;

            padding:10px;

            background-color: antiquewhite;

            border-radius: 15px;

        }

        #Mb-R h1{

            text-align: center;

            color:antiquewhite;

            font-size:xx-large;

        }



        #MbT{

            width: 425px;

            background-color: antiquewhite;

            opacity: 0.8;

            border-radius: 10px;

            margin: 10px;

            padding: 1px;

        }

         #MbT p{

            font-size:larger;

            color: #e35d0f;

            text-align: center;

         }



        #F{

            width: 100%;

            height: 150px;

            text-align: center;

            margin-top: 300px;

            background-color:antiquewhite;

            opacity: 0.6;

            margin-bottom: 0px;

            padding: 10px;

        }

    </style>

</head>

<body>

    <div id="Ab">

        <div id="Tbb">

            <a href="https://discord.gg/W6kSQ8dj"><img src="images/頁籤按鈕/discord.png" alt=""></a>

            <a href="https://www.youtube.com/@%E6%BE%90-s4z"><img src="images/頁籤按鈕/youtube.png" alt=""></a>

            <a href="https://www.instagram.com/p/DQVkZzyD9Sr/"><img src="images/頁籤按鈕/instagram.png" alt=""></a>

        </div>

        <!--主頁封頂-->

        <div >

            <img id="Tb" src="images/封底/封頂.png" alt="">

            <a href="play list.html"><img id="cd" src="images/主頁按鈕/下載-removebg-preview.png" alt=""></a>

        </div>

       

        <!--按鈕-->

        <div class="Bb">

            <!--按鈕引導-->

            <div class="Lt">

            <img id="img1" src="images/主頁按鈕/文字底圖.png" alt="">

            <h4>點擊下方</h4>

            </div>

                <!--按鈕清單-->

                    <ul>

                        <li><a href="portfolio.html"><img src="images/頁籤按鈕/作品集.png" alt=""></a></li>

                        <li><a href="my love.html"><img src="images/頁籤按鈕/我的最愛.png" alt=""></a></li>

                        <li><a href="pikmin.html"><img src="images/頁籤按鈕/皮克敏.png" alt=""></a></li>

                        <li><a href="cp.html"><img src="images/頁籤按鈕/Cp圖.png" alt=""></a></li>

                    </ul>

        </div>

        <!--照片左--><!--貼紙-->

        <div id="Mb-L" >

            <a href="yilan photo.html"><img src="images/宜蘭照片/宜蘭/宜蘭6.png"width="100%" height="100%" style="border-radius: 10px;"></a>

            <img id="Mb-L1" src="images/主頁按鈕/我.png" alt="">

            <a href="game.html"><img id="game-icon" src="images/主頁按鈕/1.1.png" alt=""></a>

            <a href="movie list.html"><img id="movie" src="images/主頁按鈕/電影清單.png"></a>

            <img id="cake" src="images/主頁按鈕/甜點.png" alt="">

        </div>

        <!--照片右-->

        <div id="Mb-R">

            <div>

                <h1>about me ~</h1>

                <a href="japan photo.html"><img src="images/宜蘭照片/我.png" width="100%" height="100%"></a>

            </div>

            <!--自我介紹文字-->

            <div id="MbT">

                <p>我是宜蘭人,我喜歡看海~<br>

                    和蒐集好聞的木頭或花香味,愛吃甜食<br>可以叫我小雲or阿雲<br>

                    我很愛看電影跟玩遊戲,可以找我一起玩~</p>

            </div>

        </div>

       

       

    </div>

    <div style="clear:both;"></div>

    <!--footer-->

    <div id="F">

    <p>我的yt頻道是歐趴小精靈,上面會放網頁設計課的作業教學幫助同學二次消化|</p>

    <p>|我也有做筆記在方格子https://vocus.cc/user/@GoodLuck,可以贊助我換電腦|</p>

    <p>|頻道上也有我的聯繫方式~ 素材感謝:小梅提供部份好看的貼紙~https://www.instagram.com/rabbit1315/|</p>

   

    </div>

</body>

</html>
以行動支持創作者!付費即可解鎖
本篇內容共 7839 字、0 則留言,僅發佈於歐趴小精靈你目前無法檢視以下內容,可能因為尚未登入,或沒有該房間的查看權限。
留言
avatar-img
歐趴小精靈
0會員
5內容數
歡迎各位~你們是我的金主爸媽~
你可能也想看
Thumbnail
背景:從冷門配角到市場主線,算力與電力被重新定價   小P從2008進入股市,每一個時期的投資亮點都不同,記得2009蘋果手機剛上市,當時蘋果只要在媒體上提到哪一間供應鏈,隔天股價就有驚人的表現,當時光學鏡頭非常熱門,因為手機第一次搭上鏡頭可以拍照,也造就傳統相機廠的殞落,如今手機已經全面普及,題
Thumbnail
背景:從冷門配角到市場主線,算力與電力被重新定價   小P從2008進入股市,每一個時期的投資亮點都不同,記得2009蘋果手機剛上市,當時蘋果只要在媒體上提到哪一間供應鏈,隔天股價就有驚人的表現,當時光學鏡頭非常熱門,因為手機第一次搭上鏡頭可以拍照,也造就傳統相機廠的殞落,如今手機已經全面普及,題
Thumbnail
本文分析導演巴里・柯斯基(Barrie Kosky)如何運用極簡的舞臺配置,將布萊希特(Bertolt Brecht)的「疏離效果」轉化為視覺奇觀與黑色幽默,探討《三便士歌劇》在當代劇場中的新詮釋,並藉由舞臺、燈光、服裝、音樂等多方面,分析該作如何在保留批判核心的同時,觸及觀眾的觀看位置與人性幽微。
Thumbnail
本文分析導演巴里・柯斯基(Barrie Kosky)如何運用極簡的舞臺配置,將布萊希特(Bertolt Brecht)的「疏離效果」轉化為視覺奇觀與黑色幽默,探討《三便士歌劇》在當代劇場中的新詮釋,並藉由舞臺、燈光、服裝、音樂等多方面,分析該作如何在保留批判核心的同時,觸及觀眾的觀看位置與人性幽微。
Thumbnail
5 月將於臺北表演藝術中心映演的「2026 北藝嚴選」《海妲・蓋柏樂》,由臺灣劇團「晃晃跨幅町」製作,本文將以從舞台符號、聲音與表演調度切入,討論海妲・蓋柏樂在父權社會結構下的困境,並結合榮格心理學與馮.法蘭茲對「阿尼姆斯」與「永恆少年」原型的分析,理解女人何以走向精神性的操控、毀滅與死亡。
Thumbnail
5 月將於臺北表演藝術中心映演的「2026 北藝嚴選」《海妲・蓋柏樂》,由臺灣劇團「晃晃跨幅町」製作,本文將以從舞台符號、聲音與表演調度切入,討論海妲・蓋柏樂在父權社會結構下的困境,並結合榮格心理學與馮.法蘭茲對「阿尼姆斯」與「永恆少年」原型的分析,理解女人何以走向精神性的操控、毀滅與死亡。
Thumbnail
這是一場修復文化與重建精神的儀式,觀眾不需要完全看懂《遊林驚夢:巧遇Hagay》,但你能感受心與土地團聚的渴望,也不急著在此處釐清或定義什麼,但你的在場感受,就是一條線索,關於如何找著自己的路徑、自己的聲音。
Thumbnail
這是一場修復文化與重建精神的儀式,觀眾不需要完全看懂《遊林驚夢:巧遇Hagay》,但你能感受心與土地團聚的渴望,也不急著在此處釐清或定義什麼,但你的在場感受,就是一條線索,關於如何找著自己的路徑、自己的聲音。
追蹤感興趣的內容從 Google News 追蹤更多 vocus 的最新精選內容追蹤 Google News