Showing
7 changed files
with
19 additions
and
7 deletions
public/images/gitlogo.png
0 → 100644
7.37 KB
public/images/title_edit.png
0 → 100644
29.6 KB
... | @@ -72,7 +72,6 @@ td { | ... | @@ -72,7 +72,6 @@ td { |
72 | text-align: center; | 72 | text-align: center; |
73 | background-color: #000; | 73 | background-color: #000; |
74 | color: #fff; | 74 | color: #fff; |
75 | - height: 55%; | ||
76 | padding: 8px 16px; | 75 | padding: 8px 16px; |
77 | } | 76 | } |
78 | #map { | 77 | #map { |
... | @@ -80,3 +79,9 @@ td { | ... | @@ -80,3 +79,9 @@ td { |
80 | width: 60%; | 79 | width: 60%; |
81 | margin: 0 auto 0 auto; | 80 | margin: 0 auto 0 auto; |
82 | } | 81 | } |
82 | +h1 { | ||
83 | + font-family: 'Jeju Myeongjo', serif; | ||
84 | +} | ||
85 | +p.homesmall { | ||
86 | + font-family: 'Jeju Myeongjo', serif; | ||
87 | +} | ... | ... |
... | @@ -51,6 +51,7 @@ ul.sidenav li a:hover | ... | @@ -51,6 +51,7 @@ ul.sidenav li a:hover |
51 | background-color : f5f5f5; | 51 | background-color : f5f5f5; |
52 | text-align : center; | 52 | text-align : center; |
53 | 53 | ||
54 | + | ||
54 | table | 55 | table |
55 | font-family: 'Hanna'; | 56 | font-family: 'Hanna'; |
56 | border-collapse: collapse; | 57 | border-collapse: collapse; |
... | @@ -80,10 +81,15 @@ td | ... | @@ -80,10 +81,15 @@ td |
80 | text-align : center; | 81 | text-align : center; |
81 | background-color : black; | 82 | background-color : black; |
82 | color : white; | 83 | color : white; |
83 | - height : 55%; | 84 | + |
84 | padding: 8px 16px; | 85 | padding: 8px 16px; |
85 | 86 | ||
86 | #map | 87 | #map |
87 | height: 400px; | 88 | height: 400px; |
88 | width: 60%; | 89 | width: 60%; |
89 | margin: 0 auto 0 auto; | 90 | margin: 0 auto 0 auto; |
91 | + | ||
92 | +h1 | ||
93 | + font-family: 'Jeju Myeongjo', serif; | ||
94 | +p.homesmall | ||
95 | + font-family: 'Jeju Myeongjo', serif; | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | 25 | ||
26 | 26 | ||
27 | 27 | ||
28 | - <div id ="maintitle"><image src ='/images/title.png' /></div> | 28 | + <div id ="maintitle"><image src ='/images/title_edit.png' width='600px' height='auto'/></div> |
29 | 29 | ||
30 | <div id ="mynav"> | 30 | <div id ="mynav"> |
31 | <ul class="sidenav"> | 31 | <ul class="sidenav"> |
... | @@ -41,8 +41,9 @@ | ... | @@ -41,8 +41,9 @@ |
41 | 41 | ||
42 | <div id ="content"> | 42 | <div id ="content"> |
43 | 43 | ||
44 | - <h1><%= title %></h1> | 44 | + <h1 >맛집, 어디까지 정복해보셨나요?</h1> |
45 | - <p>Welcome to <%= title %></p> | 45 | + <p class="homesmall">코드는 쿠허브에서 확인할 수 있습니다. 바로가기는 이미지를 클릭하세요.</p> |
46 | + <p><a href="http://khuhub.khu.ac.kr/2013104063/open-source-project-2017-02.git"><img src="/images/gitlogo.png"/></a></p> | ||
46 | 47 | ||
47 | 48 | ||
48 | 49 | ... | ... |
... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
173 | </script> | 173 | </script> |
174 | 174 | ||
175 | 175 | ||
176 | - <div id ="maintitle"><image src ='/images/title.png' /></div> | 176 | + <div id ="maintitle"><image image src ='/images/title_edit.png' width='600px' height='auto'/></div> |
177 | 177 | ||
178 | <div id ="mynav"> | 178 | <div id ="mynav"> |
179 | <ul class="sidenav"> | 179 | <ul class="sidenav"> | ... | ... |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | 18 | ||
19 | 19 | ||
20 | 20 | ||
21 | - <div id ="maintitle"><image src ='/images/title.png' /></div> | 21 | + <div id ="maintitle"><image src ='/images/title_edit.png' width='600px' height='auto'/></div> |
22 | 22 | ||
23 | <div id ="mynav"> | 23 | <div id ="mynav"> |
24 | <ul class="sidenav"> | 24 | <ul class="sidenav"> | ... | ... |
-
Please register or login to post a comment