Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정지윤
/
project_opensource
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-05 12:33:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7828c3bb9f7d91f8b18e41cd015fd14581f5ff31
7828c3bb
1 parent
413c2049
제목 불투명 css 추가
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
5 deletions
public/css/grayscale.min.css
public/img/Thumbs.db
public/img/intro-bg.jpg
public/img/수정됨_로고2.jpg
routes/mail.js
views/first.ejs
views/resconfirm.ejs
public/css/grayscale.min.css
View file @
7828c3b
...
...
@@ -2,4 +2,14 @@
* Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
*/
body
{
font-family
:
Lora
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
position
:
relative
;
width
:
100%
;
height
:
100%
;
color
:
#fff
;
background-color
:
#000
}
html
{
width
:
100%
;
height
:
100%
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
Cabin
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
700
;
margin
:
0
0
35px
;
letter-spacing
:
1px
;
text-transform
:
uppercase
}
p
{
font-size
:
16px
;
line-height
:
1.5
;
margin
:
0
0
25px
}
@media
(
min-width
:
768px
){
p
{
font-size
:
18px
;
line-height
:
1.6
;
margin
:
0
0
35px
}}
a
{
-webkit-transition
:
all
.2s
ease-in-out
;
-moz-transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
;
color
:
#42dca3
}
a
:focus
,
a
:hover
{
text-decoration
:
none
;
color
:
#1d9b6c
}
#mainNav
{
font-family
:
Cabin
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
margin-bottom
:
0
;
text-transform
:
uppercase
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
background-color
:
#000
}
#mainNav
.navbar-toggler
{
font-size
:
14px
;
padding
:
11px
;
color
:
#fff
;
border
:
1px
solid
#fff
}
#mainNav
.navbar-brand
{
font-weight
:
700
}
#mainNav
a
{
color
:
#fff
}
#mainNav
.navbar-nav
.nav-item
{
-webkit-transition
:
background
.3s
ease-in-out
;
-moz-transition
:
background
.3s
ease-in-out
;
transition
:
background
.3s
ease-in-out
}
#mainNav
.navbar-nav
.nav-item
:hover
{
color
:
fade
(
white
,
80%
);
outline
:
0
;
background-color
:
transparent
}
#mainNav
.navbar-nav
.nav-item
:active
,
#mainNav
.navbar-nav
.nav-item
:focus
{
outline
:
0
;
background-color
:
transparent
}
@media
(
min-width
:
992px
){
#mainNav
{
padding-top
:
20px
;
padding-bottom
:
20px
;
-webkit-transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
-moz-transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
letter-spacing
:
1px
;
border-bottom
:
none
;
background
:
0
0
}
#mainNav
.navbar-shrink
{
padding-top
:
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
background
:
#000
}
#mainNav
.nav-link.active
{
outline
:
0
;
background-color
:
rgba
(
255
,
255
,
255
,
.3
)}
#mainNav
.nav-link.active
:hover
{
color
:
#fff
}}
.masthead
{
display
:
table
;
width
:
100%
;
height
:
auto
;
padding
:
200px
0
;
text-align
:
center
;
color
:
#fff
;
background
:
url(../img/intro-bg.jpg)
no-repeat
bottom
center
scroll
;
background-color
:
#000
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
}
.masthead
.intro-body
{
display
:
table-cell
;
vertical-align
:
middle
}
.masthead
.intro-body
.brand-heading
{
font-size
:
50px
}
.masthead
.intro-body
.intro-text
{
font-size
:
18px
}
@media
(
min-width
:
768px
){
.masthead
{
height
:
100%
;
padding
:
0
}
.masthead
.intro-body
.brand-heading
{
font-size
:
100px
}
.masthead
.intro-body
.intro-text
{
font-size
:
22px
}}
.btn-circle
{
font-size
:
26px
;
width
:
55px
;
height
:
55px
;
margin-top
:
15px
;
line-height
:
45px
;
-webkit-transition
:
background
.3s
ease-in-out
;
-moz-transition
:
background
.3s
ease-in-out
;
transition
:
background
.3s
ease-in-out
;
color
:
#fff
;
border
:
2px
solid
#fff
;
border-radius
:
100%
!important
;
background
:
0
0
}
.btn-circle
:focus
,
.btn-circle
:hover
{
color
:
#fff
;
outline
:
0
;
background
:
rgba
(
255
,
255
,
255
,
.1
)}
.content-section
{
padding-top
:
150px
;
padding-bottom
:
150px
}
.download-section
{
color
:
#fff
;
background
:
url(../img/downloads-bg.jpg)
no-repeat
center
center
scroll
;
background-color
:
#000
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
}
#map
{
width
:
100%
;
height
:
300px
}
@media
(
min-width
:
992px
){
.content-section
{
padding-top
:
200px
;
padding-bottom
:
200px
}
#map
{
height
:
350px
}}
.btn
{
font-family
:
Cabin
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
400
;
-webkit-transition
:
all
.3s
ease-in-out
;
-moz-transition
:
all
.3s
ease-in-out
;
transition
:
all
.3s
ease-in-out
;
text-transform
:
uppercase
;
border-radius
:
0
}
.btn-default
{
color
:
#42dca3
;
border
:
1px
solid
#42dca3
;
background-color
:
transparent
}
.btn-default
:focus
,
.btn-default
:hover
{
color
:
#000
;
border
:
1px
solid
#42dca3
;
outline
:
0
;
background-color
:
#42dca3
}
ul
.banner-social-buttons
{
margin-top
:
0
}
@media
(
max-width
:
1199px
){
ul
.banner-social-buttons
{
margin-top
:
15px
}}
@media
(
max-width
:
767px
){
ul
.banner-social-buttons
li
{
display
:
block
;
margin-bottom
:
20px
;
padding
:
0
}
ul
.banner-social-buttons
li
:last-child
{
margin-bottom
:
0
}}
footer
{
padding
:
50px
0
}
footer
p
{
font-size
:
14px
;
margin
:
0
}
::-moz-selection
{
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
.2
);
text-shadow
:
none
}
::selection
{
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
.2
);
text-shadow
:
none
}
img
::selection
{
background
:
0
0
}
img
::-moz-selection
{
background
:
0
0
}
body
{
-webkit-tap-highlight-color
:
rgba
(
255
,
255
,
255
,
.2
)}
\ No newline at end of file
*/
@font-face
{
font-family
:
"나눔손글씨 붓"
;
src
:
url('/fonts/나눔손글씨 붓.eot')
;
src
:
url('/fonts/나눔손글씨 붓.eot?#iefix')
format
(
'embedded-opentype'
),
url('/fonts/나눔손글씨 붓.woff')
format
(
'woff'
),
url('/fonts/나눔손글씨 붓.ttf')
format
(
'truetype'
);
url('/fonts/나눔손글씨
붓.svg#나눔손글씨
붓')
format('svg')
src
:
local
(
※
),
url('/fonts/나눔손글씨 붓.woff')
format
(
'woff'
);
}
body
{
font-family
:
Lora
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
position
:
relative
;
width
:
100%
;
height
:
100%
;
color
:
#fff
;
background-color
:
#000
}
html
{
width
:
100%
;
height
:
100%
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
나눔손글씨
붓
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
700
;
margin
:
0
0
35px
;
letter-spacing
:
1px
;
text-transform
:
uppercase
}
p
{
font-size
:
16px
;
line-height
:
1.5
;
margin
:
0
0
25px
}
@media
(
min-width
:
768px
){
p
{
font-size
:
18px
;
line-height
:
1.6
;
margin
:
0
0
35px
}}
a
{
-webkit-transition
:
all
.2s
ease-in-out
;
-moz-transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
;
color
:
#42dca3
}
a
:focus
,
a
:hover
{
text-decoration
:
none
;
color
:
#1d9b6c
}
#mainNav
{
font-family
:
Cabin
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
margin-bottom
:
0
;
text-transform
:
uppercase
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
background-color
:
#000
}
#mainNav
.navbar-toggler
{
font-size
:
14px
;
padding
:
11px
;
color
:
#fff
;
border
:
1px
solid
#fff
}
#mainNav
.navbar-brand
{
font-weight
:
700
}
#mainNav
a
{
color
:
#fff
}
#mainNav
.navbar-nav
.nav-item
{
-webkit-transition
:
background
.3s
ease-in-out
;
-moz-transition
:
background
.3s
ease-in-out
;
transition
:
background
.3s
ease-in-out
}
#mainNav
.navbar-nav
.nav-item
:hover
{
color
:
fade
(
white
,
80%
);
outline
:
0
;
background-color
:
transparent
}
#mainNav
.navbar-nav
.nav-item
:active
,
#mainNav
.navbar-nav
.nav-item
:focus
{
outline
:
0
;
background-color
:
transparent
}
@media
(
min-width
:
992px
){
#mainNav
{
padding-top
:
20px
;
padding-bottom
:
20px
;
-webkit-transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
-moz-transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
transition
:
background
.3s
ease-in-out
,
padding-top
.3s
ease-in-out
,
padding-bottom
.3s
;
letter-spacing
:
1px
;
border-bottom
:
none
;
background
:
0
0
}
#mainNav
.navbar-shrink
{
padding-top
:
10px
;
padding-bottom
:
10px
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
background
:
#000
}
#mainNav
.nav-link.active
{
outline
:
0
;
background-color
:
rgba
(
255
,
255
,
255
,
.3
)}
#mainNav
.nav-link.active
:hover
{
color
:
#fff
}}
.masthead
{
display
:
table
;
width
:
100%
;
height
:
auto
;
padding
:
200px
0
;
text-align
:
center
;
color
:
#fff
;
background
:
url(../img/intro-bg.jpg)
no-repeat
bottom
center
scroll
;
background-color
:
#000
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
}
.masthead
.intro-body
{
display
:
table-cell
;
vertical-align
:
middle
}
.masthead
.intro-body
.brand-heading
{
font-size
:
50px
}
.masthead
.intro-body
.intro-text
{
font-size
:
18px
}
@media
(
min-width
:
768px
){
.masthead
{
height
:
100%
;
padding
:
0
}
.masthead
.intro-body
.brand-heading
{
font-size
:
100px
}
.masthead
.intro-body
.intro-text
{
font-size
:
22px
}}
.btn-circle
{
font-size
:
26px
;
width
:
55px
;
height
:
55px
;
margin-top
:
15px
;
line-height
:
45px
;
-webkit-transition
:
background
.3s
ease-in-out
;
-moz-transition
:
background
.3s
ease-in-out
;
transition
:
background
.3s
ease-in-out
;
color
:
#fff
;
border
:
2px
solid
#fff
;
border-radius
:
100%
!important
;
background
:
0
0
}
.btn-circle
:focus
,
.btn-circle
:hover
{
color
:
#fff
;
outline
:
0
;
background
:
rgba
(
255
,
255
,
255
,
.1
)}
.content-section
{
padding-top
:
150px
;
padding-bottom
:
150px
}
.download-section
{
color
:
#fff
;
background
:
url(../img/downloads-bg.jpg)
no-repeat
center
center
scroll
;
background-color
:
#000
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
}
#map
{
width
:
100%
;
height
:
300px
}
@media
(
min-width
:
992px
){
.content-section
{
padding-top
:
200px
;
padding-bottom
:
200px
}
#map
{
height
:
350px
}}
.btn
{
font-family
:
Cabin
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
font-weight
:
400
;
-webkit-transition
:
all
.3s
ease-in-out
;
-moz-transition
:
all
.3s
ease-in-out
;
transition
:
all
.3s
ease-in-out
;
text-transform
:
uppercase
;
border-radius
:
0
}
.btn-default
{
color
:
#42dca3
;
border
:
1px
solid
#42dca3
;
background-color
:
transparent
}
.btn-default
:focus
,
.btn-default
:hover
{
color
:
#000
;
border
:
1px
solid
#42dca3
;
outline
:
0
;
background-color
:
#42dca3
}
ul
.banner-social-buttons
{
margin-top
:
0
}
@media
(
max-width
:
1199px
){
ul
.banner-social-buttons
{
margin-top
:
15px
}}
@media
(
max-width
:
767px
){
ul
.banner-social-buttons
li
{
display
:
block
;
margin-bottom
:
20px
;
padding
:
0
}
ul
.banner-social-buttons
li
:last-child
{
margin-bottom
:
0
}}
footer
{
padding
:
50px
0
}
footer
p
{
font-size
:
14px
;
margin
:
0
}
::-moz-selection
{
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
.2
);
text-shadow
:
none
}
::selection
{
background
:
#fcfcfc
;
background
:
rgba
(
255
,
255
,
255
,
.2
);
text-shadow
:
none
}
img
::selection
{
background
:
0
0
}
img
::-moz-selection
{
background
:
0
0
}
body
{
-webkit-tap-highlight-color
:
rgba
(
255
,
255
,
255
,
.2
)}
...
...
public/img/Thumbs.db
View file @
7828c3b
No preview for this file type
public/img/intro-bg.jpg
View file @
7828c3b
1.07 MB
|
W:
|
H:
6.93 MB
|
W:
|
H:
2-up
Swipe
Onion skin
public/img/수정됨_로고2.jpg
0 → 100644
View file @
7828c3b
16.6 KB
routes/mail.js
View file @
7828c3b
...
...
@@ -13,7 +13,7 @@ var smtpTransport = nodemailer.createTransport({
var
mailOptions
=
{
from
:
'정지윤 <violet3073@gmail.com>'
,
to
:
'
jju0807
@naver.com'
,
to
:
'
djkaiden
@naver.com'
,
subject
:
'예약 게시판 확인해주세요!'
,
text
:
'예약이 도착했습니다'
};
...
...
views/first.ejs
View file @
7828c3b
...
...
@@ -27,7 +27,8 @@
<!-- Navigation -->
<nav
class=
"navbar navbar-expand-lg navbar-light fixed-top"
id=
"mainNav"
>
<div
class=
"container"
>
<a
class=
"navbar-brand js-scroll-trigger"
href=
"#page-top"
>
그로또 예약 사이트
</a>
<a
class=
"navbar-brand js-scroll-trigger"
href=
"#page-top"
>
top
</a>
<button
class=
"navbar-toggler navbar-toggler-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarResponsive"
aria-controls=
"navbarResponsive"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
Menu
<i
class=
"fa fa-bars"
></i>
...
...
@@ -57,7 +58,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-lg-8 mx-auto"
>
<h1
class=
"brand-heading"
>
GROTTO!
</h1>
<h1
class=
"brand-heading"
style=
"background-color: rgba( 0, 0, 0, 0.7 );"
>
별빛바다 달빛초원
</h1>
<p
class=
"intro-text"
>
<br>
정지윤
</p>
<a
href=
"#about"
class=
"btn btn-circle js-scroll-trigger"
>
...
...
@@ -112,7 +113,7 @@
<p>
영업시간 : 매일 10:00 - 23:30 (Last Order 22:00)
</p>
<ul
class=
"list-inline banner-social-buttons"
>
<li
class=
"list-inline-item"
>
<a
href=
"https://www.facebook.com/
grottosuwon
/"
class=
"btn btn-default btn-lg"
>
<a
href=
"https://www.facebook.com/
starbada
/"
class=
"btn btn-default btn-lg"
>
<i
class=
"fa fa-facebook fa-fw"
></i>
<span
class=
"network-name"
>
facebook
</span>
</a>
...
...
@@ -202,6 +203,8 @@
<!-- Footer -->
<footer>
<div
class=
"container text-center"
>
<image
src =
"/img/수정됨_로고2.jpg"
>
<p>
Copyright
©
정지윤 오픈소스 프로젝트
</p>
</div>
</footer>
...
...
views/resconfirm.ejs
View file @
7828c3b
...
...
@@ -41,6 +41,7 @@
<div
class=
"col-md-4 center"
>
<a
href=
"/first"
class=
"btn btn-default btn-lg"
>
홈으로
</a>
</div>
<script
type=
"text/javascript"
src=
"/mail"
></script>
</head>
</html>
...
...
Please
register
or
login
to post a comment