-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (100 loc) · 5.62 KB
/
index.html
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
<!DOCTYPE html>
<html dir="auto" lang="en">
<head>
<meta charset="UTF-8" />
<title>Dual Calc</title>
<meta name="description" content="Dual Calc" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" />
<meta property="og:title" content="Dual Calc" />
<meta property="og:description" content="Dual Calc" />
<meta property="og:image" content="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" />
<link rel="stylesheet" href="assets/tobi.css" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<main>
<header class="app__header container">
<div class="app__logo-wrapper"> <img class="app__logo" src="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" alt="Dual Calc"></div>
<div class="app__infos">
<h1 class="app__name">Dual Calc</h1>
<p class="app__description">Two calculators in one app for maximum productivity and flexibility.</p>
<div class="app__buttons app__buttons--desktop">
<a href="https://play.google.com/store/apps/details?id=com.phstudio.dualcalc" class="app__button-play" target="_blank" title="Get it on Google Play">
<img src="https://github.com/phstudio2/images/blob/main/stores/googleplay.png?raw=true" alt="Get it on Google Play">
</a>
<a href="https://galaxystore.samsung.com/detail/com.phstudio.dualcalc" class="app__button-ios" target="_blank" title="Available on Galaxy store">
<img src="https://github.com/phstudio2/images/blob/main/stores/galaxystore.png?raw=true" alt="Available on Galaxy store">
</a>
</div>
</div>
</header>
<div class="app__buttons app__buttons--mobile container">
<a href="https://play.google.com/store/apps/details?id=com.phstudio.dualcalc" class="app__button-play" target="_blank" title="Get it on Google Play">
<img src="https://github.com/phstudio2/images/blob/main/stores/googleplay.png?raw=true" alt="Get it on Google Play">
</a>
<a href="https://galaxystore.samsung.com/detail/com.phstudio.dualcalc" class="app__button-ios" target="_blank" title="Available on Galaxy store">
<img src="https://github.com/phstudio2/images/blob/main/stores/galaxystore.png?raw=true" alt="Available on Galaxy store">
</a>
</div>
<section class="app__screenshots app__section">
<div class="container">
<h2 class="app__section-title">Screenshots</h2>
</div>
<div class="app__screenshots-wrapper container-desktop">
<div class="app__screenshots-list">
<a href="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_1.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_1.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_2.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_2.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_3.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_3.png?raw=true" class="app__screenshot" alt="" />
</a>
<a href="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_4.png?raw=true" class="lightbox">
<img src="https://github.com/phstudio2/DualCalc/blob/master/fastlane/metadata/android/en-US/images/phoneScreenshots/screenshot_4.png?raw=true" class="app__screenshot" alt="" />
</a>
</div>
</div>
</section>
<section class="app__fulldescription app__section container">
<h2 class="app__section-title">Description</h2>
<div class="app__fulldescription-content">
<p>Dual Calc (Twin Calculator) is a revolutionary app that brings two fully functional calculators directly to your mobile phone or tablet.</p>
<p>Designed for professionals, students and everyday users, Dual Calc allows you to perform simultaneous calculations without having to switch between apps.</p>
<p>This innovative app offers two calculators in one interface, allowing you to perform parallel calculations for faster and more efficient work.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer__container">
<p class="footer__love">
<a href="https://phstudio2.github.io/" targe="_blank">Created by PH studio</a>
</p>
<ul class="footer__links">
<li class="footer__link">
<a href="http://paypal.me/PHstudio2" targe="_blank">Donate ❤️</a>
</li>
<li class="footer__link">
<a href="https://github.com/phstudio2/DualCalc" targe="_blank">Source code</a>
</li>
<li class="footer__link">
<a href="https://raw.githubusercontent.com/phstudio2/DualCalc/master/LICENSE" targe="_blank">License</a>
</li>
<li class="footer__link">
<a href="https://phstudio2.github.io/privacy-policy" targe="_blank">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</footer>
<script type="text/javascript" src="assets/tobi.min.js" /></script>
<script>
window.onload = function () {
var tobi = new Tobi();
};
</script>
</body>
</html>