removed apps frm main view

This commit is contained in:
DouweRavers
2025-11-01 21:53:37 +01:00
parent 1851792af1
commit c2d47ebe28
3 changed files with 2 additions and 45 deletions

View File

@@ -3,18 +3,9 @@
<head>
<link rel="stylesheet" href="../static/css/douwco_styling.css">
</head>
<html>
<body>
<!-- <p id="demo"></p>
<script>
var w = window.innerWidth;
var h = window.innerHeight;
var x = document.getElementById("demo");
x.innerHTML = "Browser width: " + w + ", height: " + h + ".";
</script> -->
<div class="root_div">
<div class="side_panel_div">
<div class="title_div">
@@ -42,41 +33,6 @@
</a>
</div>
</div>
<div class="side_panel_div">
<div class="apps_title_div">
<h2>Locally Hosted Apps</h2>
<hr>
</div>
<div class="apps_selection_div">
<div class="app_option_div">
<img src="../static/img/cloud_img.png" alt="cloud icon">
<div>
<h3>Douwco Cloud</h3>
<p>
Access the cloud hosted on my local server.</br></br>
Made possible with <a href="https://nextcloud.com/home-users/">Nextcloud AIO</a>.
</p>
</div>
<a href="https://cloud.douwco.be">
<p>Go to Cloud</p>
</a>
</div>
<div class="app_option_div">
<img src="../static/img/penpot_img.png" alt="penpot icon">
<div>
<h3>Douwco Designer</h3>
<p>
Create UI designs for websites and software locally hosted on my server. </br></br>
Made possible with <a href="https://penpot.app/self-host">PenPot</a>
</p>
</div>
<a href="https://designer.douwco.be">
<p>Go to Designer</p>
</a>
</div>
</div>
</div>
</div>
</body>
</html>