-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (108 loc) · 3.32 KB
/
index.html
File metadata and controls
139 lines (108 loc) · 3.32 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoSmart Tools | Integrated Digital Ecosystem</title>
<link rel="stylesheet" href="/assets/style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
/>
</head>
<body>
<nav>
<div class="logo">
<a href="https://gosmarttools.github.io/" target="_blank" rel="noopener">
<img src="https://i.ibb.co/Mkr545Xr/1000558083.png" alt="Logo">
</a>
</div>
<div class="nav-links" id="navLinks">
<a href="/">Home</a>
<a href="/tools/">Tools</a>
<a href="/pos/">POS</a>
<a href="/software/">Software</a>
<a href="/templates/">Templates</a>
</div>
<div class="hamburger" onclick="toggleMenu()">
<span></span><span></span><span></span>
</div>
</nav>
<section class="hero">
<div class="hero-icon">
<img src="https://i.ibb.co/8DzP1wS9/1000559583.png" alt="Logo">
</div>
<h1>Building The Integrated Digital Ecosystem</h1>
<div class="hero-icon-small">
<i class="fa-solid fa-rocket-group"></i>
</div>
<h1>Everything You Need. One Smart Platform.</h1>
<p>
GoSmart Tools is an all-in-one web tools platform designed to
simplify, optimize, and accelerate your digital workflow.
</p>
<p>
GoSmart develops scalable tools, POS systems, software solutions,
and ready-to-deploy templates for modern businesses.
</p>
</section>
<section class="section">
<div class="grid">
<div class="card">
<div class="card-icon">
<i class="fa-solid fa-tools"></i>
</div>
<h3>GoSmart Tools</h3>
<p>Web productivity utilities & AI-ready modules.</p>
</div>
<div class="card">
<div class="card-icon">
<i class="fa-solid fa-cash-register"></i>
</div>
<h3>GoSmart POS</h3>
<p>Retail & business transaction systems.</p>
</div>
<div class="card">
<div class="card-icon">
<i class="fa-solid fa-code"></i>
</div>
<h3>GoSmart Software</h3>
<p>SaaS & enterprise-grade applications.</p>
</div>
<div class="card">
<div class="card-icon">
<i class="fa-solid fa-layer-group"></i>
</div>
<h3>GoSmart Templates</h3>
<p>Blogspot & WordPress ready-made solutions.</p>
</div>
</div>
</section>
<section class="hero">
<h1>Building The Integrated Digital Ecosystem</h1>
<p>GoSmart develops scalable tools, POS systems, software solutions, and ready-to-deploy templates for modern businesses.</p>
</section>
<footer class="footer">
<div class="footer-container">
<div class="footer-brand">
<div class="hero-icon">
<img src="https://i.ibb.co/Mkr545Xr/1000558083.png" alt="Logo">
</div>
<p>Integrated Digital Ecosystem for modern business infrastructure.</p>
</div>
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="tos.html">Terms of Service</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="document.html">Document</a>
<a href="contact.html">Contact</a>
<a href="faq.html">Faq</a>
</div>
</div>
<div class="footer-bottom">
<a href="LICENSE.html">© 2026 GoSmart Tools.</a> All Rights Reserved.
</div>
</footer>
<script src="/assets/script.js"></script>
</body>
</html>