Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김재현
/
open-source-project-2017-02
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김정은
2017-12-08 02:14:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3fb407c06ddab0c1dc2d46619862748a63d672b0
3fb407c0
1 parent
0d56d94e
add khuhub link at /home and edit title image
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
7 deletions
public/images/gitlogo.png
public/images/title_edit.png
public/stylesheets/style.css
public/stylesheets/style.styl
views/main.ejs
views/map.ejs
views/mybook.ejs
public/images/gitlogo.png
0 → 100644
View file @
3fb407c
7.37 KB
public/images/title_edit.png
0 → 100644
View file @
3fb407c
29.6 KB
public/stylesheets/style.css
View file @
3fb407c
...
...
@@ -72,7 +72,6 @@ td {
text-align
:
center
;
background-color
:
#000
;
color
:
#fff
;
height
:
55%
;
padding
:
8px
16px
;
}
#map
{
...
...
@@ -80,3 +79,9 @@ td {
width
:
60%
;
margin
:
0
auto
0
auto
;
}
h1
{
font-family
:
'Jeju Myeongjo'
,
serif
;
}
p
.homesmall
{
font-family
:
'Jeju Myeongjo'
,
serif
;
}
...
...
public/stylesheets/style.styl
View file @
3fb407c
...
...
@@ -51,6 +51,7 @@ ul.sidenav li a:hover
background-color : f5f5f5;
text-align : center;
table
font-family: 'Hanna';
border-collapse: collapse;
...
...
@@ -80,10 +81,15 @@ td
text-align : center;
background-color : black;
color : white;
height : 55%;
padding: 8px 16px;
#map
height: 400px;
width: 60%;
margin: 0 auto 0 auto;
h1
font-family: 'Jeju Myeongjo', serif;
p.homesmall
font-family: 'Jeju Myeongjo', serif;
...
...
views/main.ejs
View file @
3fb407c
...
...
@@ -25,7 +25,7 @@
<div
id =
"maintitle"
><image
src =
'/images/title
.png'
/></div>
<div
id =
"maintitle"
><image
src =
'/images/title
_edit.png'
width=
'600px'
height=
'auto'
/></div>
<div
id =
"mynav"
>
<ul
class=
"sidenav"
>
...
...
@@ -41,8 +41,9 @@
<div
id =
"content"
>
<h1>
<
%= title %>
</h1>
<p>
Welcome to
<
%= title %>
</p>
<h1
>
맛집, 어디까지 정복해보셨나요?
</h1>
<p
class=
"homesmall"
>
코드는 쿠허브에서 확인할 수 있습니다. 바로가기는 이미지를 클릭하세요.
</p>
<p><a
href=
"http://khuhub.khu.ac.kr/2013104063/open-source-project-2017-02.git"
><img
src=
"/images/gitlogo.png"
/></a></p>
...
...
views/map.ejs
View file @
3fb407c
...
...
@@ -173,7 +173,7 @@
</script>
<div
id =
"maintitle"
><image
src =
'/images/title.png'
/></div>
<div
id =
"maintitle"
><image
image
src =
'/images/title_edit.png'
width=
'600px'
height=
'auto'
/></div>
<div
id =
"mynav"
>
<ul
class=
"sidenav"
>
...
...
views/mybook.ejs
View file @
3fb407c
...
...
@@ -18,7 +18,7 @@
<div
id =
"maintitle"
><image
src =
'/images/title
.png'
/></div>
<div
id =
"maintitle"
><image
src =
'/images/title
_edit.png'
width=
'600px'
height=
'auto'
/></div>
<div
id =
"mynav"
>
<ul
class=
"sidenav"
>
...
...
Please
register
or
login
to post a comment