Mini webpage

This commit is contained in:
2019-09-05 13:08:34 +02:00
parent b4139d8994
commit f25ffbd1e6
10 changed files with 12 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
title: Powerful Computer Manager
email: contacto@jkanetwork.com
url: https://jkanetwork.gitlab.io
baseurl: /powerfulcomputermanager
baseurl: "/powerfulcomputermanager"
description: "Powerful Computer Manager (PCM) its a simple but useful program to control computers in a Active Directory (Or grouped by other ways) to update software, tweak system,generate reports and more in a unattended and silently way"
# Color settings (hex-codes without the leading hash-tag)

View File

@@ -2,11 +2,10 @@
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>About Grayscale</h2>
<p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
<p>The Jekyll version is brought to you by <a href="https://github.com/jeromelachaud">Jerome Lachaud</a></p>
<p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p>
<p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p>
<h2>About Powerful Computer Manager</h2>
<p>Powerful Computer Manager is the super-simple-but-powerful program to automatizate tasks in groups of computers (In a Active Directory site, or not) in a unattended way.<br>
It inteed to be a simple SSMS alternative, that inventarizes computers and install/remove software in it, tweak system of run arbitrary commands.<br>
You only have to write simple cooks that are small yaml text files, create groups of computers and assign cooks to this groups, and will be run in the destination computers</p>
</div>
</div>
</section>

View File

@@ -3,7 +3,7 @@
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact</h2>
<p>Dolor reprehenderit repellendus, optio labore odio at tempore debitis nisi. Quasi debitis tenetur eaque molestias non porro odio sapiente.</p>
<p>You can contact us by mail or open an issue in Gitlab.</p>
<p><a href="mailto:{{ site.email }}">{{ site.email }}</a>
</p>
<ul class="list-inline banner-social-buttons">

View File

@@ -3,9 +3,9 @@
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Download Grayscale</h2>
<p>You can download Grayscale for free on the preview page at Start Bootstrap.</p>
<a href="http://startbootstrap.com/template-overviews/grayscale/" class="btn btn-default btn-lg">Visit Download Page</a>
<h2>Download Powerful Computer Manager</h2>
<p>You can download PCM for free on GitLab</p>
<a href="https://gitlab.com/JKANetwork/powerfulcomputermanager" class="btn btn-default btn-lg">Visit Download Page</a>
</div>
</div>
</div>

View File

@@ -4,8 +4,8 @@
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">Grayscale</h1>
<p class="intro-text">A free, responsive, one page Bootstrap theme.<br>Created by Start Bootstrap.</p>
<h1 class="brand-heading">Powerful Computer Manager</h1>
<p class="intro-text">Powerful Computer Manager is a open source software competing with SCCM for deploying software and controlling systems unattendedly</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>

View File

@@ -7,8 +7,5 @@
<!-- Plugin JavaScript -->
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="{{ "/js/grayscale.js" | prepend: site.baseurl }}"></script>

View File

@@ -1,2 +0,0 @@
<!-- Map Section -->
<div id="map"></div>

View File

@@ -6,7 +6,7 @@
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle"></i> <span class="light">Start</span> Bootstrap
<i class="fa fa-play-circle"></i> <span class="light">Start</span> PCM
</a>
</div>

View File

@@ -7,7 +7,6 @@
{% include about.html %}
{% include download.html %}
{% include contact.html %}
{% include map.html %}
{% include footer.html %}
{% include js.html %}
</body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB