|
@@ -1,14 +1,14 @@
|
|
|
<template>
|
|
|
<div class="header">
|
|
|
- <img class="logo" src="../static/img/logo.svg" alt="" />
|
|
|
+ <img class="logo" src="../static/img/logo.svg" alt="DeNet" />
|
|
|
<div class="down">
|
|
|
<div class="text" @click="install">Install</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="header-place"></div>
|
|
|
<div class="first-screen">
|
|
|
- <img class="text" src="../static/img/first_font.svg" alt="" />
|
|
|
- <img class="www" src="../static/img/first_www.png" alt="" />
|
|
|
+ <img class="text" src="../static/img/first_font.svg" alt="DeNet BRIDGE FROM WEB2 TO WEB3" />
|
|
|
+ <img class="www" src="../static/img/first_www.png" alt="DeNet" />
|
|
|
<div class="goods"></div>
|
|
|
<div class="install" @click="install">Install Now</div>
|
|
|
</div>
|
|
@@ -51,9 +51,15 @@
|
|
|
<div class="four-screen">
|
|
|
<div class="title">APPLICATION</div>
|
|
|
<div class="list">
|
|
|
- <div class="item wow" data-animate="fadeInUp"><img src="../static/img/four_img1.png" /></div>
|
|
|
- <div class="item wow" data-animate="fadeInUp" style="animation-duration: 1.2s;"><img src="../static/img/four_img2.png" /></div>
|
|
|
- <div class="item wow" data-animate="fadeInUp" style="animation-duration: 1.4s;"><img src="../static/img/four_img3.png" /></div>
|
|
|
+ <div class="item wow" data-animate="fadeInUp" style="animation-duration: 1s;">
|
|
|
+ <img src="../static/img/four_img1.png" alt="Marketing Growth" />
|
|
|
+ </div>
|
|
|
+ <div class="item wow" data-animate="fadeInUp" style="animation-duration: 1.2s;">
|
|
|
+ <img src="../static/img/four_img2.png" alt="Active Conversions" />
|
|
|
+ </div>
|
|
|
+ <div class="item wow" data-animate="fadeInUp" style="animation-duration: 1.4s;">
|
|
|
+ <img src="../static/img/four_img3.png" alt="Airdrop" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="five_screen">
|