Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cdeck3r/OneDly-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'post/conclusion/index.html')
-rw-r--r--post/conclusion/index.html59
1 files changed, 25 insertions, 34 deletions
diff --git a/post/conclusion/index.html b/post/conclusion/index.html
index d8f7fc0..d83ee61 100644
--- a/post/conclusion/index.html
+++ b/post/conclusion/index.html
@@ -20,7 +20,7 @@
<link href="css/landing-page.css" rel="stylesheet">
- <link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
@@ -67,7 +67,7 @@ body {
.header-container h4 {
color: rgb(51, 51, 51);
}
-
+
</style>
</head>
@@ -78,31 +78,32 @@ body {
<div class="container">
<div class="navbar-header page-scroll" style="margin-left: -15px;">
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" style="margin-right: 0px;">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="page-scroll navbar-brand" href="#intro">OneDly Theme</a>
+ <a class="navbar-brand page-scroll" style="padding-left: 0px;margin-left: 0px;" href="#intro">
+ OneDly Project</a>
</div>
- <div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1">
+ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
- <a class="page-scroll" href=//github.com/cdeck3r/OneDly-Theme>
+ <a class="page-scroll" href="//github.com/cdeck3r/OneDly-Theme">
Github
</a>
</li>
-
+
<li>
- <a class="page-scroll" href=//cdeck3r.com>
+ <a class="page-scroll" href="//cdeck3r.com">
cdeck3r
</a>
</li>
-
+
</ul>
</div>
@@ -121,27 +122,18 @@ body {
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Conclusion</h2>
-
-
-<p>This section concludes the project.</p>
-
+ <p>This section concludes the project.</p>
<h3 id="summary">Summary</h3>
-
<p>The list below displays the achieved objectives:</p>
-
-<ul class="task-list">
-<li><label><input type="checkbox" checked disabled class="task-list-item"> To be able to setup a Raspi from scratch</label></li>
-<li><label><input type="checkbox" checked disabled class="task-list-item"> To be able to develop a simple command line software</label></li>
-<li><label><input type="checkbox" checked disabled class="task-list-item"> To enable a software to automatically restart after shutdown / power off</label></li>
-<li><label><input type="checkbox" disabled class="task-list-item"> To enable resilience by monitoring and restarting software processes remotely</label></li>
+<ul>
+<li><input checked="" disabled="" type="checkbox">To be able to setup a Raspi from scratch</li>
+<li><input checked="" disabled="" type="checkbox">To be able to develop a simple command line software</li>
+<li><input checked="" disabled="" type="checkbox">To enable a software to automatically restart after shutdown / power off</li>
+<li><input disabled="" type="checkbox">To enable resilience by monitoring and restarting software processes remotely</li>
</ul>
-
<h3 id="conclusion">Conclusion</h3>
-
<p>I successfully acquired new development skills for raspi computers. They provide a valuable contribution to my CV.</p>
-
<h3 id="next-steps">Next Steps</h3>
-
<p>There are other embedded systems. Will approach them as my next programming plattform.</p>
</div>
@@ -155,7 +147,7 @@ body {
<footer>
<div class="container">
<div class="row">
- <div class="col-md-8" style="padding-left: 0px">
+ <div class="col-md-8" style="padding-left: 0px; width:100%">
<ul class="list-inline">
<li>
<a class="page-scroll" href="#intro">Up</a>
@@ -169,24 +161,23 @@ body {
<a href="http://cdeck3r.com/OneDly-Theme/imprint-gdpr/gdpr" >GDPR</a>
</li>
</ul>
- <p class="copyright text-muted small">Copyright &copy; OneDly Theme All Rights Reserved</p>
+ <p class="copyright text-muted small" style="text-align:left;">
+ Copyright &copy; OneDly Project All Rights Reserved
+ </br>Built with <a href="http://gohugo.io">Hugo</a> and the <a href="https://github.com/cdeck3r/OneDly-Theme">OneDly project</a> theme.
+ </p>
</div>
- <div class="col-md-4" style="padding-right: 0px">
- Built with <a href="http://gohugo.io">Hugo</a> and the
- <a href="https://github.com/cdeck3r/OneDly-Theme">OneDly project</a>
- theme.
- </div>
+
</div>
</div>
</footer>
-<script src="/js/jquery-1.11.0.js"></script>
+<script src="js/jquery-1.11.0.js"></script>
-<script src="/js/jquery.easing.min.js"></script>
+<script src="js/jquery.easing.min.js"></script>
-<script src="/js/bootstrap.min.js"></script>
+<script src="js/bootstrap.min.js"></script>