-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
69 lines (68 loc) · 3.5 KB
/
Copy pathsoftware.html
File metadata and controls
69 lines (68 loc) · 3.5 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G- SYR26MG6YV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SYR26MG6YV');
</script>
<meta charset="utf-8">
<title>Software - BlenderTimer</title>
<meta name="description" content="100% free software and utilities!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/static/defaults/theme.css">
<link rel="stylesheet" type="text/css" href="/static/main.css">
<link rel="stylesheet" type="text/css" href="/static/software.css">
<script src="/bt-js/bt-js.js"></script>
</head>
<body>
<header></header>
<script src="/static/defaults/pages.js"></script>
<noscript>
<div id="nojs" style="position: fixed; top: 0px; bottom: 0px; left: 0px; right: 0px; display: flex; flex-flow: column; justify-content: center; align-items: center; background: var(--semi-back); padding: 15px 20px; z-index: 1000000; cursor: default;">
<b style="font-family: sans-serif; font-size: 16pt; color: #FFF; text-align: center;">Page Failed to Load</b>
<p style="font-family: sans-serif; font-size: 14pt; color: #FFF6; text-align: center;">This website requires Javascript to operate.</p>
</div>
</noscript>
<div id="loader" style="width: 100%; height: calc(100% - 50px); top: 50px; left: 0px; position: fixed; z-index: -100000;">
<img alt="Loading" src="/static/images/loader.gif" style="width: 100px; height: 100px; position: fixed; left: calc(50% - 50px); top: calc(50% - 25px); filter: drop-shadow(0px 0px 15px #000000);">
</div>
<div id="content-main" style="opacity: 0; transition: 0.5s">
<h1 class="title">Software</h1>
<p class="description">100% free software and utilities!</p>
<div id="app-list">
<a href="/software/mathmetic" class="app">
<div class="app-images"><span style="background-image: url('./software/screenshots/mathmetic1-larger.png')"></span><img src="./software/mathmetic/icon.png" alt="Mathmetic - BlenderTimer Software"></div>
<b>Mathmetic</b>
<div class="app-description"><i>An ultra-powerful and precise calculation workspace!</i></div>
</a>
<a href="/software/tekstra" class="app">
<div class="app-images"><span style="background-image: url('./software/screenshots/tekstra1.png')"></span><img src="./software/icons/tekstra.png" alt="Tekstra - BlenderTimer Software"></div>
<b>Tekstra</b>
<div class="app-description"><i>An advanced and extensive text editor/notepad!</i></div>
</a>
</div>
<div id="extra-pages-container">
<div class="spr"></div>
<h1 class="title">Some other pages you might enjoy:</h1>
<div id="extra-pages">
<a href="/web-tools">
<img alt="Web Tools" src="./static-0/files/images/webtools.svg" class="misc-content-img">
<b>Web Tools</b>
</a>
<a href="/visualizations">
<img alt="Visualizations" src="./static-0/files/images/visualizations.svg" class="misc-content-img">
<b>Visualizations</b>
</a>
</div>
</div>
</div>
<footer></footer>
<script src="/static/defaults/headerfooter-loader.js"></script>
<script src="/static/main.js"></script>
</body>
</html>