-
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
1 parent
1d7cbba
commit 4bc3c1c
Showing
4 changed files
with
109 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
<!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"> | ||
|
||
<meta name="copyright" > | ||
<meta name="copyright"> | ||
|
||
<title>智海巨人</title> | ||
|
||
|
@@ -22,6 +23,7 @@ | |
<link rel="icon" type="image/x-icon" href="./assets/img/logo.jpg"> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Back to top button --> | ||
|
@@ -32,7 +34,8 @@ | |
<div class="container"> | ||
<a href="index.html" class="navbar-brand">智海<span class="text-primary">巨人</span></a> | ||
|
||
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" | ||
aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
|
@@ -54,7 +57,7 @@ | |
<a href="contact.html" class="nav-link">联系</a> | ||
</li> | ||
</ul> | ||
<!-- | ||
<!-- | ||
<div class="ml-auto"> | ||
<a href="#" class="btn btn-outline rounded-pill">Get a Quote</a> | ||
</div> --> | ||
|
@@ -73,7 +76,7 @@ | |
<li class="breadcrumb-item active">Second divided from form fish beastr</li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="row"> | ||
<div class="col-lg-8"> | ||
<div class="blog-single-wrap"> | ||
|
@@ -88,7 +91,7 @@ | |
</div> | ||
by <a href="#">Stephen Doe</a> | ||
</div> | ||
|
||
<div class="post-sharer"> | ||
<a href="#" class="btn social-facebook"><span class="mai-logo-facebook-f"></span></a> | ||
<a href="#" class="btn social-twitter"><span class="mai-logo-twitter"></span></a> | ||
|
@@ -111,14 +114,25 @@ <h1 class="post-title">Second divided from form fish beastr</h1> | |
</div> | ||
</div> | ||
<div class="post-content"> | ||
<p>MCSE boot camps have its supporters and its detractors. Some people do not understand why you should have to spend money on boot camp when you can get the MCSE study materials yourself at a fraction of the camp price. However, who has the willpower.</p> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui saepe aliquid perferendis neque eos commodi nulla, veniam ex mollitia, quod dignissimos id exercitationem corporis. At optio laudantium suscipit in nam!</p> | ||
<blockquote class="quote">“I'm selfish, impatient and a little insecure. I make mistakes, I am out of control and at times hard to handle. But if you can't handle me at my worst, then you sure as hell don't deserve me at my best.” | ||
<span class="author">― Marilyn Monroe</span></blockquote> | ||
<p>Praesent vel mi bibendum, finibus leo ac, condimentum arcu. Pellentesque sem ex, tristique sit amet suscipit in, mattis imperdiet enim. Integer tempus justo nec velit fringilla, eget eleifend neque blandit. Sed tempor magna sed congue auctor. Mauris eu turpis eget tortor ultricies elementum. Phasellus vel placerat orci, a venenatis justo. Phasellus faucibus venenatis nisl vitae vestibulum. Praesent id nibh arcu. Vivamus sagittis accumsan felis, quis vulputate</p> | ||
<p>MCSE boot camps have its supporters and its detractors. Some people do not understand why you should | ||
have to spend money on boot camp when you can get the MCSE study materials yourself at a fraction of | ||
the camp price. However, who has the willpower.</p> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui saepe aliquid perferendis neque eos | ||
commodi nulla, veniam ex mollitia, quod dignissimos id exercitationem corporis. At optio laudantium | ||
suscipit in nam!</p> | ||
<blockquote class="quote">“I'm selfish, impatient and a little insecure. I make mistakes, I am out of | ||
control and at times hard to handle. But if you can't handle me at my worst, then you sure as hell | ||
don't deserve me at my best.” | ||
<span class="author">― Marilyn Monroe</span> | ||
</blockquote> | ||
<p>Praesent vel mi bibendum, finibus leo ac, condimentum arcu. Pellentesque sem ex, tristique sit amet | ||
suscipit in, mattis imperdiet enim. Integer tempus justo nec velit fringilla, eget eleifend neque | ||
blandit. Sed tempor magna sed congue auctor. Mauris eu turpis eget tortor ultricies elementum. | ||
Phasellus vel placerat orci, a venenatis justo. Phasellus faucibus venenatis nisl vitae vestibulum. | ||
Praesent id nibh arcu. Vivamus sagittis accumsan felis, quis vulputate</p> | ||
</div> | ||
</div> | ||
|
||
<div class="comment-form-wrap pt-5"> | ||
<h2 class="mb-5">Leave a comment</h2> | ||
<form action="#" class=""> | ||
|
@@ -136,18 +150,18 @@ <h2 class="mb-5">Leave a comment</h2> | |
<label for="website">Website</label> | ||
<input type="url" class="form-control" id="website"> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label for="message">Message</label> | ||
<textarea name="msg" id="message" cols="30" rows="8" class="form-control"></textarea> | ||
</div> | ||
<div class="form-group"> | ||
<input type="submit" value="Post Comment" class="btn btn-primary"> | ||
</div> | ||
|
||
</form> | ||
</div> | ||
|
||
</div> | ||
<div class="col-lg-4"> | ||
<div class="widget"> | ||
|
@@ -158,12 +172,12 @@ <h2 class="mb-5">Leave a comment</h2> | |
<button type="submit" class="btn btn-primary btn-block">Search</button> | ||
</form> | ||
</div> | ||
|
||
<!-- Widget Categories --> | ||
<div class="widget-box"> | ||
<h4 class="widget-title">Category</h4> | ||
<div class="divider"></div> | ||
|
||
<ul class="categories"> | ||
<li><a href="#">LifeStyle</a></li> | ||
<li><a href="#">Food</a></li> | ||
|
@@ -172,61 +186,61 @@ <h4 class="widget-title">Category</h4> | |
<li><a href="#">Entertainment</a></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Widget recent post --> | ||
<div class="widget-box"> | ||
<h4 class="widget-title">Recent Post</h4> | ||
<div class="divider"></div> | ||
|
||
<div class="blog-item"> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-1.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-1.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="blog-item"> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-2.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-2.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="blog-item"> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-3.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
<a class="post-thumb" href=""> | ||
<img src="./assets/img/blog/blog-3.jpg" alt=""> | ||
</a> | ||
<div class="content"> | ||
<h6 class="post-title"><a href="#">Even the all-powerful Pointing has no control</a></h6> | ||
<div class="meta"> | ||
<a href="#"><span class="mai-calendar"></span> July 12, 2018</a> | ||
<a href="#"><span class="mai-person"></span> Admin</a> | ||
<a href="#"><span class="mai-chatbubbles"></span> 19</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Widget Tag Cloud --> | ||
<div class="widget-box"> | ||
<h4 class="widget-title">Tag Cloud</h4> | ||
<div class="divider"></div> | ||
|
||
<div class="tag-clouds"> | ||
<a href="#" class="tag-cloud-link">Projects</a> | ||
<a href="#" class="tag-cloud-link">Design</a> | ||
|
@@ -237,11 +251,11 @@ <h4 class="widget-title">Tag Cloud</h4> | |
<a href="#" class="tag-cloud-link">Food</a> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</main> | ||
|
@@ -253,7 +267,7 @@ <h4 class="widget-title">Tag Cloud</h4> | |
<h3>Digi<span class="text-primary">Gram.</span></h3> | ||
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit.</p> | ||
|
||
<p><a href="#" >[email protected]</a></p> | ||
<p><a href="#">[email protected]</a></p> | ||
<p><a href="#">+00 1122 3344 5566</a></p> | ||
</div> | ||
<div class="col-lg-3 py-3"> | ||
|
@@ -293,14 +307,14 @@ <h5>Subscribe</h5> | |
|
||
<div class="row"> | ||
<div class="col-sm-6 py-2"> | ||
<p id="copyright">© 2020 <a href="https://macodeid.com/">MACode ID</a>. All rights reserved</p> | ||
<p id="copyright">© 2024 <a href="./">智海巨人</a> </p> | ||
</div> | ||
<div class="col-sm-6 py-2 text-right"> | ||
<!-- <div class="d-inline-block px-3"> | ||
<a href="#">隐私</a> | ||
</div> --> | ||
<div class="d-inline-block px-3"> | ||
<a href="#">Privacy</a> | ||
</div> | ||
<div class="d-inline-block px-3"> | ||
<a href="#">Contact Us</a> | ||
<a href="contact.html">联系我们</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -325,4 +339,5 @@ <h5>Subscribe</h5> | |
<script src="./assets/js/theme.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
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
Oops, something went wrong.