Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동훈
/
OpenSource_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
전수민
2018-12-14 08:27:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
80842acd708d72cbbfa6291df488ee1b588752d1
80842acd
1 parent
a8a03da8
modify photo
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
public/Entertainment.html
public/entertainment1.jpeg
public/Entertainment.html
View file @
80842ac
...
...
@@ -188,7 +188,7 @@
console
.
log
(
entName
);
var
tmp
=
'<div class="col-xl-6 col-sm-6 mb-3">'
+
'<div class="card text-white bg-light o-hidden h-100">'
+
'<div class="card-body"'
+
' style="height:350px; background-image:url('
+
"'entertainment
.jp
g'"
+
'); background-size: 100% 100%; background-repeat: no-repeat;">'
+
// place photo
'<div class="card-body"'
+
' style="height:350px; background-image:url('
+
"'entertainment
1.jpe
g'"
+
'); background-size: 100% 100%; background-repeat: no-repeat;">'
+
// place photo
'<div class="mr-5" id="nameDiv">'
+
entName
+
'</div>'
+
// place name
//'<div class="mr-5" id="typeDiv">'+entType+'</div>'+ // place type
'</div>'
+
...
...
public/entertainment1.jpeg
0 → 100644
View file @
80842ac
99.7 KB
Please
register
or
login
to post a comment