-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
350 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
<!DOCTYPE HTML> | ||
<!-- | ||
Future Imperfect by HTML5 UP | ||
html5up.net | @ajlkn | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
--> | ||
<html> | ||
<head> | ||
<title>Single - Future Imperfect by HTML5 UP</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> | ||
<link rel="stylesheet" href="../assets/css/main.css" /> | ||
</head> | ||
<body class="single is-preload"> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Header --> | ||
<header id="header"> | ||
<h1><a href="index.html">自学相关导览</a></h1> | ||
<nav class="links"> | ||
<ul> | ||
<li><a href="#">自学技巧</a></li> | ||
<li><a href="#">数学资料</a></li> | ||
<li><a href="#">文科答题模板</a></li> | ||
<li><a href="#">物化提高</a></li> | ||
<li><a href="../myStudy.html">我的学习</a></li> | ||
</ul> | ||
</nav> | ||
<nav class="main"> | ||
<ul> | ||
<li class="search"> | ||
<a class="fa-search" href="#search">Search</a> | ||
<form id="search" method="get" action="#"> | ||
<input type="text" name="query" placeholder="Search" /> | ||
</form> | ||
</li> | ||
<li class="menu"> | ||
<a class="fa-bars" href="#menu">Menu</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
|
||
<!-- Menu --> | ||
<section id="menu"> | ||
|
||
<!-- Search --> | ||
<section> | ||
<form class="search" method="get" action="#"> | ||
<input type="text" name="query" placeholder="Search" /> | ||
</form> | ||
</section> | ||
|
||
<!-- Links --> | ||
<section> | ||
<ul class="links"> | ||
<li> | ||
<a href="#"> | ||
<h3>Lorem ipsum</h3> | ||
<p>Feugiat tempus veroeros dolor</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<h3>Dolor sit amet</h3> | ||
<p>Sed vitae justo condimentum</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<h3>Feugiat veroeros</h3> | ||
<p>Phasellus sed ultricies mi congue</p> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="#"> | ||
<h3>Etiam sed consequat</h3> | ||
<p>Porta lectus amet ultricies</p> | ||
</a> | ||
</li> | ||
</ul> | ||
</section> | ||
|
||
<!-- Actions --> | ||
<section> | ||
<ul class="actions stacked"> | ||
<li><a href="#" class="button large fit">Log In</a></li> | ||
</ul> | ||
</section> | ||
|
||
</section> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
|
||
<!-- Post --> | ||
<article class="post"> | ||
<header> | ||
<div class="title"> | ||
<h2><a href="#">自学技巧</a></h2> | ||
<p>日常分享 自学技巧</p> | ||
</div> | ||
<div class="meta"> | ||
<time class="published" datetime="2024-2-25">2024-2-25</time> | ||
<a href="#" class="author"><span class="name">bgArray</span><img src="../../images/logo.png" alt="" /></a> | ||
</div> | ||
</header> | ||
<span class="image featured"><img src="images/post.png" alt="" /></span> | ||
<h2>节奏篇</h2> | ||
<a href="springboard.html">跳板原理</a> | ||
<footer> | ||
<ul class="stats"> | ||
<li><a href="#">General</a></li> | ||
<li><a href="#" class="icon solid fa-heart">28</a></li> | ||
<li><a href="#" class="icon solid fa-comment">128</a></li> | ||
</ul> | ||
</footer> | ||
</article> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<section id="footer"> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon solid fa-rss"><span class="label">RSS</span></a></li> | ||
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li> | ||
</ul> | ||
<p class="copyright">© Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>. Images: <a href="http://unsplash.com">Unsplash</a>.</p> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="../assets/js/jquery.min.js"></script> | ||
<script src="../assets/js/browser.min.js"></script> | ||
<script src="../assets/js/breakpoints.min.js"></script> | ||
<script src="../assets/js/util.js"></script> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.