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-07 05:04:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
05048a4bacb52f4e0ef828f9c018ee3f2862f65a
05048a4b
1 parent
22895653
인공지능&자가진단 도메인 연결
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
front/src/Home.js
personal/index.html
front/src/Home.js
View file @
05048a4
...
...
@@ -14,7 +14,6 @@ const Home = ( { history } ) =>
<
div
className
=
'animated infinite pulse'
>
findyourcolor
<
/div
>
<
/center
>
<
div
id
=
"btn_group"
>
<
button
id
=
"soo_btn1"
onClick
=
{()
=>
{
window
.
open
(
'https://stackoverflow.com/questions/51057153/how-to-use-window-open-onclick-reactjs'
,
"Popup"
,
"toolbar=no, location=no, statusbar=no, menubar=no, scrollbars=1, resizable=0, width=580, height=600, top=30"
)}}
>
image
<
/button
>
<
button
id
=
"soo_btn2"
onClick
=
{
()
=>
{
history
.
push
(
"/test"
)}}
>
test
<
/button
>
<
/div
>
<
/div
>
...
...
personal/index.html
View file @
05048a4
...
...
@@ -137,7 +137,8 @@
</p>
<div
class=
"tm-next"
>
<p>
<br><a
href=
"#work"
class=
"tm-intro-text tm-btn-primary"
>
테스트 하기
</a><br>
<br><a
href=
"http://josutest.pythonanywhere.com/"
class=
"tm-intro-text tm-btn-primary"
>
테스트 하기
</a><br>
<br><a
href=
"https://leesubin-khu.github.io/color/"
class=
"tm-intro-text tm-btn-primary"
>
자가진단 하기
</a><br>
<p>
구현 중...(현재는 테스트 하기 눌러도 아무 이벤트도 없습니다.)
</p>
...
...
Please
register
or
login
to post a comment