|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Shadow</title> |
| 6 | + <title>Shadow Validator</title> |
7 | 7 | <link rel="stylesheet" href="styles.css"> |
8 | | - <style> |
9 | | - body { |
10 | | - font-family: 'Arial', sans-serif; |
11 | | - background: url('/images/background.jpeg') no-repeat center center fixed; |
12 | | - background-size: cover; |
13 | | - color: #ddd; |
14 | | - text-align: center; |
15 | | - margin: 0; |
16 | | - padding: 0; |
17 | | - } |
18 | | - header { |
19 | | - background: #1e1e1e; |
20 | | - padding: 20px; |
21 | | - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); |
22 | | - } |
23 | | - section { |
24 | | - max-width: 800px; |
25 | | - margin: 40px auto; |
26 | | - padding: 20px; |
27 | | - background: rgba(26, 26, 26, 0.9); |
28 | | - border-radius: 10px; |
29 | | - box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); |
30 | | - text-align: left; |
31 | | - } |
32 | | - h1 { |
33 | | - font-size: 36px; |
34 | | - color: #00bfff; |
35 | | - } |
36 | | - h2 { |
37 | | - font-size: 28px; |
38 | | - color: #fff; |
39 | | - text-align: center; |
40 | | - } |
41 | | - p { |
42 | | - font-size: 18px; |
43 | | - line-height: 1.6; |
44 | | - } |
45 | | - #validator-list { |
46 | | - display: flex; |
47 | | - flex-direction: column; |
48 | | - align-items: flex-start; |
49 | | - justify-content: center; |
50 | | - } |
51 | | - #validator-list h3 { |
52 | | - margin: 10px 0; |
53 | | - } |
54 | | - #validator-list a { |
55 | | - display: flex; |
56 | | - align-items: center; |
57 | | - font-size: 20px; |
58 | | - color: #00bfff; |
59 | | - text-decoration: none; |
60 | | - transition: color 0.3s; |
61 | | - } |
62 | | - #validator-list a:hover { |
63 | | - color: #ffcc00; |
64 | | - } |
65 | | - .validator-icon { |
66 | | - width: 24px; |
67 | | - height: 24px; |
68 | | - margin-right: 10px; |
69 | | - } |
70 | | - footer { |
71 | | - background: rgba(0, 0, 0, 0.9); |
72 | | - padding: 20px; |
73 | | - margin-top: 40px; |
74 | | - text-align: center; |
75 | | - } |
76 | | - .footer-text { |
77 | | - margin-bottom: 10px; |
78 | | - font-size: 14px; |
79 | | - } |
80 | | - .social-icons { |
81 | | - display: flex; |
82 | | - justify-content: center; |
83 | | - gap: 20px; |
84 | | - } |
85 | | - .social-icons a { |
86 | | - display: flex; |
87 | | - align-items: center; |
88 | | - text-decoration: none; |
89 | | - } |
90 | | - .social-icons a img { |
91 | | - width: 50px; |
92 | | - height: 50px; |
93 | | - transition: transform 0.3s; |
94 | | - } |
95 | | - .social-icons a img:hover { |
96 | | - transform: scale(1.2); |
97 | | - } |
98 | | - </style> |
99 | 8 | </head> |
100 | 9 | <body> |
101 | 10 | <header> |
102 | 11 | <h1>Shadow Validator Node</h1> |
103 | 12 | </header> |
| 13 | + |
104 | 14 | <h2>Your Trusted Validator</h2> |
| 15 | + |
105 | 16 | <section> |
106 | 17 | <p>Shadow Validator Node is a trusted validator utility provider. With a few simple steps, you can delegate funds to our trusted validators or explore our services, where you can find tools useful for node operators and developers.</p> |
107 | 18 | </section> |
| 19 | + |
108 | 20 | <section id="validators"> |
109 | 21 | <h2>Registered Validators</h2> |
110 | 22 | <div id="validator-list"> |
111 | | - <h3><a href="#"><img class="validator-icon" src="images/artela.png"> 1. Validator - Artela</a></h3> |
112 | | - <h3><a href="#"><img class="validator-icon" src="images/analog.png"> 2. Validator - Analog</a></h3> |
113 | | - <h3><a href="#"><img class="validator-icon" src="images/juneo.png"> 3. Validator - Juneo</a></h3> |
114 | | - <h3><a href="#"><img class="validator-icon" src="images/initia.png"> 4. Validator - Initia</a></h3> |
115 | | - <h3><a href="#"><img class="validator-icon" src="images/allora.png"> 5. Validator - Allora</a></h3> |
116 | | - <h3><a href="#"><img class="validator-icon" src="images/nillion.png"> 6. Validator - Nillion</a></h3> |
| 23 | + <h3><a href="#"><img class="validator-icon" src="images/artela.png"> 1. Validator - Artela <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
| 24 | + <h3><a href="#"><img class="validator-icon" src="images/analog.png"> 2. Validator - Analog <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
| 25 | + <h3><a href="#"><img class="validator-icon" src="images/juneo.png"> 3. Validator - Juneo <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
| 26 | + <h3><a href="#"><img class="validator-icon" src="images/initia.png"> 4. Validator - Initia <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
| 27 | + <h3><a href="#"><img class="validator-icon" src="images/allora.png"> 5. Validator - Allora <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
| 28 | + <h3><a href="#"><img class="validator-icon" src="images/nillion.png"> 6. Validator - Nillion <span class="archived"><span class="red-dot"></span> ARCHIVED</span></a></h3> |
117 | 29 | </div> |
118 | 30 | </section> |
| 31 | + |
119 | 32 | <footer> |
120 | 33 | <p class="footer-text">© 2025 Shadow. All rights reserved.</p> |
121 | 34 | <div class="social-icons"> |
|
0 commit comments