Skip to content

Commit

Permalink
Make it simple
Browse files Browse the repository at this point in the history
  • Loading branch information
StepfenShawn committed Mar 16, 2024
1 parent 58ca8a9 commit e783832
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 122 deletions.
Binary file modified img/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 22 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,27 @@
<title>Cantonese Community</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><h1><a href="index.html">主页</a></h1></li>
<li><h1><a href="pages/Docs.html">文档</a></h1></li>
<li><h1><a href="pages/Dowload.html">下载</a></h1></li>
<li><h1><a href="pages/Community.html">社区</a></h1></li>
<li><h1><a href="https://stepfenshawn.github.io/">关于作者</a></h1></li>
</ul>
</nav>

</header>

<section>
<img style="margin-right: 20px;" src="img/logo.jpg">
<h1>粤语编程语言系咩? 佢系一门用粤语嚟同计算机沟通嘅编程语言。喺呢个语言度,计算机可以读明你写嘅粤语。所以话,你可以用粤语嚟操作(虐待)计算机。</h1>
</section>
<footer>

</footer>
<body>
<div style="max-width: 42em; margin: 0; padding: 0;">
<img style="width: 10em;" src="img/logo.jpg">
<pre>
______ __
/ ________ _____ / /_____ ____ ___ ________
/ / / __ `/ __ \/ __/ __ \/ __ \/ _ \/ ___/ _ \
/ /___/ /_/ / / / / /_/ /_/ / / / / __(__ / __/
\____/\__,_/_/ /_/\__/\____/_/ /_/\___/____/\___/
</pre>
<br>
粤语编程语言系咩? 佢系一门用粤语嚟同计算机沟通嘅编程语言。喺呢个语言度,计算机可以读明你写嘅粤语。所以话,你可以用粤语嚟操作(虐待)计算机。

<h4>點樣安裝?</h4>
<code>
pip install cantonese
</code>
<h4>源代碼</h4>
<a href="https://github.com/StepfenShawn/Cantonese/">https://github.com/StepfenShawn/Cantonese/</a>
<h4>作者主頁</h4>
<a href="https://stepfenshawn.github.io/">https://stepfenshawn.github.io/</a>
</div>
</body>
</html>
28 changes: 0 additions & 28 deletions pages/Community.html

This file was deleted.

39 changes: 0 additions & 39 deletions pages/Docs.html

This file was deleted.

29 changes: 0 additions & 29 deletions pages/Dowload.html

This file was deleted.

5 changes: 0 additions & 5 deletions style/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
body{
background-color: black;
}
header{
background:white;
color:white;
Expand All @@ -25,14 +22,12 @@ section{
padding: 40px;
display: flex;
height: 300px;
background-color: gainsboro;
flex-direction: row;
}

footer{
padding: 10px;
text-align: center;
background-color: black;
}

svg{
Expand Down

0 comments on commit e783832

Please sign in to comment.