-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmore-tools.html
More file actions
79 lines (68 loc) · 3.68 KB
/
more-tools.html
File metadata and controls
79 lines (68 loc) · 3.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>More Tools | Crypto Movers</title>
<meta name="description" content="Advanced charting, historical data, and professional market analysis tools, cross-market analysis tools. Coming soon to Crypto Movers.">
<meta name="keywords" content="crypto charts, historical data, crypto analysis tools, trading tools">
<meta name="author" content="Buba">
<meta property="og:title" content="More Tools | Crypto Movers">
<meta property="og:description" content="Advanced charting, historical data, and professional market analysis tools, cross-market analysis tools. Coming soon to Crypto Movers.">
<meta property="og:image" content="https://cryptomovers.pages.dev/images/social-media.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="More Tools | Crypto Movers">
<meta name="twitter:description" content="Advanced charting, cross-market analysis, and historical data tools are being developed.">
<meta name="twitter:image" content="https://cryptomovers.pages.dev/images/social-media.jpg">
<link rel="icon" type="image/png" href="/images/bullish.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<a href="index.html" class="logo">
<img src="/images/bullish.png" alt="Logo">
<span>Crypto <span class="highlight">Movers</span></span>
</a>
<div class="menu-toggle" id="mobile-menu">
<span class="bar"></span><span class="bar"></span><span class="bar"></span>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item"><a href="/more-tools" class="nav-link active">More Tools</a></li>
<li class="nav-item"><a href="about-us.html" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="/contact-us" class="nav-link">Contact Us</a></li>
<li class="nav-item">
<a href="https://x.com/heisbuba" target="_blank" class="nav-btn">Follow Dev</a>
</li>
</ul>
</div>
</nav>
<main id="app-content">
<div class="hero" style="min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center;">
<i class="fas fa-chart-line" style="font-size: 60px; color: #cbd5e1; margin-bottom: 20px;"></i>
<h1>More Tools </h1>
<p class="sub-text">Advanced charting, cross-maret analysis, and historical data tools are being developed.</p>
<button class="btn" style="background: #10b981; cursor: default;">
🚀 Coming Soon
</button>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-logo"><img src="/images/bullish.png" alt="icon"> Crypto Movers</div>
<div class="footer-nav">
<a href="/" title="Homepage">Home</a>
<a href="/about-us">About Us</a>
<a href="/contact-us">Contact Us</a>
</div>
<div class="copyright">
© 2025 Crypto Movers v2.0. Made With 💚 by <a href="https://github.com/heisbuba" target="_blank">@heisbuba</a>
</div>
</div>
</footer>
<script src="scripts/common.js"></script>
</body>
</html>