|
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 Validator Node</title> |
| 6 | + <title>Shadow</title> |
7 | 7 | <link rel="stylesheet" href="styles.css"> |
8 | 8 | <style> |
9 | 9 | body { |
|
20 | 20 | padding: 20px; |
21 | 21 | box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); |
22 | 22 | } |
23 | | - nav a { |
24 | | - color: #00bfff; |
25 | | - text-decoration: none; |
26 | | - margin: 0 15px; |
27 | | - font-size: 18px; |
28 | | - padding: 8px 12px; |
29 | | - border-radius: 5px; |
30 | | - transition: background 0.3s, color 0.3s; |
31 | | - } |
32 | | - nav a:hover { |
33 | | - background: #333; |
34 | | - color: white; |
35 | | - } |
36 | 23 | section { |
37 | 24 | max-width: 800px; |
38 | 25 | margin: 40px auto; |
39 | 26 | padding: 20px; |
40 | | - background: rgba(26, 26, 26, 0.6); |
| 27 | + background: rgba(26, 26, 26, 0.9); |
41 | 28 | border-radius: 10px; |
42 | 29 | box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); |
43 | 30 | text-align: left; |
|
49 | 36 | h2 { |
50 | 37 | font-size: 28px; |
51 | 38 | color: #fff; |
| 39 | + text-align: center; |
52 | 40 | } |
53 | 41 | p { |
54 | 42 | font-size: 18px; |
|
80 | 68 | margin-right: 10px; |
81 | 69 | } |
82 | 70 | footer { |
83 | | - background: rgba(0, 0, 0, 0.5); |
| 71 | + background: rgba(0, 0, 0, 0.9); |
84 | 72 | padding: 20px; |
85 | 73 | margin-top: 40px; |
86 | 74 | text-align: center; |
|
100 | 88 | text-decoration: none; |
101 | 89 | } |
102 | 90 | .social-icons a img { |
103 | | - width: 40px; |
104 | | - height: 40px; |
105 | | - border-radius: 50%; |
| 91 | + width: 50px; |
| 92 | + height: 50px; |
106 | 93 | transition: transform 0.3s; |
107 | 94 | } |
108 | 95 | .social-icons a img:hover { |
|
113 | 100 | <body> |
114 | 101 | <header> |
115 | 102 | <h1>Shadow Validator Node</h1> |
116 | | - <nav> |
117 | | - <a href="index.html">Shadow Validator Node</a> |
118 | | - </nav> |
119 | 103 | </header> |
| 104 | + <h2>Your Trusted Validator</h2> |
120 | 105 | <section> |
121 | | - <h2>Your Trusted Validator</h2> |
122 | | - <p>Shadow 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> |
| 106 | + <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> |
123 | 107 | </section> |
124 | 108 | <section id="validators"> |
125 | 109 | <h2>Registered Validators</h2> |
|
0 commit comments