-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from sre-elite/fix-baseurl
Fix baseurl
- Loading branch information
Showing
76 changed files
with
2,413 additions
and
2,416 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
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
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,5 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"><head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<html lang="zh-cn"><head> | ||
<meta charset="utf-8"> | ||
<title>关于SRE精英联盟</title> | ||
|
||
|
@@ -19,24 +19,24 @@ | |
|
||
<!-- plugins --> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/plugins/bootstrap/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/plugins/bootstrap/bootstrap.min.css"> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/plugins/slick/slick.css"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/plugins/slick/slick.css"> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/plugins/animate/animate.css"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/plugins/animate/animate.css"> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/plugins/venobox/venobox.css"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/plugins/venobox/venobox.css"> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/plugins/themify-icons/themify-icons.css"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/plugins/themify-icons/themify-icons.css"> | ||
|
||
|
||
<!-- Main Stylesheet --> | ||
|
||
<link rel="stylesheet" href="//localhost:1313/scss/main.b781a84820a67f75397b24d374c37b74bbf7489a2bd613aa2f2a6dd75abe475bdf2338703cf933a556c445e989fe8ff697f884a4082d6f35e77c5e43d275fc66.css" integrity="sha512-t4GoSCCmf3U5eyTTdMN7dLv3SJor1hOqLypt11q+R1vfIzhwPPkzpVbERemJ/o/2l/iEpAgtbzXnfF5D0nX8Zg==" media="screen"> | ||
<link rel="stylesheet" href="https://www.sre-elite.com/scss/main.b781a84820a67f75397b24d374c37b74bbf7489a2bd613aa2f2a6dd75abe475bdf2338703cf933a556c445e989fe8ff697f884a4082d6f35e77c5e43d275fc66.css" integrity="sha512-t4GoSCCmf3U5eyTTdMN7dLv3SJor1hOqLypt11q+R1vfIzhwPPkzpVbERemJ/o/2l/iEpAgtbzXnfF5D0nX8Zg==" media="screen"> | ||
|
||
<!--Favicon--> | ||
<link rel="shortcut icon" href="//localhost:1313/images/favicon.png" type="image/x-icon"> | ||
<link rel="icon" href="//localhost:1313/images/favicon.png" type="image/x-icon"> | ||
<link rel="shortcut icon" href="https://www.sre-elite.com/images/favicon.png" type="image/x-icon"> | ||
<link rel="icon" href="https://www.sre-elite.com/images/favicon.png" type="image/x-icon"> | ||
|
||
</head> | ||
<body> | ||
|
@@ -47,8 +47,8 @@ | |
<div class="navigation w-100 "> | ||
<div class="container"> | ||
<nav class="navbar navbar-expand-lg navbar-dark p-0"> | ||
<a class="navbar-brand" href="//localhost:1313/"><img class="img-fluid" | ||
src="//localhost:1313/images/logo.png" alt="SRE精英联盟 | 引领、研究、发展SRE"></a> | ||
<a class="navbar-brand" href="/"><img class="img-fluid" | ||
src="https://www.sre-elite.com/images/logo.png" alt="SRE精英联盟 | 引领、研究、发展SRE"></a> | ||
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation" | ||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
|
@@ -57,18 +57,18 @@ | |
<div class="collapse navbar-collapse text-center" id="navigation"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="//localhost:1313/">首页</a> | ||
<a class="nav-link" href="/">首页</a> | ||
</li> | ||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="//localhost:1313/about/">关于</a> | ||
<a class="nav-link" href="https://www.sre-elite.com/about/">关于</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="//localhost:1313/notice/">公告</a> | ||
<a class="nav-link" href="https://www.sre-elite.com/notice/">公告</a> | ||
</li> | ||
|
||
|
||
|
@@ -79,29 +79,29 @@ | |
</a> | ||
<div class="dropdown-menu"> | ||
|
||
<a class="dropdown-item" href="//localhost:1313/teacher/">专家</a> | ||
<a class="dropdown-item" href="https://www.sre-elite.com/teacher/">专家</a> | ||
|
||
<a class="dropdown-item" href="//localhost:1313/event/">活动</a> | ||
<a class="dropdown-item" href="https://www.sre-elite.com/event/">活动</a> | ||
|
||
<a class="dropdown-item" href="//localhost:1313/research/">研究</a> | ||
<a class="dropdown-item" href="https://www.sre-elite.com/research/">研究</a> | ||
|
||
<a class="dropdown-item" href="//localhost:1313/course/">课程</a> | ||
<a class="dropdown-item" href="https://www.sre-elite.com/course/">课程</a> | ||
|
||
<a class="dropdown-item" href="//localhost:1313/scholarship/">辅导</a> | ||
<a class="dropdown-item" href="https://www.sre-elite.com/scholarship/">辅导</a> | ||
|
||
</div> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="//localhost:1313/blog/">博客</a> | ||
<a class="nav-link" href="https://www.sre-elite.com/blog/">博客</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="//localhost:1313/contact/">联系</a> | ||
<a class="nav-link" href="https://www.sre-elite.com/contact/">联系</a> | ||
</li> | ||
|
||
|
||
|
@@ -122,7 +122,7 @@ | |
<div class="row"> | ||
<div class="col-md-8"> | ||
<ul class="list-inline custom-breadcrumb"> | ||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="//localhost:1313/">首页</a></li> | ||
<li class="list-inline-item h2"><a class="text-primary font-secondary" href="/">首页</a></li> | ||
<li class="list-inline-item h5"><i class="ti-angle-right text-white"></i></li> | ||
<li class="list-inline-item text-white h3 font-secondary">关于SRE精英联盟</li> | ||
</ul> | ||
|
@@ -212,7 +212,7 @@ <h5 class="text-white">活动人次</h5> | |
|
||
|
||
|
||
<section class="section bg-cover" data-background="//localhost:1313/images/backgrounds/success-story.jpg"> | ||
<section class="section bg-cover" data-background="https://www.sre-elite.com/images/backgrounds/success-story.jpg"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-6 col-sm-4 position-relative success-video"> | ||
|
@@ -265,7 +265,7 @@ <h3 class="text-white mb-4">订阅新闻</h3> | |
<div class="row"> | ||
<div class="col-lg-4 col-sm-8 mb-5 mb-lg-0"> | ||
|
||
<a class="logo-footer" href="//localhost:1313/"><img class="img-fluid mb-4" src="//localhost:1313/images/logo.png" alt="SRE精英联盟 | 引领、研究、发展SRE"></a> | ||
<a class="logo-footer" href="/"><img class="img-fluid mb-4" src="https://www.sre-elite.com/images/logo.png" alt="SRE精英联盟 | 引领、研究、发展SRE"></a> | ||
<ul class="list-unstyled"> | ||
<li class="mb-4">北京,中国</li> | ||
<li class="mb-4"><a href="mailto:[email protected]">[email protected]</a></li> | ||
|
@@ -278,21 +278,21 @@ <h4 class="text-white mb-5 text-uppercase">联盟</h4> | |
<ul class="list-unstyled"> | ||
|
||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/about/">关于</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/about/">关于</a></li> | ||
|
||
|
||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/notice/">公告</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/notice/">公告</a></li> | ||
|
||
|
||
|
||
|
||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/blog/">博客</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/blog/">博客</a></li> | ||
|
||
|
||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/contact/">联系</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/contact/">联系</a></li> | ||
|
||
|
||
</ul> | ||
|
@@ -302,13 +302,13 @@ <h4 class="text-white mb-5 text-uppercase">联盟</h4> | |
<h4 class="text-white mb-5 text-uppercase">链接</h4> | ||
<ul class="list-unstyled"> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/teacher/">专家</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/teacher/">专家</a></li> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/event/">活动</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/event/">活动</a></li> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/research/">研究</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/research/">研究</a></li> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/scholarship/">辅导</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/scholarship/">辅导</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -317,7 +317,7 @@ <h4 class="text-white mb-5 text-uppercase">链接</h4> | |
<h4 class="text-white mb-5 text-uppercase">课程</h4> | ||
<ul class="list-unstyled"> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/course/course-6/">课程开发中</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/course/course-6/">课程开发中</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -326,11 +326,11 @@ <h4 class="text-white mb-5 text-uppercase">课程</h4> | |
<h4 class="text-white mb-5 text-uppercase">最新公告</h4> | ||
<ul class="list-unstyled"> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/notice/wp-v-1.0.3/">《SRE实践白皮书》v1.0.3 发布</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/notice/wp-v-1.0.3/">《SRE实践白皮书》v1.0.3 发布</a></li> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/notice/wp-v-1.0.2/">《SRE实践白皮书》v1.0.2 发布</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/notice/wp-v-1.0.2/">《SRE实践白皮书》v1.0.2 发布</a></li> | ||
|
||
<li class="mb-3"><a class="text-color" href="//localhost:1313/notice/wp-v-1.0.1/">祝贺《SRE实践白皮书》v1.0.1 正式版发布</a></li> | ||
<li class="mb-3"><a class="text-color" href="https://www.sre-elite.com/notice/wp-v-1.0.1/">祝贺《SRE实践白皮书》v1.0.1 正式版发布</a></li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -366,22 +366,22 @@ <h4 class="text-white mb-5 text-uppercase">最新公告</h4> | |
|
||
<!-- JS Plugins --> | ||
|
||
<script src="//localhost:1313/plugins/jQuery/jquery.min.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/jQuery/jquery.min.js"></script> | ||
|
||
<script src="//localhost:1313/plugins/bootstrap/bootstrap.min.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/bootstrap/bootstrap.min.js"></script> | ||
|
||
<script src="//localhost:1313/plugins/slick/slick.min.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/slick/slick.min.js"></script> | ||
|
||
<script src="//localhost:1313/plugins/venobox/venobox.min.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/venobox/venobox.min.js"></script> | ||
|
||
<script src="//localhost:1313/plugins/filterizr/jquery.filterizr.min.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/filterizr/jquery.filterizr.min.js"></script> | ||
|
||
<script src="//localhost:1313/plugins/google-map/gmap.js"></script> | ||
<script src="https://www.sre-elite.com/plugins/google-map/gmap.js"></script> | ||
|
||
|
||
<!-- Main Script --> | ||
|
||
<script src="//localhost:1313/js/script.min.js"></script> | ||
<script src="https://www.sre-elite.com/js/script.min.js"></script> | ||
|
||
<!-- google analitycs --> | ||
|
||
|
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.