-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.17 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="Assets/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="Assets/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="96x96" href="Assets/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="150x150" href="Assets/favicons/ms-icon-150x150.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Assets/css/reset.css">
<link rel="stylesheet" href="Assets/css/main.css">
<title>Portfolio CLI</title>
</head>
<body class="">
<div class="cmd">
<header>
<h1>Portfolio [version 0.1.444.<span id="version">000000</span>]</h1>
<h2 style="margin-bottom: 3em">(c) Valentin Magry. All rights reserved.</h2>
<h3 style="margin-bottom: 3em">44% ████▓░░░░░░ Site currently in construction</h3>
</header>
<div id="cli">
<p id="input"></p><span id="cursor">_</span>
</div>
</div>
<div class="nano">
<header>
<p>GNU nano 2.0.6</p>
<p id="file_name_nano">window name</p>
<p id="modified_nano" class="not">modified</p>
</header>
<div class="edit">
</div>
<footer>
</footer>
</div>
<div class="window loading">
<div class="header">
<div class="buttons">
<button id="close"></button>
<button id="reduce"></button>
<button id="full-screen"></button>
</div>
<h5 id="file_name_window">window name</h2>
</div>
<div class="content">
</div>
</div>
</body>
<script src="Assets/js/main.js" type="module"></script>
</html>