Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
automated_image_processing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hyunseok_Sang
automated_image_processing
Commits
aeea2b64
Commit
aeea2b64
authored
2 years ago
by
shin
Browse files
Options
Downloads
Patches
Plain Diff
이미지 이름과 경로 변경, 다운로드 기능 추가
parent
b5268c22
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.html
+69
-60
69 additions, 60 deletions
index.html
style.css
+5
-0
5 additions, 0 deletions
style.css
with
74 additions
and
60 deletions
index.html
+
69
−
60
View file @
aeea2b64
...
@@ -12,9 +12,10 @@
...
@@ -12,9 +12,10 @@
crossorigin=
"anonymous"
crossorigin=
"anonymous"
/>
/>
<link
rel=
"stylesheet"
href=
"
app
.css"
/>
<link
rel=
"stylesheet"
href=
"
style
.css"
/>
</head>
</head>
<body>
<body>
<div>
<div
class=
"navbar navbar-dark bg-dark shadow-sm"
>
<div
class=
"navbar navbar-dark bg-dark shadow-sm"
>
<div
class=
"container"
>
<div
class=
"container"
>
<a
href=
"#"
class=
"navbar-brand d-flex align-items-center"
>
<a
href=
"#"
class=
"navbar-brand d-flex align-items-center"
>
...
@@ -67,12 +68,18 @@
...
@@ -67,12 +68,18 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"col"
>
<img
src=
"./images/OutputImage2.png"
alt=
""
/>
<a
href=
"./images/removeBgImage.png"
download=
"다운로드"
><img
src=
"./images/removeBgImage.png"
alt=
""
/></a>
<p>
배경 삭제된 이미지
</p>
<p>
배경 삭제된 이미지
</p>
<div
class=
""
>
이미지를 누르면 다운로드 됩니다.
</div>
</div>
</div>
<div
class=
"col"
>
<div
class=
"col"
>
<img
src=
"./images/OutputImage_black.png"
alt=
""
/>
<a
href=
"./images/removeBgImage_black.png"
download=
"다운로드"
><img
src=
"./images/removeBgImage_black.png"
alt=
""
/></a>
<p>
배경 검은색
</p>
<p>
배경 검은색
</p>
<div
class=
""
>
이미지를 누르면 다운로드 됩니다.
</div>
</div>
</div>
</div>
</div>
...
@@ -81,6 +88,8 @@
...
@@ -81,6 +88,8 @@
배경 검정색
배경 검정색
</button>
</button>
</div>
</div>
</div>
<script
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
integrity=
"sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
...
...
This diff is collapsed.
Click to expand it.
style.css
+
5
−
0
View file @
aeea2b64
...
@@ -2,3 +2,8 @@
...
@@ -2,3 +2,8 @@
max-width
:
100%
;
max-width
:
100%
;
margin-top
:
20px
;
margin-top
:
20px
;
}
}
button
{
margin
:
10px
;
margin-bottom
:
30px
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment