Skip to content

Commit

Permalink
update from gridea: 2023-08-01 17:37:57
Browse files Browse the repository at this point in the history
  • Loading branch information
lxowalle committed Aug 1, 2023
0 parents commit 082c1ec
Show file tree
Hide file tree
Showing 15 changed files with 3,477 additions and 0 deletions.
89 changes: 89 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Page Not Found</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
height: 100vh;
text-align: center;
}
.box {
flex: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
.number {
font-size: 80px;
color: #666;
font-weight: bold;
}
.text {
font-size: 14px;
margin: 24px;
color: #333;
}
.btn-container {
display: flex;
justify-content: center;
}
.btn {
padding: 8px 24px;
display: inline-block;
text-decoration: none;
background: #fff;
border: 2px solid #efefef;
color: #333;
margin: 24px;
border-radius: 20px;
cursor: pointer;
display: flex;
align-items: center;
}
.footer {
padding: 16px;
border-top: 1px solid #efefef;
color: #777;
font-weight: lighter;
}
.footer a {
text-decoration: none;
font-weight: bold;
color: #000;
}
</style>
</head>
<body>
<div class="box">
<div class="number">4 0 4</div>
<div class="text">
Page not found
</div>
<div class="btn-container">
<a class="btn" id="back">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" style="margin-right: 8px;">
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M5.828 7l2.536 2.536L6.95 10.95 2 6l4.95-4.95 1.414 1.414L5.828 5H13a8 8 0 1 1 0 16H4v-2h9a6 6 0 1 0 0-12H5.828z"/>
</svg>
Back
</a>
</div>
</div>
<footer class="footer">
Powered by <a href="https://gridea.dev" target="_blank">Gridea</a>
</footer>
<script>
var back = document.getElementById('back')
back.onclick = function() { console.log('run...'); history.back() }
</script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lxowalle.cc
143 changes: 143 additions & 0 deletions archives/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>lxowalle</title>
<link rel="shortcut icon" href="https://lxowalle.github.io/favicon.ico?v=1690882662753">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.3.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://lxowalle.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="lxowalle - Atom Feed" href="https://lxowalle.github.io/atom.xml">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700">



<meta name="description" content="温故而知新" />
</head>
<body>
<div class="main">
<div class="main-content">
<div class="site-header">
<a href="https://lxowalle.github.io">
<img class="avatar" src="https://lxowalle.github.io/images/avatar.png?v=1690882662753" alt="">
</a>
<h1 class="site-title">
lxowalle
</h1>
<p class="site-description">
温故而知新
</p>
<div class="menu-container">


<a href="/" class="menu">
首页
</a>



<a href="/archives" class="menu">
归档
</a>



<a href="/tags" class="menu">
标签
</a>



<a href="/post/about" class="menu">
关于
</a>


</div>
<div class="social-container">











</div>
</div>




<div class="archives-container">

<h2 class="year">2023</h2>


<a href="https://lxowalle.github.io/post/ros2-shi-yong-client-ku/" class="post">
<h2 class="post-title">
[ROS2] Client库使用
</h2>
<div class="time">2023-07-27</div>
</a>



<a href="https://lxowalle.github.io/post/ros2-cli-gong-ju-shi-yong/" class="post">
<h2 class="post-title">
[ROS2] CLI工具使用
</h2>
<div class="time">2023-07-25</div>
</a>



<a href="https://lxowalle.github.io/post/shi-yong-bouffalo-sdk-kai-fa-bl618/" class="post">
<h2 class="post-title">
使用bouffalo sdk开发bl618
</h2>
<div class="time">2023-07-11</div>
</a>



<a href="https://lxowalle.github.io/post/kai-shi-shi-yong-licheepi-4a-ji-lu/" class="post">
<h2 class="post-title">
开始使用LicheePi 4A记录
</h2>
<div class="time">2023-07-07</div>
</a>



<a href="https://lxowalle.github.io/post/cong-0-kai-shi-da-jian-h616-de-kai-fa-huan-jing/" class="post">
<h2 class="post-title">
基于H616环境调试u-boot
</h2>
<div class="time">2023-07-04</div>
</a>



</div>


<div class="pagination-container">


</div>


<div class="site-footer">
Powered by lxowalle
<a class="rss" href="https://lxowalle.github.io/atom.xml" target="_blank">
<i class="ri-rss-line"></i> RSS
</a>
</div>

</div>
</div>
</body>
</html>
Loading

0 comments on commit 082c1ec

Please sign in to comment.