predatortoabuse commited on
Commit
efdb9d1
1 Parent(s): 9ec770d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +32 -0
index.html CHANGED
@@ -37,6 +37,34 @@ p {
37
  font-weight: 400; /* Regular weight */
38
  }
39
  /*! This file is auto-generated */.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </style>
41
  <link rel='stylesheet' id='trp-language-switcher-style-css' href=
42
  'https://www.free-videoconverter.net/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=2.7.4'
@@ -580,6 +608,10 @@ p {
580
  </div>
581
  </div>
582
  </div>
 
 
 
 
583
 
584
  <div class="background-footer">
585
  <div class="footer">
 
37
  font-weight: 400; /* Regular weight */
38
  }
39
  /*! This file is auto-generated */.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
40
+
41
+ .floating-button {
42
+ position: fixed;
43
+ bottom: 20px;
44
+ right: 20px;
45
+ background-color: #501aad;
46
+ color: white;
47
+ padding: 15px 25px;
48
+ border: none;
49
+ border-radius: 10px;
50
+ font-size: 16px;
51
+ font-weight: bold;
52
+ cursor: pointer;
53
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
54
+ transition: background-color 0.3s, box-shadow 0.3s;
55
+ text-decoration: none;
56
+ font-family: 'Poppins', sans-serif;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .floating-button:hover {
62
+ background-color: darkviolet;
63
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
64
+ }
65
+ .floating-button i {
66
+ margin-right: 10px;
67
+
68
  </style>
69
  <link rel='stylesheet' id='trp-language-switcher-style-css' href=
70
  'https://www.free-videoconverter.net/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=2.7.4'
 
608
  </div>
609
  </div>
610
  </div>
611
+
612
+ <a href="https://discord.com/invite/qq27GRjZ" class="floating-button">
613
+ <i class="fab fa-discord"></i> Join Our Discord
614
+ </a>
615
 
616
  <div class="background-footer">
617
  <div class="footer">