Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

Commit

Permalink
Fix: 업데이트 소개
Browse files Browse the repository at this point in the history
  • Loading branch information
leehj050211 committed Jan 30, 2022
1 parent 35e86e5 commit 254a95f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 30 deletions.
16 changes: 8 additions & 8 deletions public/css/etc/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,17 @@ section#download{
.service_wrap.info .service:nth-child(4) .image div{
background-image:url('/resource/index/images/community.webp');
}
.service_wrap.update .service:nth-child(1) .image div{
background-image:url('/resource/index/images/update/1.2.0/update1.webp');
.service_wrap.update.v1_3_0 .service:nth-child(1) .image div{
background-image:url('/resource/index/images/update/1.3.0/update1.webp');
}
.service_wrap.update .service:nth-child(2) .image div{
background-image:url('/resource/index/images/update/1.2.0/update2.webp');
.service_wrap.update.v1_3_0 .service:nth-child(2) .image div{
background-image:url('/resource/index/images/update/1.3.0/update2.webp');
}
.service_wrap.update .service:nth-child(3) .image div{
background-image:url('/resource/index/images/update/1.2.0/update3.webp');
.service_wrap.update.v1_3_0 .service:nth-child(3) .image div{
background-image:url('/resource/index/images/update/1.3.0/update3.webp');
}
.service_wrap.update .service:nth-child(4) .image div{
background-image:url('/resource/index/images/update/1.2.0/update4.webp');
.service_wrap.update.v1_3_0 .service:nth-child(4) .image div{
background-image:url('/resource/index/images/update/1.3.0/update4.webp');
}
@media screen and (min-width:0px) and (max-width:1023px){
main,.container{
Expand Down
11 changes: 1 addition & 10 deletions views/common/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,4 @@
<script src="/js/header.js"></script>
<div>
<%- include('../common/accountBox') %>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EVVC0KSD2L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EVVC0KSD2L');
</script>
</div>
26 changes: 14 additions & 12 deletions views/pages/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,40 @@
<br><br><br><br>
<div class="section_wrap">
<section>
<h2 class="main">v1.2.0 Update!</h2>
<h2 class="main">v1.3.0 Update!</h2>
<br>
<h3>What's new?</h3>
<br><br>
<br><br>
<div class="service_wrap update">
<div class="service_wrap update v1_3_0">
<div class="service">
<div class="left_wrap">
<h5>마이스터 역량인증제 점수</h5>
<p>이제 역량인증제 점수를 볼 수 있습니다</p>
<h5>이모티콘</h5>
<p>댓글달기 귀찮을때 적절한 이모티콘만 달아보세요.</p>
<p>만약 없으면 직접 업로드도 할 수 있어요</p>
</div>
<a href="/meister" class="right_wrap image"><div></div></a>
<a href="/emoticon" class="right_wrap image"><div></div></a>
</div>
<div class="service">
<a href="/board/notice/3" class="left_wrap image"><div></div></a>
<div class="left_wrap image"><div></div></div>
<div class="right_wrap">
<h5>커뮤니티 대댓글 기능</h5>
<p>이제 더이상 답글을 달기위해 ㄴ을 달지 않아도 됩니다</p>
<h5>계정 비밀번호 복구</h5>
<p>비밀번호를 잃어버렸다면 학교이메일 계정으로 복구해보세요</p>
</div>
</div>
<div class="service">
<div class="left_wrap">
<h5>공지사항</h5>
<p>이제 중요한 내용은 공지사항에 올라옵니다</p>
<h5>다크 테마</h5>
<p>처음 접속시 기기 테마에 따라 자동으로 테마가 결정되며</p>
<p>수동으로 변경할 수도 있습니다</p>
</div>
<a href="/board/notice" class="right_wrap image"><div></div></a>
</div>
<div class="service">
<div class="left_wrap image"><div></div></div>
<div class="right_wrap">
<h5>로딩스크린</h5>
<p>이제 서버와 통신할때는 로딩스크린이 뜹니다</p>
<h5>JWT</h5>
<p>계정인증 방식이 세션에서 JWT로 변경되었습니다</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 254a95f

Please sign in to comment.