--- src/main/webapp/publish/usr/css/content.css
+++ src/main/webapp/publish/usr/css/content.css
... | ... | @@ -33,6 +33,15 @@ |
| 33 | 33 |
|
| 34 | 34 |
.box{background:#f2f4f6;border-radius:40px;}
|
| 35 | 35 |
|
| 36 |
+.video_wrap,.video{width:100%;border-radius:8px;}
|
|
| 37 |
+.video_wrap{position:relative;}
|
|
| 38 |
+.video_wrap::after{position:absolute;content:"";width:calc(100% + 6px);height:calc(100% + 6px);border-radius:8px;background:linear-gradient(114deg,rgba(95, 72, 176, 1) 0%, rgba(59, 91, 176, 1) 100%);left:-3px;top:-3px;z-index:-1;}
|
|
| 39 |
+ |
|
| 40 |
+.btn_move{display:inline-flex;width:30%;height:60px;margin:80px auto 0;border:1px solid var(--primary-color);border-radius:100px;font-family:var(--secondary-title-font);font-size:24px;font-weight:bold;color:var(--primary-color);padding:0 40px;justify-content:center;align-items:center;gap:8px;transition:all .3s;}
|
|
| 41 |
+.btn_move i{display:inline-block;width:70px;height:35px;background:url(/publish/usr/images/component/icon_arrow_right_long.png) no-repeat center;}
|
|
| 42 |
+.btn_move:hover{background:var(--primary-color);color:#fff;}
|
|
| 43 |
+.btn_move:hover i{background:url(/publish/usr/images/component/icon_arrow_right_long_white.png) no-repeat center;}
|
|
| 44 |
+ |
|
| 36 | 45 |
|
| 37 | 46 |
/* ================================================== |
| 38 | 47 |
Company |
+++ src/main/webapp/publish/usr/images/component/icon_arrow_right_long.png
| Binary file is not shown |
+++ src/main/webapp/publish/usr/images/component/icon_arrow_right_long_white.png
| Binary file is not shown |
+++ src/main/webapp/publish/usr/images/platform-tech/organexus.mp4
| Binary file is not shown |
+++ src/main/webapp/publish/usr/platform-tech/ai/organexus.html
... | ... | @@ -0,0 +1,100 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| 7 | + <title>Platform Technologies > AI co-scientist > OrgaNexus</title> | |
| 8 | + | |
| 9 | + <!-- css --> | |
| 10 | + <link rel="stylesheet" href="/publish/common/css/reset.css"> | |
| 11 | + <link rel="stylesheet" href="/publish/common/css/font.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/usr/layout/layout.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/usr/css/common.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/usr/css/style.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/usr/css/content.css"> | |
| 16 | + <!-- //css --> | |
| 17 | + | |
| 18 | + <!-- script --> | |
| 19 | + <script src="/publish/common/script/jquery-3.5.0.js"></script> | |
| 20 | + <script src="/publish/usr/script/common.js"></script> | |
| 21 | + <script src="/publish/usr/layout/layout.js"></script> | |
| 22 | + <!-- //script --> | |
| 23 | + | |
| 24 | + <link rel="stylesheet" href="/publish/common/script/plugin/aos-next/aos.css" /> | |
| 25 | + <script src="/publish/common/script/plugin/aos-next/aos.js"></script> | |
| 26 | + <script> | |
| 27 | + $(function(){ | |
| 28 | + AOS.init(); | |
| 29 | + }) | |
| 30 | + | |
| 31 | + </script> | |
| 32 | + | |
| 33 | + | |
| 34 | +</head> | |
| 35 | + | |
| 36 | +<body data-section="platform-tech"> | |
| 37 | + | |
| 38 | + | |
| 39 | + <div class="wrap"> | |
| 40 | + <div data-include-path="/publish/usr/layout/_header.html"></div> | |
| 41 | + | |
| 42 | + <div id="container" class="container sub platform_tech"> | |
| 43 | + <div class="sub_visual"> | |
| 44 | + <div class="inner"> | |
| 45 | + <h2 class="sub_title" data-section="platform-tech">Platform Technologies</h2> | |
| 46 | + <div class="sub_visual_nav"> | |
| 47 | + <a href="../index.html"><i class="icon home"></i></a> | |
| 48 | + <div class="snb_wrap"> | |
| 49 | + <button type="button" class="snb_title">메뉴</button> | |
| 50 | + <ul class="snb_select"> | |
| 51 | + <li><a href="#">COMPANY</a></li> | |
| 52 | + <li><a href="#">Platform Tech</a></li> | |
| 53 | + <li><a href="#">Major Result</a></li> | |
| 54 | + </ul> | |
| 55 | + </div> | |
| 56 | + <div class="snb_wrap"> | |
| 57 | + <button type="button" class="snb_title">메뉴</button> | |
| 58 | + <ul class="snb_select"> | |
| 59 | + <li><a href="#">1depth</a></li> | |
| 60 | + <li><a href="#">1depth</a></li> | |
| 61 | + <li><a href="#">1depth</a></li> | |
| 62 | + </ul> | |
| 63 | + </div> | |
| 64 | + </div> | |
| 65 | + </div> | |
| 66 | + </div> | |
| 67 | + <div class="inner"> | |
| 68 | + <div class="content_wrap"> | |
| 69 | + | |
| 70 | + <div class="contents" style="text-align:center;"> | |
| 71 | + | |
| 72 | + <div class="content_title"> | |
| 73 | + <h3>OrgaNexus</h3> | |
| 74 | + </div> | |
| 75 | + | |
| 76 | + <div class="video_wrap"> | |
| 77 | + <video class="video" controls autoplay playsinline> | |
| 78 | + <source src="/publish/usr/images/platform-tech/organexus.mp4" type="video/mp4"> | |
| 79 | + </video> | |
| 80 | + </div> | |
| 81 | + | |
| 82 | + <a href="https://orgasis.bionexus.kr/" class="btn_move" target="_blank">OrgaNexus 시작하기<i></i></a> | |
| 83 | + | |
| 84 | + </div> | |
| 85 | + </div> | |
| 86 | + | |
| 87 | + </div> | |
| 88 | + | |
| 89 | + | |
| 90 | + </div> | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + <div data-include-path="/publish/usr/layout/_footer.html"></div> | |
| 95 | + </div> | |
| 96 | + | |
| 97 | + | |
| 98 | +</body> | |
| 99 | + | |
| 100 | +</html>(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?