removed apps frm main view
This commit is contained in:
BIN
.cache/jb/UpdateWork.dat
Normal file
BIN
.cache/jb/UpdateWork.dat
Normal file
Binary file not shown.
1
.cache/jb/version.txt
Normal file
1
.cache/jb/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
(ssh://git@git.jetbrains.team/llvm/llvm-project.git f4157ca9dd49181f6d35eaf6d324ffa84a40f01b based on LLVM 31f1590e4fb324c43dc36199587c453e27b6f6fa revision)
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user