Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이유제
/
CultureGallery
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
송효섭
2020-12-11 13:07:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ac350def40a0f4e49e19d1318aa8942f4d8b45f
5ac350de
1 parent
06407fd0
배포용 최종 이미지파일 수정
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
public/images/back1.jpg
public/images/back2.jpg
public/images/back3.jpg
public/stylesheets/main_style.css
views/main.ejs
public/images/back1.jpg
View file @
5ac350d
4.45 MB
|
W:
|
H:
2.7 MB
|
W:
|
H:
2-up
Swipe
Onion skin
public/images/back2.jpg
View file @
5ac350d
2.23 MB
|
W:
|
H:
2.73 MB
|
W:
|
H:
2-up
Swipe
Onion skin
public/images/back3.jpg
View file @
5ac350d
2.7 MB
|
W:
|
H:
2.15 MB
|
W:
|
H:
2-up
Swipe
Onion skin
public/stylesheets/main_style.css
View file @
5ac350d
...
...
@@ -89,7 +89,7 @@ header
}
.welcome
h1
{
font-size
:
48
px
;
font-size
:
62
px
;
padding
:
20
20
0
20
;
}
...
...
views/main.ejs
View file @
5ac350d
...
...
@@ -3,6 +3,8 @@
<head>
<title>
Culture Gallery
</title>
<link
rel=
"stylesheet"
href=
'/stylesheets/main_style.css'
type=
"text/css"
>
<link
rel=
"shortcut icon"
href=
"/images/favicon.ico"
>
<link
rel=
"icon"
href=
"/images/favicon.ico"
>
</head>
<body>
...
...
@@ -10,7 +12,7 @@
<div
class=
"nav-bar"
>
<img
src=
"../images/icon.png"
alt=
""
class=
"logo"
>
<ul
class=
"menu"
>
<li><a
href=
""
>
Home
</a></li>
<li><a
href=
"
/
"
>
Home
</a></li>
<li><a
href=
""
>
Services
</a></li>
<li><a
href=
""
>
Portfolio
</a></li>
<li><a
href=
""
>
Testimonimal
</a></li>
...
...
@@ -23,17 +25,17 @@
<div
class=
"welcome"
>
<h1>
Culture Gallery
</h1>
<div
class=
"search-box"
>
<form
action=
'findPage'
method
=
"GET"
>
<input
type=
"text"
placeholder=
"어떤 공연을 찾으시나요?"
>
<button
type=
"submit"
>
검색
</button>
</form>
</div>
<div
class
=
"boxes"
>
<form
action=
'findPage'
method
=
"GET"
>
<input
type=
"text"
placeholder=
"어떤 공연을 찾으시나요?"
>
<button
type=
"submit"
>
검색
</button>
</form>
</div>
<div
class
=
"boxes"
>
<a
href=
"mappage"
class=
"btn btn1"
>
나의 근처 공연
</a>
<a
href=
"login"
class=
"btn btn3"
>
로그인
</a>
</div>
</div>
</div>
</header>
...
...
Please
register
or
login
to post a comment