Skip to content
Snippets Groups Projects
index.html 5.22 KiB
Newer Older
David Byers's avatar
David Byers committed
<!DOCTYPE html>
<html lang="en">
David Byers's avatar
David Byers committed
    <title>Safe Links Cleaner</title>
David Byers's avatar
David Byers committed
    <!-- Meta -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">    
    <link rel="shortcut icon" href="favicon.ico">  
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="assets/bootstrap.min.css">   
    <link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
  </head> 

  <body class="landing-page">   
    <div class="page-wrapper">
      <header class="header text-center">
        <div class="container">
          <div class="branding">
            <h1 class="logo">
              <img aria-hidden="true" src="assets/images/logo.svg" />
              <span class="text-bold">Safe Links</span>
	      <span>Cleaner</span>
            </h1>
          </div><!--//branding-->
          <div class="tagline">
	    Browser and mail extension that cleans up the display of
            links mangled by Microsoft Defender for Office 365 Safe
            Links. Download the stable extension using your browser or
            mail program, or join the beta crowd here.
          </div><!--//tagline-->
        </div><!--//container-->
      </header><!--//header-->
      
      <section class="cards-section text-center">
        <div class="container">
          <div id="cards-wrapper" class="cards-wrapper row">
            <div class="item item-green col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/thunderbird.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Thunderbird</h3>
                <p class="intro">
		  Download the Safe Links Cleaner beta version for
		  Thunderbird 78.4 or higher.
		</p>
                <a class="link" href="safelinks-cleaner-thunderbird.xpi"><span></span></a>
              </div><!--//item-inner-->
            </div><!--//item-->
            <div class="item item-pink item-2 col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/firefox.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Firefox</h3>
                <p class="intro">
		  Download the Safe Links Cleaner beta version for
		  Mozilla Firefox Browser.
		</p>
                <a class="link" href="safelinks-cleaner-firefox.xpi"><span></span></a>
              </div><!--//item-inner-->
            </div><!--//item-->
            <div class="item item-blue col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/chrome.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Chrome</h3>
                <p class="intro">Coming soon!</p>
              </div><!--//item-inner-->
            </div><!--//item-->
            <div class="item item-purple col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/edge.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Edge</h3>
                <p class="intro">Coming soon!</p>
              </div><!--//item-inner-->
            </div><!--//item-->
            <div class="item item-purple col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/safari.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Safari</h3>
                <p class="intro">Under consideration.</p>
              </div><!--//item-inner-->
            </div><!--//item-->
            <div class="item item-primary col-lg-4 col-6">
              <div class="item-inner">
                <div class="icon-holder">
		  <img aria-hidden="true" src="assets/images/gitlab.svg" />
                </div><!--//icon-holder-->
                <h3 class="title">Source code</h3>
                <p class="intro">Get the source code for Safe Links Cleaner.</p>
                <a class="link"
		   href="https://gitlab.liu.se/safelinks/safelinks-cleaner-thunderbird">
		  <span></span>
		</a>
              </div><!--//item-inner-->
            </div><!--//item-->
          </div><!--//cards-->
          
        </div><!--//container-->
      </section><!--//cards-section-->
    </div><!--//page-wrapper-->
    
    <footer class="footer text-center">
      <div class="container">
        <small class="copyright">Based on a template designed with
        heart by <a href="https://themes.3rdwavemedia.com/"
        target="_blank">Xiaoying Riley</a> for developers</small>
      </div><!--//container-->
    </footer><!--//footer-->
    
    
    <!-- Main Javascript -->          
    <script type="text/javascript" src="assets/js/jquery-3.4.1.min.js"></script>
    <script type="text/javascript" src="assets/js/bootstrap.min.js"></script>     
David Byers's avatar
David Byers committed
</html>