

231027 김하영
@1aa43d06db03bb335a330cff1729582b5f93786f
--- client/resources/css/Main.css
+++ client/resources/css/Main.css
... | ... | @@ -184,7 +184,7 @@ |
184 | 184 |
} |
185 | 185 |
|
186 | 186 |
.m-p-c-2 { |
187 |
- background: url(../jpg/m-2.png) no-repeat; |
|
187 |
+ background: url(../jpg/main-pu.png) no-repeat; |
|
188 | 188 |
background-size: cover; |
189 | 189 |
|
190 | 190 |
z-index: 1; |
... | ... | @@ -216,18 +216,19 @@ |
216 | 216 |
width: 100%; |
217 | 217 |
padding-bottom: 2.8rem; |
218 | 218 |
} |
219 |
-.m-p-c-3 div img { |
|
220 |
- width: 150px !important; |
|
219 |
+.m-p-c-4 div img { |
|
220 |
+ width: 110px !important; |
|
221 | 221 |
text-align: center; |
222 | 222 |
margin: 0 auto; |
223 |
- padding-top: 5rem; |
|
223 |
+ padding-top: 6rem; |
|
224 | 224 |
padding-bottom: 2.5rem; |
225 | 225 |
} |
226 | 226 |
|
227 | 227 |
.m-p-c-2 div img, |
228 |
-.m-p-c-4 div img, |
|
228 |
+.m-p-c-3 div img, |
|
229 |
+/* .m-p-c-4 d/iv img, */ |
|
229 | 230 |
.m-p-c-5 div img { |
230 |
- width: 60px !important; |
|
231 |
+ width: 80px !important; |
|
231 | 232 |
text-align: center; |
232 | 233 |
margin: 0 auto; |
233 | 234 |
padding-top: 5rem; |
... | ... | @@ -242,7 +243,7 @@ |
242 | 243 |
background: url(../jpg/m4.png) no-repeat; |
243 | 244 |
} |
244 | 245 |
.m-p-c-5 { |
245 |
- background: url(../jpg/ki.jpg) no-repeat center center; |
|
246 |
+ background: url(../jpg/main-pu2.png) no-repeat center center; |
|
246 | 247 |
background-size: cover; |
247 | 248 |
} |
248 | 249 |
|
--- client/resources/jpg/fille.png
+++ client/resources/jpg/fille.png
Binary file is not shown |
--- client/resources/jpg/hss자산 14dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 15dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 16dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 17dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 19dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 20dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 21dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 23dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 2dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 4dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 6dfd.png
Binary file is not shown |
--- client/resources/jpg/hss자산 8dfd.png
Binary file is not shown |
+++ client/resources/jpg/intro-blue.png
Binary file is not shown |
+++ client/resources/jpg/intro-green.png
Binary file is not shown |
+++ client/resources/jpg/intro-skyblue.png
Binary file is not shown |
--- client/resources/jpg/m-1.png
Binary file is not shown |
--- client/resources/jpg/m-2.png
Binary file is not shown |
--- client/resources/jpg/m-w.png
Binary file is not shown |
+++ client/resources/jpg/main-box.png
Binary file is not shown |
+++ client/resources/jpg/main-pu.png
Binary file is not shown |
+++ client/resources/jpg/main-pu2.png
Binary file is not shown |
+++ client/resources/jpg/main-pu3.png
Binary file is not shown |
+++ client/resources/jpg/main-pu4.png
Binary file is not shown |
--- client/resources/jpg/swiper.png
Binary file is not shown |
--- client/resources/jpg/swiper2.png
Binary file is not shown |
--- client/views/layout/Menu.vue
+++ client/views/layout/Menu.vue
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 |
}, |
65 | 65 |
{ |
66 | 66 |
text: "자료실", |
67 |
- link: "/Guide.page", |
|
67 |
+ link: "/Technology.page", |
|
68 | 68 |
isHovered: false, |
69 | 69 |
subMenu: [ |
70 | 70 |
// { text: "AI 디지털교과서개발 가이드라인", link: "/Guide.page" }, |
--- client/views/pages/AppRouter.js
+++ client/views/pages/AppRouter.js
... | ... | @@ -8,11 +8,13 @@ |
8 | 8 |
import Joinsub from "../pages/user/Join/Joinsub.vue"; |
9 | 9 |
import Introduction from "../pages/user/introduction/Introduction.vue"; |
10 | 10 |
import Technology from "../pages/user/Data/Technology.vue"; |
11 |
+import TechnologyDtail from "../pages/user/Data/TechnologyDtail.vue"; |
|
11 | 12 |
import Notice from "../pages/user/community/Notice.vue"; |
12 | 13 |
import News from "../pages/user/community/News.vue"; |
13 | 14 |
import Info from "../pages/user/mypage/Info.vue"; |
14 | 15 |
import Infosub from "../pages/user/mypage/Infosub.vue"; |
15 | 16 |
import Guide from "../pages/user/Data/Guide.vue"; |
17 |
+import DataDtali from "../pages/user/Data/DataDtali.vue"; |
|
16 | 18 |
|
17 | 19 |
/* 관리자 */ |
18 | 20 |
import AdminMain from "../pages/admin/main/Main.vue"; |
... | ... | @@ -33,6 +35,12 @@ |
33 | 35 |
{ path: "/Guide.page", name: "Guide", component: Guide }, |
34 | 36 |
{ path: "/Infosub.page", name: "Infosub", component: Infosub }, |
35 | 37 |
{ path: "/News.page", name: "News", component: News }, |
38 |
+ { path: "/DataDtali.page", name: "DataDtali", component: DataDtali }, |
|
39 |
+ { |
|
40 |
+ path: "/TechnologyDtail.page", |
|
41 |
+ name: "TechnologyDtail", |
|
42 |
+ component: TechnologyDtail, |
|
43 |
+ }, |
|
36 | 44 |
/* 관리자 */ |
37 | 45 |
{ path: "/adm.page", name: "AdminMain", component: AdminMain }, |
38 | 46 |
{ path: "/adm/user.page", name: "AdminUser", component: AdminUser }, |
--- client/views/pages/user/Data/Data.vue
+++ client/views/pages/user/Data/Data.vue
... | ... | @@ -26,23 +26,32 @@ |
26 | 26 |
<!-- 윗쪽 아이콘 --> |
27 | 27 |
<div class="data-b-1 da1"> |
28 | 28 |
<p>AI 디지털교과서<br><span>정책자료</span></p> |
29 |
- <ul> |
|
30 |
- <li>· 개발 지원 정책 문서</li> |
|
31 |
- <li>· 법·제도 문서 등</li> |
|
32 |
- </ul> |
|
29 |
+ <div class="data-t"> |
|
30 |
+ |
|
31 |
+ <p>· 개발 지원 정책 문서</p> |
|
32 |
+ <p>· 법·제도 문서 등</p> |
|
33 |
+ </div> |
|
33 | 34 |
</div> |
34 | 35 |
<div class="data-b-2 da1"> |
35 | 36 |
<p>AI 디지털교과서<br><span>연구자료</span></p> |
36 |
- <ul> |
|
37 |
- <li>· 서비스 모델, 프로토타입 연구·보고서 등</li> |
|
38 |
- </ul> |
|
37 |
+ <div class="data-t data-t2"> |
|
38 |
+ <p>· 서비스 모델, 프로토타입 연구·보고서 등</p> |
|
39 |
+ </div> |
|
39 | 40 |
</div> |
40 | 41 |
<div class="data-b-3 da1"> |
41 |
- <p>AI 디지털교과서<br><span>활용자료</span></p> |
|
42 |
- <ul> |
|
43 |
- <li>· API, 패키지, 프로그램 등<br> 공동개발자원 활용 가이드 |
|
44 |
- </li> |
|
45 |
- </ul> |
|
42 |
+ <p>AI 디지털교과서<br><span>가이드라인</span></p> |
|
43 |
+ <div class="data-t"> |
|
44 |
+ |
|
45 |
+ <div class="guide-logo-bt"> |
|
46 |
+ |
|
47 |
+ <a style="font-size: 15px;" class="down-btn-1" |
|
48 |
+ href="https://webst.edunet.net/AIDT/AI 디지털교과서 개발 가이드라인.pdf" target='_blank' |
|
49 |
+ download> |
|
50 |
+ <i class="fa-solid fa-circle-down guide_i" |
|
51 |
+ style="font-size: 20px; margin-right: 10px;"></i>가이드라인 |
|
52 |
+ 다운받기</a> |
|
53 |
+ </div> |
|
54 |
+ </div> |
|
46 | 55 |
</div> |
47 | 56 |
</div> |
48 | 57 |
</div> |
... | ... | @@ -75,7 +84,13 @@ |
75 | 84 |
<th>날짜</th> |
76 | 85 |
<th>조회수</th> |
77 | 86 |
|
78 |
- <tr> |
|
87 |
+ <tr v-for="(post, index) in posts" :key="post.id" @click="goToDetailPage(post.id)"> |
|
88 |
+ <td>{{ index + 1 }}</td> |
|
89 |
+ <td>{{ post.title }}</td> |
|
90 |
+ <td>{{ post.date }}</td> |
|
91 |
+ <td>{{ post.views }}</td> |
|
92 |
+ </tr> |
|
93 |
+ <!-- <tr> |
|
79 | 94 |
<td>588</td> |
80 | 95 |
<td>[자료집] K-MOOC 마이크로러닝 강좌 개발 가이드라인</td> |
81 | 96 |
<td>2023/10/19</td> |
... | ... | @@ -123,14 +138,7 @@ |
123 | 138 |
<td>2023/10/19</td> |
124 | 139 |
<td>588</td> |
125 | 140 |
|
126 |
- </tr> |
|
127 |
- <tr> |
|
128 |
- <td>588</td> |
|
129 |
- <td>[자료집] K-MOOC 마이크로러닝 강좌 개발 가이드라인</td> |
|
130 |
- <td>2023/10/19</td> |
|
131 |
- <td>588</td> |
|
132 |
- |
|
133 |
- </tr> |
|
141 |
+ </tr> --> |
|
134 | 142 |
</table> |
135 | 143 |
</div> |
136 | 144 |
</div> |
... | ... | @@ -140,13 +148,24 @@ |
140 | 148 |
</template> |
141 | 149 |
|
142 | 150 |
<script> |
151 |
+ |
|
152 |
+import { useRouter } from 'vue-router'; |
|
143 | 153 |
export default { |
144 | 154 |
data() { |
145 | 155 |
return { |
156 |
+ posts: [ |
|
157 |
+ { id: 1, title: '첫 번째 게시글', date: '2023/10/19', views: 588 }, |
|
158 |
+ { id: 2, title: '두 번째 게시글', date: '2023/10/20', views: 789 }, |
|
159 |
+ { id: 3, title: '세 번째 게시글', date: '2023/10/21', views: 123 }, |
|
160 |
+ |
|
161 |
+ // 추가적인 게시글 데이터 |
|
162 |
+ ] |
|
146 | 163 |
} |
147 | 164 |
}, |
148 | 165 |
methods: { |
149 |
- |
|
166 |
+ goToDetailPage(postId) { |
|
167 |
+ this.$router.push('/DataDtali.page'); |
|
168 |
+ } |
|
150 | 169 |
}, |
151 | 170 |
watch: { |
152 | 171 |
|
... | ... | @@ -158,4 +177,34 @@ |
158 | 177 |
console.log('Data mounted'); |
159 | 178 |
} |
160 | 179 |
} |
161 |
-</script>(No newline at end of file) |
|
180 |
+</script> |
|
181 |
+ |
|
182 |
+<style scoped> |
|
183 |
+.data-t p { |
|
184 |
+ width: 70%; |
|
185 |
+ padding: 0rem 0rem 1rem 3rem !important; |
|
186 |
+ |
|
187 |
+} |
|
188 |
+ |
|
189 |
+.data-t2 p { |
|
190 |
+ |
|
191 |
+ padding: 0rem 0rem 0rem 0rem !important; |
|
192 |
+ margin: 0 auto; |
|
193 |
+} |
|
194 |
+ |
|
195 |
+.guide-logo-bt { |
|
196 |
+ float: right; |
|
197 |
+ /* margin: 0 auto; */ |
|
198 |
+ font-size: 3rem; |
|
199 |
+ width: 70%; |
|
200 |
+ padding-right: 3rem; |
|
201 |
+ font-family: SBaggroM; |
|
202 |
+ text-align: right; |
|
203 |
+ |
|
204 |
+ cursor: pointer; |
|
205 |
+} |
|
206 |
+ |
|
207 |
+.guide-logo-bt a { |
|
208 |
+ color: #e07e27; |
|
209 |
+} |
|
210 |
+</style>(No newline at end of file) |
+++ client/views/pages/user/Data/DataDtali.vue
... | ... | @@ -0,0 +1,124 @@ |
1 | +<template> | |
2 | + <div class="w1400"> | |
3 | + | |
4 | + <div class="Data-dtail"> | |
5 | + <section> | |
6 | + | |
7 | + <h1>{{ post.title }}</h1> | |
8 | + <p>작성일: {{ post.date }}</p> | |
9 | + <p>조회수: {{ post.views }}</p> | |
10 | + </section> | |
11 | + | |
12 | + <section class="dtail-ing"> | |
13 | + | |
14 | + <div>{{ post.content }}</div> | |
15 | + <div> | |
16 | + <i class="fa-regular fa-heart fa-lg" style="color: #3f87f7;"></i> | |
17 | + {{ post.pick }} | |
18 | + </div> | |
19 | + </section> | |
20 | + | |
21 | + <section class="dtail-button"> | |
22 | + | |
23 | + <button @click="uploadFile">파일 업로드</button> | |
24 | + <input type="file" @change="handleFileUpload" /> | |
25 | + </section> | |
26 | + | |
27 | + | |
28 | + <section class="dtail-navigation"> | |
29 | + <button v-if="previousPostId" @click="navigateToPreviousPost">이전글</button> | |
30 | + <button v-if="nextPostId" @click="navigateToNextPost">다음글</button> | |
31 | + </section> | |
32 | + <!-- <hr> --> | |
33 | + </div> | |
34 | + </div> | |
35 | +</template> | |
36 | + | |
37 | +<script> | |
38 | +export default { | |
39 | + data() { | |
40 | + return { | |
41 | + post: {} | |
42 | + }; | |
43 | + }, | |
44 | + mounted() { | |
45 | + // 게시글 데이터를 가져오는 로직을 구현해야 합니다. | |
46 | + const postId = this.$route.params.id; | |
47 | + this.fetchPostData(postId); | |
48 | + }, | |
49 | + methods: { | |
50 | + fetchPostData(postId) { | |
51 | + // postId를 기반으로 게시글 데이터를 가져오는 비동기 요청을 처리합니다. | |
52 | + // 예를 들어, API를 호출하거나 데이터베이스에서 데이터를 조회하는 로직을 작성합니다. | |
53 | + // 이 예시에서는 더미 데이터를 사용합니다. | |
54 | + const dummyData = { | |
55 | + id: postId, | |
56 | + title: ' [공유] AI 디지털교과서 개발 가이드라인 설명회 발표자료(230907)', | |
57 | + date: '2023/10/27', | |
58 | + views: 1234, | |
59 | + content: '안녕하세요. 한국교육학술 정보원입니다. 9.7(목) 진행한 AI디저털교과서 개발 가이드라인 설명회의 발표자료를 공유드립니다. 감사합니다', | |
60 | + pick: '155' | |
61 | + }; | |
62 | + this.post = dummyData; | |
63 | + } | |
64 | + | |
65 | + } | |
66 | +} | |
67 | +</script> | |
68 | + | |
69 | +<style scoped> | |
70 | +section { | |
71 | + border-bottom: 1px solid #007aff; | |
72 | +} | |
73 | + | |
74 | +.Data-dtail { | |
75 | + width: 100%; | |
76 | + /* border: 1px solid red; */ | |
77 | + padding: 12rem 3rem; | |
78 | +} | |
79 | + | |
80 | +.Data-dtail section:nth-child(1) { | |
81 | + border-top: 1px solid #007aff; | |
82 | + | |
83 | +} | |
84 | + | |
85 | +.Data-dtail section:nth-child(1) { | |
86 | + display: grid; | |
87 | + grid-template-columns: 70% 15% 15%; | |
88 | +} | |
89 | + | |
90 | +.Data-dtail section:nth-child(3) { | |
91 | + padding: 3rem; | |
92 | + font-size: 1.7rem; | |
93 | +} | |
94 | + | |
95 | +.Data-dtail h1 { | |
96 | + padding: 3rem; | |
97 | +} | |
98 | + | |
99 | +.Data-dtail p { | |
100 | + font-size: 1.5rem; | |
101 | + padding: 4rem 0rem 0rem 4rem; | |
102 | + /* border: 1px solid red; */ | |
103 | +} | |
104 | + | |
105 | +.dtail-ing { | |
106 | + padding: 3rem; | |
107 | + height: 50rem; | |
108 | + display: grid; | |
109 | + grid-template-columns: 1fr; | |
110 | + align-content: space-between; | |
111 | +} | |
112 | + | |
113 | +.dtail-ing div { | |
114 | + font-size: 1.7rem; | |
115 | +} | |
116 | + | |
117 | +.dtail-button { | |
118 | + padding: 3rem; | |
119 | +} | |
120 | + | |
121 | +hr { | |
122 | + border: 0.5px solid #007aff; | |
123 | +} | |
124 | +</style>(No newline at end of file) |
--- client/views/pages/user/Data/Guide.vue
+++ client/views/pages/user/Data/Guide.vue
... | ... | @@ -3,7 +3,6 @@ |
3 | 3 |
<div class="w1400"> |
4 | 4 |
<div class="guide-bos"> |
5 | 5 |
<section class="guide-logo page-logo"> |
6 |
- <!-- <img src="../../../../resources/jpg/info-logo.png" alt=""> --> |
|
7 | 6 |
|
8 | 7 |
<h1>AI 디지털교과서 개발 가이드라인</h1> |
9 | 8 |
<div class="guide-logo-bt"> |
... | ... | @@ -61,7 +60,6 @@ |
61 | 60 |
|
62 | 61 |
.guide-logo { |
63 | 62 |
width: 100%; |
64 |
- /* padding: 6rem; */ |
|
65 | 63 |
display: grid; |
66 | 64 |
grid-template-columns: 80% 20%; |
67 | 65 |
} |
... | ... | @@ -71,7 +69,6 @@ |
71 | 69 |
margin: 0 auto; |
72 | 70 |
padding: 1.5rem; |
73 | 71 |
border-radius: 2rem; |
74 |
- /* width: 20%; */ |
|
75 | 72 |
text-align: center; |
76 | 73 |
} |
77 | 74 |
|
--- client/views/pages/user/Data/Technology.vue
+++ client/views/pages/user/Data/Technology.vue
... | ... | @@ -220,7 +220,7 @@ |
220 | 220 |
.tech-box-sec { |
221 | 221 |
padding: 2rem; |
222 | 222 |
/* border-radius: 2rem; */ |
223 |
- background-color: #ffff; |
|
223 |
+ background-color: #f9f9f9; |
|
224 | 224 |
box-shadow: 2px 2px 5px rgba(191, 191, 191, 0.447); |
225 | 225 |
/* border: 1px solid rgb(191, 191, 191); */ |
226 | 226 |
} |
... | ... | @@ -278,6 +278,7 @@ |
278 | 278 |
width: 90%; |
279 | 279 |
grid-template-columns: 1fr; |
280 | 280 |
} |
281 |
+ |
|
281 | 282 |
} |
282 | 283 |
|
283 | 284 |
@media all and (min-width: 480px) and (max-width: 767px) { |
... | ... | @@ -294,6 +295,7 @@ |
294 | 295 |
|
295 | 296 |
.tech-bos { |
296 | 297 |
width: 90%; |
298 |
+ gap: 1rem; |
|
297 | 299 |
grid-template-columns: 1fr 1fr; |
298 | 300 |
} |
299 | 301 |
} |
+++ client/views/pages/user/Data/TechnologyDtail.vue
... | ... | @@ -0,0 +1,27 @@ |
1 | +<template> | |
2 | + <div class="w1400"> | |
3 | + | |
4 | + </div> | |
5 | +</template> | |
6 | + | |
7 | +<script> | |
8 | +export default { | |
9 | + data() { | |
10 | + return { | |
11 | + } | |
12 | + }, | |
13 | + methods: { | |
14 | + | |
15 | + }, | |
16 | + watch: { | |
17 | + | |
18 | + }, | |
19 | + computed: { | |
20 | + | |
21 | + }, | |
22 | + mounted() { | |
23 | + console.log('Technology mounted'); | |
24 | + } | |
25 | +} | |
26 | +</script> | |
27 | + |
--- client/views/pages/user/community/News.vue
+++ client/views/pages/user/community/News.vue
... | ... | @@ -233,6 +233,43 @@ |
233 | 233 |
|
234 | 234 |
text-align: right; |
235 | 235 |
} |
236 |
+ |
|
237 |
+ |
|
238 |
+@media all and (max-width: 479px) { |
|
239 |
+ .news-bos { |
|
240 |
+ grid-template-columns: 1fr; |
|
241 |
+ |
|
242 |
+ } |
|
243 |
+ |
|
244 |
+ .new-logo { |
|
245 |
+ width: 100%; |
|
246 |
+ text-align: center; |
|
247 |
+ |
|
248 |
+ } |
|
249 |
+ |
|
250 |
+ .new-logo img { |
|
251 |
+ margin: 0 auto; |
|
252 |
+ text-align: center; |
|
253 |
+ } |
|
254 |
+} |
|
255 |
+ |
|
256 |
+@media all and (min-width: 480px) and (max-width: 767px) { |
|
257 |
+ .news-bos { |
|
258 |
+ grid-template-columns: 1fr 1fr; |
|
259 |
+ |
|
260 |
+ } |
|
261 |
+ |
|
262 |
+ .new-logo { |
|
263 |
+ width: 100%; |
|
264 |
+ text-align: center; |
|
265 |
+ |
|
266 |
+ } |
|
267 |
+ |
|
268 |
+ .new-logo img { |
|
269 |
+ margin: 0 auto; |
|
270 |
+ text-align: center; |
|
271 |
+ } |
|
272 |
+} |
|
236 | 273 |
</style> |
237 | 274 |
|
238 | 275 |
|
--- client/views/pages/user/community/Notice.vue
+++ client/views/pages/user/community/Notice.vue
... | ... | @@ -140,10 +140,6 @@ |
140 | 140 |
padding: 3rem; |
141 | 141 |
} |
142 | 142 |
|
143 |
-.noti-sec-table { |
|
144 |
- /* padding: 0 0 8rem 0; */ |
|
145 |
-} |
|
146 |
- |
|
147 | 143 |
.noti-sec-table table { |
148 | 144 |
background-color: white; |
149 | 145 |
border-bottom: 1px solid #cccccc; |
--- client/views/pages/user/introduction/Introduction.vue
+++ client/views/pages/user/introduction/Introduction.vue
... | ... | @@ -9,11 +9,24 @@ |
9 | 9 |
<hr> |
10 | 10 |
</section> |
11 | 11 |
|
12 |
- <section class="intro-img"> |
|
13 |
- <div> |
|
14 |
- <img src="../../../../resources/jpg/intro.png" alt=""> |
|
15 |
- </div> |
|
12 |
+ <section class="intro-text"> |
|
13 |
+ <h3>AI 디지털교과서 통합지원센터 소개</h3> |
|
14 |
+ <p><i class="fa-solid fa-circle fa-2xs"></i>양질의 AI 디지털교과서 개발을 위한 기술 표준과 정책을 연구합니다.</p> |
|
15 |
+ <p><i class="fa-solid fa-circle fa-2xs"></i>개발사 간의 소통하고 협력적인 동반관계를 형성할 수 있도록 네트워킹을 지원합니다.</p> |
|
16 |
+ <p><i class="fa-solid fa-circle fa-2xs"></i>민간 개발사가 개발하는 AI 디지털교과서와 공공에서 제공하는 서비스 간의 원활한 연계 체계를 지원합니다. |
|
17 |
+ </p> |
|
18 |
+ <p><i class="fa-solid fa-circle fa-2xs"></i>AI 디지털교과서 모델과 적용 가능한 최신 기술 동향 정보를 제공합니다. </p> |
|
19 |
+ <p><i class="fa-solid fa-circle fa-2xs"></i>지속적인 AI 디지털교과서 운영 현황 분석 및 개선 방안 도출을 통해 AI 디지털교과서 활용·활성화를 |
|
20 |
+ 촉진합니다. </p> |
|
16 | 21 |
</section> |
22 |
+ |
|
23 |
+ <section class="intro-img"> |
|
24 |
+ <img src="../../../../resources/jpg/intro-blue.png" alt=""> |
|
25 |
+ <img src="../../../../resources/jpg/intro-green.png" alt=""> |
|
26 |
+ <img src="../../../../resources/jpg/intro-skyblue.png" alt=""> |
|
27 |
+ </section> |
|
28 |
+ |
|
29 |
+ |
|
17 | 30 |
</div> |
18 | 31 |
</div> |
19 | 32 |
</div> |
... | ... | @@ -41,11 +54,6 @@ |
41 | 54 |
</script> |
42 | 55 |
|
43 | 56 |
<style scoped> |
44 |
-div { |
|
45 |
- width: 100%; |
|
46 |
- background-color: white; |
|
47 |
-} |
|
48 |
- |
|
49 | 57 |
.intro { |
50 | 58 |
width: 100%; |
51 | 59 |
padding: 6rem; |
... | ... | @@ -63,6 +71,101 @@ |
63 | 71 |
font-weight: 500; |
64 | 72 |
color: #2c407f; |
65 | 73 |
} |
74 |
+ |
|
75 |
+.intro-text { |
|
76 |
+ padding: 3rem; |
|
77 |
+} |
|
78 |
+ |
|
79 |
+.intro-text h3 { |
|
80 |
+ padding: 1rem 1rem 3rem; |
|
81 |
+ font-size: 2rem; |
|
82 |
+ color: #00335a; |
|
83 |
+ font-family: "Pretendard-Regular"; |
|
84 |
+ |
|
85 |
+} |
|
86 |
+ |
|
87 |
+.intro-text i { |
|
88 |
+ padding: 1rem; |
|
89 |
+ color: #00335a; |
|
90 |
+ font-family: "Pretendard-Regular"; |
|
91 |
+ |
|
92 |
+ |
|
93 |
+} |
|
94 |
+ |
|
95 |
+.intro-text p { |
|
96 |
+ padding: 1rem; |
|
97 |
+ font-size: 1.5rem; |
|
98 |
+ color: #00335a; |
|
99 |
+ font-family: "Pretendard-Regular"; |
|
100 |
+ |
|
101 |
+ |
|
102 |
+} |
|
103 |
+ |
|
104 |
+.intro-img { |
|
105 |
+ padding: 3rem; |
|
106 |
+ display: grid; |
|
107 |
+ gap: 0; |
|
108 |
+ grid-template-columns: 1fr 1fr 1fr; |
|
109 |
+} |
|
110 |
+ |
|
111 |
+.intro-img img:nth-child(2) { |
|
112 |
+ transform: translateY(-4.8rem); |
|
113 |
+} |
|
114 |
+ |
|
115 |
+.intro-img img:nth-child(3) { |
|
116 |
+ transform: translateY(-9.7rem); |
|
117 |
+} |
|
118 |
+ |
|
119 |
+@media all and (max-width: 479px) { |
|
120 |
+ |
|
121 |
+ .intro { |
|
122 |
+ width: 100%; |
|
123 |
+ padding: 3rem; |
|
124 |
+ |
|
125 |
+ } |
|
126 |
+ |
|
127 |
+ .intro-logo { |
|
128 |
+ width: 100%; |
|
129 |
+ } |
|
130 |
+ |
|
131 |
+ .intro-text { |
|
132 |
+ width: 100%; |
|
133 |
+ padding: 2rem; |
|
134 |
+ } |
|
135 |
+ |
|
136 |
+ .intro-img { |
|
137 |
+ grid-template-columns: 1fr; |
|
138 |
+ } |
|
139 |
+ |
|
140 |
+} |
|
141 |
+ |
|
142 |
+@media all and (min-width: 480px) and (max-width: 767px) { |
|
143 |
+ .intro { |
|
144 |
+ width: 100%; |
|
145 |
+ padding: 3rem; |
|
146 |
+ |
|
147 |
+ } |
|
148 |
+ |
|
149 |
+ .intro-logo { |
|
150 |
+ width: 100%; |
|
151 |
+ } |
|
152 |
+ |
|
153 |
+ .intro-text { |
|
154 |
+ width: 100%; |
|
155 |
+ padding: 2rem; |
|
156 |
+ } |
|
157 |
+ |
|
158 |
+ .intro-img { |
|
159 |
+ grid-template-columns: 1fr; |
|
160 |
+ } |
|
161 |
+} |
|
162 |
+ |
|
163 |
+@media all and (min-width: 767px) and (max-width: 1023px) { |
|
164 |
+ |
|
165 |
+ .intro-img { |
|
166 |
+ grid-template-columns: 1fr; |
|
167 |
+ } |
|
168 |
+} |
|
66 | 169 |
</style> |
67 | 170 |
|
68 | 171 |
|
--- client/views/pages/user/main/Main.vue
+++ client/views/pages/user/main/Main.vue
... | ... | @@ -86,27 +86,27 @@ |
86 | 86 |
<div class="m-p-c-2"> |
87 | 87 |
<div> |
88 | 88 |
<img src="../../../../resources/jpg/fille.png" alt=""> |
89 |
- <input type="button" value="매칭서비스" class="m-p-ai"> |
|
89 |
+ <input type="button" value="네트워킹" class="m-p-ai"> |
|
90 | 90 |
|
91 | 91 |
</div> |
92 | 92 |
</div> |
93 | 93 |
<div class="m-p-c-3"> |
94 | 94 |
<div> |
95 |
- <img src="../../../../resources/jpg/m-p-ai2.png" alt=""> |
|
96 |
- <input type="button" value="자료집" class="m-p-ai"> |
|
95 |
+ <img src="../../../../resources/jpg/main-box.png" alt=""> |
|
96 |
+ <input type="button" value="가이드라인" class="m-p-ai"> |
|
97 | 97 |
|
98 | 98 |
</div> |
99 | 99 |
</div> |
100 | 100 |
<div class="m-p-c-4"> |
101 | 101 |
<div> |
102 |
- <img src="../../../../resources/jpg/m-p-ai.png" alt=""> |
|
103 |
- <input type="button" value="AI 디지털교과서 정책소개 다운" class="m-p-ai"> |
|
102 |
+ <img src="../../../../resources/jpg/main-pu4.png" alt=""> |
|
103 |
+ <input type="button" value="자료집" class="m-p-ai"> |
|
104 | 104 |
|
105 | 105 |
</div> |
106 | 106 |
</div> |
107 | 107 |
<div class="m-p-c-5"> |
108 | 108 |
<div> |
109 |
- <img src="../../../../resources/jpg/ki-i.png" alt=""> |
|
109 |
+ <img src="../../../../resources/jpg/main-pu3.png" alt=""> |
|
110 | 110 |
<input type="button" value="기술문서" class="m-p-ai"> |
111 | 111 |
|
112 | 112 |
</div> |
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?