Toggle navigation
Toggle navigation
This project
Loading...
Sign in
천현우
/
Voicoding
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
민병수
2021-06-09 01:56:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1388d750bf1b96815cc3ae0db476b866adc8561e
1388d750
1 parent
c84d14b6
Html Final
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
5 deletions
Voicoding_web/Voico_Home.html
Voicoding_web/Voico_Info.html
Voicoding_web/Voico_Menu.css
Voicoding_web/Voico_Menu.html
Voicoding_web/labtop.gif
Voicoding_web/mic.gif
Voicoding_web/Voico_Home.html
View file @
1388d75
...
...
@@ -77,7 +77,7 @@
</div>
<ul
class=
"menu_bar_content"
>
<a
class =
"basic"
href=
"Voico_Home.html"
><li>
Home
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('Manual.html')"
><li>
Manual
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('
Voico_
Manual.html')"
><li>
Manual
</li></a>
<a
class =
"basic"
href=
"Voico_Info.html"
><li>
Info
</li></a>
</ul>
<ul
class=
"menu_bar_icons"
>
...
...
Voicoding_web/Voico_Info.html
View file @
1388d75
...
...
@@ -22,8 +22,8 @@
</div>
<ul
class=
"menu_bar_content"
>
<a
class =
"basic"
href=
"Voico_Home.html"
><li>
Home
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('Manual.html')"
><li>
Manual
</li></a>
<a
class =
"basic"
href=
"Voico_
Contact
.html"
><li>
info
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('
Voico_
Manual.html')"
><li>
Manual
</li></a>
<a
class =
"basic"
href=
"Voico_
Info
.html"
><li>
info
</li></a>
</ul>
<ul
class=
"menu_bar_icons"
>
<a
class=
"basic"
href=
"https://www.instagram.com/voicoding__/"
><li><i
class=
"fab fa-instagram"
></i></li></a>
...
...
Voicoding_web/Voico_Menu.css
View file @
1388d75
...
...
@@ -103,3 +103,8 @@ a{
font-size
:
20px
;
font-weight
:
bold
;
}
.welcome
{
display
:
flex
;
flex-wrap
:
nowrap
;
justify-content
:
space-around
;
}
\ No newline at end of file
...
...
Voicoding_web/Voico_Menu.html
View file @
1388d75
...
...
@@ -21,7 +21,7 @@
</div>
<ul
class=
"menu_bar_content"
>
<a
class=
"basic"
href=
"Voico_Home.html"
><li>
Home
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('Manual.html')"
><li>
Manual
</li></a>
<a
class=
"basic"
href=
"#"
onclick=
"window.open('
Voico_
Manual.html')"
><li>
Manual
</li></a>
<a
class=
"basic"
href=
"Voico_Info.html"
><li>
info
</li></a>
</ul>
<ul
class=
"menu_bar_icons"
>
...
...
@@ -30,6 +30,12 @@
</ul>
<a
href=
"#"
class=
"menu_toggle"
><i
class=
"fas fa-bars"
></i></a>
</nav>
<h1
style=
"text-align:center"
>
Welcome to Voicoding
</h1>
<p
style=
"text-align:center; font-family:'Noto serif KR'; font-size: 20px;"
>
넌 아직도 코딩을 손으로 하니?
<br>
촌스럽게 누가 손으로 코딩해?
<br>
요즘은 다 목소리로 해😏
</p>
<div
class=
"welcome"
>
<img
src=
"mic.gif"
style=
"display:flex; width:25%; height:25%;"
></img>
<i
class=
"fas fa-arrow-right"
style=
"display:flex; align-self: center; font-size:40px"
></i>
<img
src=
"labtop.gif"
style=
"display:flex; width:25%; height:25%;"
></img>
</div>
</body>
</html>
\ No newline at end of file
...
...
Voicoding_web/labtop.gif
0 → 100644
View file @
1388d75
2.15 MB
Voicoding_web/mic.gif
0 → 100644
View file @
1388d75
4.55 MB
Please
register
or
login
to post a comment