Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이수빈
/
Find_your_own_personal_color
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-08 22:31:07 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
a6513b9bb5e278c8174661dc70591e483da5e9b6
a6513b9b
2 parents
151a2934
63814657
Merge remote-tracking branch 'upstream/master' into test1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
8 deletions
flask/static/color-1.css
flask/templates/color-1.html
flask/templates/cool.html
flask/templates/warm.html
flask/static/color-1.css
View file @
a6513b9
...
...
@@ -209,4 +209,8 @@
margin-left
:
auto
;
width
:
auto
;
}
}
\ No newline at end of file
}
.filebox
label
{
display
:
inline-block
;
padding
:
.5em
.75em
;
color
:
#999
;
font-size
:
inherit
;
line-height
:
normal
;
vertical-align
:
middle
;
background-color
:
#fdfdfd
;
cursor
:
pointer
;
border
:
1px
solid
#ebebeb
;
border-bottom-color
:
#e2e2e2
;
border-radius
:
.25em
;
}
.filebox
input
[
type
=
"file"
]
{
/* 파일 필드 숨기기 */
position
:
absolute
;
width
:
1px
;
height
:
1px
;
padding
:
0
;
margin
:
-1px
;
overflow
:
hidden
;
clip
:
rect
(
0
,
0
,
0
,
0
);
border
:
0
;
}
\ No newline at end of file
...
...
flask/templates/color-1.html
View file @
a6513b9
...
...
@@ -8,9 +8,13 @@
<meta
name=
"page_type"
content=
"np-template-header-footer-from-plugin"
>
<title>
color 1
</title>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='nicepage.css') }}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='color-1.css') }}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='color-1.css') }}"
media=
"screen"
>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
>
<script
class=
"u-script"
type=
"text/javascript"
src=
"{{ url_for('static', filename='jquery.js') }}"
defer=
""
></script>
<script
class=
"u-script"
type=
"text/javascript"
src=
"{{ url_for('static', filename='nicepage.js') }}"
defer=
""
></script>
<script
src=
"https://code.jquery.com/jquery-3.3.1.slim.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
></script>
<meta
name=
"generator"
content=
"Nicepage 3.0.9, nicepage.com"
>
<link
id=
"u-theme-google-font"
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
>
<link
id=
"u-page-google-font"
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i"
>
...
...
@@ -73,11 +77,20 @@
</div>
</section>
<form
action=
""
method=
"post"
enctype=
"multipart/form-data"
>
<input
type=
"file"
,
name=
"img-path"
>
<button
type=
'submit'
>
Start Test
</button>
</form>
<center>
<p>
<div
class=
"filebox"
>
<label
for=
"ex_file"
>
업로드
</label>
<input
type=
"file"
name=
"img-path"
id=
"ex_file"
>
</div>
</p>
<p>
<button
class=
"btn btn-primary btn-lg"
type=
'submit'
>
Start Test
</button>
</p>
</center>
</form>
<footer
class=
"u-align-left u-black u-clearfix u-footer u-footer"
id=
"sec-ed9b"
><div
class=
"u-clearfix u-sheet u-valign-middle u-sheet-1"
>
<blockquote
class=
"u-align-center u-text u-text-default u-text-1"
>
2020-2 Opensource Programming
<br>
Lee Su Bin
&
Jo Sue Yeon
...
...
flask/templates/cool.html
View file @
a6513b9
...
...
@@ -53,7 +53,7 @@
<p
class=
"u-align-center u-text u-text-2"
>
openCV 이미지 분석 결과 당신은 쿨톤입니다.
<br>
<br>
</p>
<a
href=
"http
s://find-your-color.ml
/"
class=
"u-btn u-button-style u-hover-palette-1-dark-1 u-palette-1-base u-btn-1"
>
다시 하기
</a>
<a
href=
"http
://josutest.pythonanywhere.com
/"
class=
"u-btn u-button-style u-hover-palette-1-dark-1 u-palette-1-base u-btn-1"
>
다시 하기
</a>
</div>
</div>
</div>
...
...
flask/templates/warm.html
View file @
a6513b9
...
...
@@ -53,7 +53,7 @@
<p
class=
"u-align-center u-text u-text-2"
>
openCV 이미지 분석 결과 당신은 웜톤입니다.
<br>
<br>
</p>
<a
href=
"http
s://find-your-color.ml
/"
class=
"u-btn u-button-style u-hover-palette-1-dark-1 u-palette-1-base u-btn-1"
>
다시 하기
</a>
<a
href=
"http
://josutest.pythonanywhere.com
/"
class=
"u-btn u-button-style u-hover-palette-1-dark-1 u-palette-1-base u-btn-1"
>
다시 하기
</a>
</div>
</div>
</div>
...
...
Please
register
or
login
to post a comment