Author: sebb
Date: Sat Apr 12 16:56:48 2025
New Revision: 1925053

URL: http://svn.apache.org/viewvc?rev=1925053&view=rev
Log:
ATTIC-230: disable unnecessary 3rd party downloads

Modified:
    eagle/site/css/style.css
    eagle/site/css/styles.css
    eagle/site/index.html

Modified: eagle/site/css/style.css
URL: 
http://svn.apache.org/viewvc/eagle/site/css/style.css?rev=1925053&r1=1925052&r2=1925053&view=diff
==============================================================================
--- eagle/site/css/style.css (original)
+++ eagle/site/css/style.css Sat Apr 12 16:56:48 2025
@@ -1,5 +1,3 @@
-@import url(/fonts/google-font-roboto.css);
-
 body{overflow-x: hidden; font-size:15px; font-family: 'Roboto', sans-serif; 
color:#666; font-weight:400; font-style:normal; 
-webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%;}
 p{font-size:16px; line-height:30px;}
 a,a:hover,a:focus{text-decoration:none; -webkit-transition:all 150ms ease-in; 
-moz-transition:all 150ms ease-in; -o-transition:all 150ms ease-in; 
transition:all 150ms ease-in;}

Modified: eagle/site/css/styles.css
URL: 
http://svn.apache.org/viewvc/eagle/site/css/styles.css?rev=1925053&r1=1925052&r2=1925053&view=diff
==============================================================================
--- eagle/site/css/styles.css (original)
+++ eagle/site/css/styles.css Sat Apr 12 16:56:48 2025
@@ -45,7 +45,7 @@ img{border:0; max-width:100%;}
 html[xmlns] .clearfix{display:block;}
 * html .clearfix{height:1%;}
 
-@import url(/fonts/google-font-titillium-web.css);
+/* @import url(/fonts/google-font-titillium-web.css); */
 
 #sidebar {
     padding-top:0;

Modified: eagle/site/index.html
URL: 
http://svn.apache.org/viewvc/eagle/site/index.html?rev=1925053&r1=1925052&r2=1925053&view=diff
==============================================================================
--- eagle/site/index.html (original)
+++ eagle/site/index.html Sat Apr 12 16:56:48 2025
@@ -210,12 +210,12 @@
             <p>Learn latest updates about Eagle through:</p>
         <div class="row">
           <div class="col-md-6">
-<iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=star&count=true";
 frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
-                <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=fork&count=true";
 frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
+<!-- <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=star&count=true";
 frameborder="0" scrolling="0" width="150px" height="20px"></iframe>
+                <iframe 
src="https://ghbtns.com/github-btn.html?user=apache&repo=eagle&type=fork&count=true";
 frameborder="0" scrolling="0" width="150px" height="20px"></iframe> -->
 <br/>
 
 <a href="https://twitter.com/TheApacheEagle"; class="twitter-follow-button" 
data-show-count="false">Follow @TheApacheEagle</a>
-<script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');</script>
+<!-- <script>!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');</script> -->
 <br/>
 
 <div class="fb-like" data-href="https://www.facebook.com/TheApacheEagle"; 
data-layout="button_count" data-action="like" data-show-faces="true" 
data-share="true"></div>
@@ -311,13 +311,13 @@ $(window).scroll(function() {
     }
 });
 </script>
-<div id="fb-root"></div>
+<!-- <div id="fb-root"></div>
 <script>(function(d, s, id) {
   var js, fjs = d.getElementsByTagName(s)[0];
   if (d.getElementById(id)) return;
   js = d.createElement(s); js.id = id;
   js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
   fjs.parentNode.insertBefore(js, fjs);
-}(document, 'script', 'facebook-jssdk'));</script>
+}(document, 'script', 'facebook-jssdk'));</script> -->
 </body>
 </html>


Reply via email to