hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
vanguardexcamp2021
/
Upload FileeE
HOME
<?php //---------------------------------------------------------------------- // ログイン認証 ここから(ログイン認証が必要なページの上部にここをコピペすれば、ログイン認証が必要なページになります。必ずdoctype宣言の上に記述してください) //---------------------------------------------------------------------- include_once("include/config.php");//(必要に応じてパスは適宜変更下さい) session_name('PHP_LOGIN_SYSTEM210525'); session_start(); authUser($userid,$password); //---------------------------------------------------------------------- // ログイン認証 ここまで //---------------------------------------------------------------------- ?> <!doctype html> <html> <head> <meta charset="UTF-8"> <title>FRANCK MULLER VANGUARD EXPERIENCE Campaign</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="format-detection" content="telephone=no"> <meta name="description" content="フランク ミュラー ヴァンガード エクスペリエンス キャンペーンのご案内ページです。キャンペーン期間中にヴァンガードをご購入のお客様(先着100名様)にオリジナル時計ケースをプレゼントしています。"> <!--ブックマークアイコン--> <link REL="SHORTCUT ICON" href="favicon.ico"/> <link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png"> <link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone4.png"> <!--css--> <link rel="stylesheet" href="assets/css/index.css" type="text/css"/> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"> </head> <body> <header> <div id="inner"> <h1 class="title_animation"><a href="./"><img src="assets/img/campaign_title.jpg" alt="VANGUARD Experience Campaign"></a></h1> <h2 class="logo_animation"><img src="assets/img/logo.png" alt="FRANCK MULLER GENEVE"></h2> <div id="model" class="model_animation"></div> </div> </header> <main> <section> <h3 class="scroll-animation campaign_animation"><span>VANGUARD EXPERIENCE Campaign</span></h3> <h4 class="scroll-animation campaign_j_animation"><span>ヴァンガード エクスペリエンス キャンペーン</span></h4> <p class="scroll-animation contents_animation">このたびは「ヴァンガード エクスペリエンス キャンペーン」にご参画を賜り誠にありがとうございます。<br>現在、キャンペーン期間中にヴァンガードをご購入のお客様(先着100名様)にオリジナル時計ケースをプレゼントしております。つきましてはお手数ではございますが下記よりノベルティーのご申請をお願いいたします。<br>ご不明な点につきましては販売店の担当者までお問い合わせいただきますよう、お願い申し上げます。<br>今後ともフランク ミュラーのご愛顧をお願い申し上げます。</p> <div id="company" class="scroll-animation contents_animation">フランク ミュラー日本輸入総代理店<br>ワールド通商株式会社</div> <div id="banner" class="scroll-animation contents_animation"> <a href="pp.php">ご購入者ノベルティー申請はこちら<i class="fa fa-angle-double-right"></i></a> </div> </section> </main> <footer> <small>© ワールド通商株式会社 WORLD COMMERCE CORPORATION</small> </footer> <a href="#" class="scroll">Scroll</a> <!--jquery--> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!--スクロール誘導--> <script> $(window).on('load resize',function(){ //ウィンドウの高さを取得する var targetY = $(window).height(); //スクロールをクリックするとウィンドウの高さ分、下にスクロールする $('.scroll').on('click',function(){ $("html, body").stop().animate({scrollTop: targetY}, 500, 'swing'); return false; }); }); </script> <!--アニメーション--> <script> function scrollChk(){ var scroll = $(window).scrollTop(); var windowHeight = $(window).height(); jQuery('.scroll-animation').not('.active').each(function(){ var pos = $(this).offset().top; if (scroll > pos - windowHeight){ $(this).addClass("active"); } }); } $(window).scroll(function (){ scrollChk(); }); $('body').on('touchmove', function() { scrollChk(); }); </script> <script> const CLASSNAME = "-visible"; const TIMEOUT = 1500; const $target = $(".title"); setInterval(() => { $target.addClass(CLASSNAME); setTimeout(() => { $target.removeClass(CLASSNAME); }, TIMEOUT); }, TIMEOUT * 2); </script> <!--アイコン--> <script defer src="https://use.fontawesome.com/releases/v5.6.3/js/all.js"></script> </body> </html>