summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-07-24 20:41:53 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2021-07-24 20:41:53 +0200
commit47fbb11dbb40f4cf97eaa54cc361ebdd0d736af9 (patch)
tree28d98833aabd0374c77075428a23d5ddeb105a33
parent8d0f01e31298edcd92bab673bee24a24de0c185a (diff)
srv: Remove libalx subpage
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--srv/www/contact.html1
-rw-r--r--srv/www/index.html1
-rw-r--r--srv/www/libalx.html79
3 files changed, 0 insertions, 81 deletions
diff --git a/srv/www/contact.html b/srv/www/contact.html
index 88e5d23..25f3807 100644
--- a/srv/www/contact.html
+++ b/srv/www/contact.html
@@ -27,7 +27,6 @@
<div id="contents">
<h4 class="inl">
<a href="./">Home</a> |
- <a href="./libalx">Libalx</a> |
Contact ||
<a href="./cv">CV</a> |
</h4>
diff --git a/srv/www/index.html b/srv/www/index.html
index 954931b..aa01c33 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -26,7 +26,6 @@
<div id="contents">
<h4 class="inl">
Home |
- <a href="./libalx">Libalx</a> |
<a href="./contact">Contact</a> ||
<a href="./cv">CV</a> |
</h4>
diff --git a/srv/www/libalx.html b/srv/www/libalx.html
deleted file mode 100644
index ab227c4..0000000
--- a/srv/www/libalx.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<!--=================================================================-->
-<!-- Copyright (C) Alejandro Colomar Andres -->
-<!-- SPDX-License-Identifier: GPL-2.0-only -->
-<!--=================================================================-->
-<head>
- <meta charset="utf-8"/>
- <title>alejandro-colomar/libalx/</title>
- <link rel="icon" href="./share/misc/pictures/alx.ico"/>
- <link rel="stylesheet" type="text/css" href="./share/css/style.css" title="style">
-</head>
-
-
-<body>
-
-
-<div id="path">
- <h3 class="uri nomargin">
- <a href="./">alejandro-colomar/</a>&#x200B;
- libalx/
- </h3>
-</div>
-<hr/>
-
-
-<div id="contents">
- <h4 class="inl">
- <a href="./">Home</a> |
- Libalx |
- <a href="./contact">Contact</a> ||
- <a href="./cv">CV</a> |
- </h4>
-</div>
-<hr/>
-
-
-<div id="main">
- <h2><span class="name">Libalx</span></h2>
-
- <p>
- <span class="name">Libalx</span> is a programming library, mainly written in
- <span class="name">C</span>,
- which provides useful extensions to
- <span class="name">glibc</span>
- and other libraries,
- from the most basic functions to computer vision or controlling robots.
- </p>
- <p>
- It can be used from
- <span class="name">C</span>
- and
- <span class="name">C++</span>.
- </p>
-
- <h4>Links:</h4>
- <ul>
- <li class=bullet><a href="https://github.com/alejandro-colomar/libalx">Git</a></li>
- </ul>
-</div>
-<hr/>
-
-
-<div id="footer" class="footer">
- <h2><a href="#top">^</a></h2>
-
- <p>
- This site doesn't use cookies.
- <br/>
- Last modified: <time>Mar/2021</time>
- <br/>
- <span class="name">Alejandro Colomar</span>
- </p>
-</div>
-<hr/>
-
-
-</body>
-</html>