-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (107 loc) · 6.16 KB
/
index.html
File metadata and controls
117 lines (107 loc) · 6.16 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/variables.css" />
<link rel="stylesheet" href="assets/css/nativize.css" />
<link rel="stylesheet" href="assets/css/global.css" />
<link rel="stylesheet" href="assets/css/about.css" />
<link rel="stylesheet" href="assets/css/nav.css" />
<link rel="stylesheet" href="assets/css/section.css" />
<link rel="stylesheet" href="assets/css/demo.css" />
<link rel="stylesheet" href="assets/css/github.css" />
<link rel="import" href="sections/about.html" />
<link rel="import" href="sections/windows/windows.html" />
<link rel="import" href="sections/windows/crash-hang.html" />
<link rel="import" href="sections/menus/menus.html" />
<link rel="import" href="sections/menus/shortcuts.html" />
<link rel="import" href="sections/native-ui/ex-links-file-manager.html" />
<link rel="import" href="sections/native-ui/notifications.html" />
<link rel="import" href="sections/native-ui/dialogs.html" />
<link rel="import" href="sections/native-ui/tray.html" />
<link rel="import" href="sections/native-ui/drag.html" />
<link rel="import" href="sections/communication/ipc.html" />
<link rel="import" href="sections/system/app-sys-information.html" />
<link rel="import" href="sections/system/clipboard.html" />
<link rel="import" href="sections/system/protocol-handler.html" />
<link rel="import" href="sections/media/desktop-capturer.html" />
</head>
<body>
<nav class="nav js-nav">
<header class="nav-header">
<h1 class="nav-title">AVLIS<strong> NETWORKS</strong></h1>
<svg class="nav-header-icon"><use xlink:href="assets/img/icons.svg#icon-electron"></use></svg>
</header>
<div class="nav-item u-category-windows">
<h5 class="nav-category">
<svg class="nav-icon" width="25" height="25"><use xlink:href="assets/img/icons.svg#RiFundsBoxLine"></use></svg>
COTAÇÕES
</h5>
<button type="button" id="button-windows" data-section="windows" class="nav-button"><em>IBOV</em> IBOVESPA</button>
<button type="button" id="button-crash-hang" data-section="crash-hang" class="nav-button"><em>BOVA11</em> ISHARES BOVA</button>
<button type="button" id="button-crash-hang" data-section="crash-hang" class="nav-button"><em>VALE3</em> VALE</button>
<button type="button" id="button-crash-hang" data-section="crash-hang" class="nav-button"><em>ITUB4</em> ITAUUNIBANCO</button>
<button type="button" id="button-crash-hang" data-section="crash-hang" class="nav-button"><em>ITUB4F</em> ITAUUNIBANCO</button>
<button type="button" id="button-crash-hang" data-section="crash-hang" class="nav-button"><em>PETR4</em> PETROBRAS</button>
</div>
<div class="nav-item u-category-menu">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#Ri24HoursFill"></use></svg>
HISTÓRICO
</h5>
<button type="button" id="button-menus" data-section="menus" class="nav-button"><em>IBOV</em> IBOVESPA</button>
<button type="button" id="button-shortcuts" data-section="shortcuts" class="nav-button"><em>BOVA11</em> ISHARES BOVA</button>
</div>
<div class="nav-item u-category-native-ui">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#RiMoneyDollarBoxLine"></use></svg>
INVESTIMENTOS
</h5>
<button type="button" id="button-ex-links-file-manager" data-section="ex-links-file-manager" class="nav-button">
Open <em>external links</em> or system <em>file manager</em>
</button>
<button type="button" id="button-notifications" data-section="notifications" class="nav-button"><em>Notifications</em> with and without custom image</button>
<button type="button" id="button-dialogs" data-section="dialogs" class="nav-button">Use system <em>dialogs</em></button>
<button type="button" id="button-tray" data-section="tray" class="nav-button">Put your app in the <em>tray</em></button>
<button type="button" id="button-drag" data-section="drag" class="nav-button"><em>Drag</em> and drop files</button>
</div>
<div class="nav-item u-category-system">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#RiToolsFill"></use></svg>
CONFIGURAÇÕES
</h5>
<button type="button" id="button-app-sys-information" data-section="app-sys-information" class="nav-button">Get app or user <em>system information</em></button>
<button type="button" id="button-clipboard" data-section="clipboard" class="nav-button">Copy and paste from the <em>clipboard</em></button>
<button type="button" id="button-protocol" data-section="protocol" class="nav-button">Launch app from <em>protocol handler</em></button>
</div>
<!--
<div class="nav-item u-category-communication">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-communication"></use></svg>
Communication
</h5>
<button type="button" id="button-ipc" data-section="ipc" class="nav-button">Communicate between the <em>two processes</em></button>
</div>
<div class="nav-item u-category-media">
<h5 class="nav-category">
<svg class="nav-icon"><use xlink:href="assets/img/icons.svg#icon-media"></use></svg>
Media
</h5>
<button type="button" id="button-desktop-capturer" data-section="desktop-capturer" class="nav-button">Take a <em>screenshot</em></button>
</div>
-->
<footer class="nav-footer">
<button type="button" id="button-about" data-modal="about" class="nav-footer-button">AVLIS</button>
</footer>
</nav>
<main class="content js-content"></main>
<script>
require('./assets/imports');
require('./assets/ex-links');
require('./assets/nav');
require('./assets/demo-btns');
require('./assets/code-blocks');
require('./assets/normalize-shortcuts');
</script>
</body>
</html>