Skip to content

Commit

Permalink
[refactor] New website
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgaoxing committed May 18, 2024
1 parent 336b4f8 commit a09f0bf
Show file tree
Hide file tree
Showing 8 changed files with 1,102 additions and 245 deletions.
Binary file added 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="zh-cn" onselectstart="return false" oncontextmenu="self.event.returnValue=false">

<head>
<title>玄云海 - 关于</title>
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://unpkg.com/@fontsource/[email protected]/index.css">
<meta name="description" content="玄云海,一个软件开发工作室,提供Python、Golang、JS(前端设计及开发和Nodejs)、Java、小程序开发、AVG游戏">
<meta name="keywords" content="玄云海,OblivionOcean,软件开发,工作室,关于">
<meta name="ptype" content="post">
</head>

<body>
<div class="header">
<div class="right">
<a href="/" class="jumpload" ptype="home">首页</a>
<a href="/about.html" class="jumpload" ptype="post">关于</a>
</div>
</div>
<div class="main">
<div class="headimg">
<span>
关于
</span>
</div>
<div class="post">
<span>玄云海OblivionOcean是一个专注于程序与网页设计的青少年组织。成立于2022年,由吹神求杀和Fgaoxing两位创始人建立,在2023年7月重组扩编,玄云海已经有了20余人的常备人员,初七云,蜜蜂云等合作伙伴。</span>
</div>
</div>
<div class="fo oter">

</div>
<script src="./app.js"></script>
</body>

</html>
Loading

0 comments on commit a09f0bf

Please sign in to comment.