|
16 | 16 | <!-- Replace the Bootstrap CSS with the
|
17 | 17 | Bootstrap-Dark Variant CSS -->
|
18 | 18 | <link href="https://cdn.jsdelivr.net/npm/bootstrap-dark-5@1.1.3/dist/css/bootstrap-night.min.css" rel="stylesheet">
|
| 19 | + <!-- Social Media icons --> |
| 20 | + <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> |
19 | 21 |
|
20 | 22 | <title>MetaOSINT | Jumpstart Your OSINT Investigation | Home</title>
|
21 | 23 | <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/MetaOSINT_favicon.png">
|
|
103 | 105 | .fadeIn-right{
|
104 | 106 | left: 80%;
|
105 | 107 | }
|
| 108 | + |
| 109 | + .social-icon { |
| 110 | + text-align: center; |
| 111 | + text-decoration: none; |
| 112 | + fill: #c0c0c0; |
| 113 | + } |
106 | 114 | </style>
|
107 | 115 | </head>
|
108 | 116 | <body>
|
@@ -151,43 +159,16 @@ <h3 class="content-title">Searchable table</h3>
|
151 | 159 | </div>
|
152 | 160 |
|
153 | 161 | <div style="text-align:center;padding:20px 0px 15px 0px;font-size:20px">
|
154 |
| - <p><a href="https://metaosint.github.io/learn-more" target="_blank">Learn More</a></p> |
155 |
| - <p><a href="https://metaosint.github.io/learn-more#shoutouts" target="_blank">Praise for MetaOSINT</a></p> |
| 162 | + <a href="https://metaosint.github.io/learn-more" target="_blank">Learn More</a> |
| 163 | + <a class="nav-link" href="https://tropchaud.github.io/" target="_blank" style="text-decoration:none;padding:10px;font-size:20px"> |
| 164 | + <svg xmlns="http://www.w3.org/2000/svg" class="social-icon" height="20" width="20" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z"/></svg> |
| 165 | + TropChaud's project portfolio |
| 166 | + </a> |
156 | 167 | </div>
|
157 | 168 |
|
158 | 169 | <div style="text-align:center;padding:0px 0px 20px 0px">
|
159 | 170 | <a class="github-button" href="https://github.com/MetaOSINT/MetaOSINT.github.io" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star MetaOSINT/MetaOSINT.github.io on GitHub">Star</a>
|
160 | 171 | <a class="github-button" href="https://github.com/MetaOSINT/MetaOSINT.github.io/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork MetaOSINT/MetaOSINT.github.io on GitHub">Fork</a>
|
161 |
| - <a |
162 |
| - class="nav-link" |
163 |
| - href="https://github.com/tropChaud" target="_blank" style="padding:1px" |
164 |
| - ><svg |
165 |
| - xmlns="http://www.w3.org/2000/svg" |
166 |
| - width="20" |
167 |
| - height="20" |
168 |
| - fill="#f3f3f3" |
169 |
| - class="bi bi-github footer-icons" |
170 |
| - viewBox="0 0 16 16" |
171 |
| - > |
172 |
| - <path |
173 |
| - d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" |
174 |
| - /></svg |
175 |
| -> TropChaud</a> |
176 |
| - <a |
177 |
| - class="nav-link" |
178 |
| - href="https://twitter.com/IntelScott" target="_blank" style="padding:1px" |
179 |
| - ><svg |
180 |
| - xmlns="http://www.w3.org/2000/svg" |
181 |
| - width="20" |
182 |
| - height="20" |
183 |
| - fill="#f3f3f3" |
184 |
| - class="bi bi-twitter footer-icons" |
185 |
| - viewBox="0 0 16 16" |
186 |
| - > |
187 |
| - <path |
188 |
| - d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" |
189 |
| - /></svg |
190 |
| -> @IntelScott</a> |
191 | 172 | </div>
|
192 | 173 |
|
193 | 174 | </body>
|
|
0 commit comments