송효섭

배포용 최종 이미지파일 수정

4.45 MB | W: | H:

2.7 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.23 MB | W: | H:

2.73 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

2.7 MB | W: | H:

2.15 MB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
...@@ -89,7 +89,7 @@ header ...@@ -89,7 +89,7 @@ header
89 } 89 }
90 90
91 .welcome h1{ 91 .welcome h1{
92 - font-size: 48px; 92 + font-size: 62px;
93 padding: 20 20 0 20; 93 padding: 20 20 0 20;
94 } 94 }
95 95
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
3 <head> 3 <head>
4 <title>Culture Gallery</title> 4 <title>Culture Gallery</title>
5 <link rel="stylesheet" href='/stylesheets/main_style.css' type="text/css"> 5 <link rel="stylesheet" href='/stylesheets/main_style.css' type="text/css">
6 + <link rel="shortcut icon" href="/images/favicon.ico">
7 + <link rel="icon" href="/images/favicon.ico">
6 </head> 8 </head>
7 9
8 <body> 10 <body>
...@@ -10,7 +12,7 @@ ...@@ -10,7 +12,7 @@
10 <div class="nav-bar"> 12 <div class="nav-bar">
11 <img src="../images/icon.png" alt="" class="logo"> 13 <img src="../images/icon.png" alt="" class="logo">
12 <ul class="menu"> 14 <ul class="menu">
13 - <li><a href="">Home</a></li> 15 + <li><a href="/">Home</a></li>
14 <li><a href="">Services</a></li> 16 <li><a href="">Services</a></li>
15 <li><a href="">Portfolio</a></li> 17 <li><a href="">Portfolio</a></li>
16 <li><a href="">Testimonimal</a></li> 18 <li><a href="">Testimonimal</a></li>
...@@ -23,17 +25,17 @@ ...@@ -23,17 +25,17 @@
23 <div class="welcome"> 25 <div class="welcome">
24 <h1>Culture Gallery</h1> 26 <h1>Culture Gallery</h1>
25 <div class="search-box"> 27 <div class="search-box">
26 - <form action='findPage' method ="GET"> 28 + <form action='findPage' method="GET">
27 - <input type="text" placeholder="어떤 공연을 찾으시나요?"> 29 + <input type="text" placeholder="어떤 공연을 찾으시나요?">
28 - <button type="submit">검색</button> 30 + <button type="submit">검색</button>
29 - </form> 31 + </form>
30 - </div> 32 + </div>
31 - <div class = "boxes"> 33 + <div class="boxes">
32 <a href="mappage" class="btn btn1">나의 근처 공연</a> 34 <a href="mappage" class="btn btn1">나의 근처 공연</a>
33 <a href="login" class="btn btn3">로그인</a> 35 <a href="login" class="btn btn3">로그인</a>
34 </div> 36 </div>
35 37
36 - </div> 38 + </div>
37 </header> 39 </header>
38 40
39 41
......