Skip to content

Commit

Permalink
Merge pull request #96 from YummyOreo/tab-fix
Browse files Browse the repository at this point in the history
fix: make tab formatting correct in the auto update stuff
  • Loading branch information
devoeas authored Apr 15, 2024
2 parents 9e7bb12 + 3a67ad6 commit 621078b
Show file tree
Hide file tree
Showing 15 changed files with 341 additions and 333 deletions.
27 changes: 13 additions & 14 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
Expand All @@ -15,10 +16,8 @@
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
Expand All @@ -29,7 +28,7 @@
<title>About Us | TBFighters</title>
</head>
<body class="about">
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
Expand Down Expand Up @@ -78,13 +77,13 @@ <h2 id="getinvolved">Get Involved</h2>
</section>
</main>
<footer class="site-foot">
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">

We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
</body>
</html>
59 changes: 29 additions & 30 deletions action.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
Expand All @@ -15,10 +16,8 @@
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
Expand All @@ -34,23 +33,23 @@

<body class="action">
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
<a href="index.html"><span class="black-highlight">TB</span>FIGHTERS</a>
</h1>
<a class="toggle-button" href="#" title="menu"></a>
<nav class="site-menu">
<ul class="active">
<li><a href="about.html">About Us</a></li>
<li><a href="timeline.html">News &amp; Timeline</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="action.html">Take Action</a></li>
</ul>
</nav>
</div>
</header>
<!--ABOVE THIS GETS COPIED TO ALL PAGES MENU CHANGES-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
<a href="index.html"><span class="black-highlight">TB</span>FIGHTERS</a>
</h1>
<a class="toggle-button" href="#" title="menu"></a>
<nav class="site-menu">
<ul class="active">
<li><a href="about.html">About Us</a></li>
<li><a href="timeline.html">News &amp; Timeline</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="action.html">Take Action</a></li>
</ul>
</nav>
</div>
</header>
<!--ABOVE THIS GETS COPIED TO ALL PAGES MENU CHANGES-->
<main id="main">
<section class="container container-compact title">
<div class="wrapper-full">
Expand Down Expand Up @@ -255,13 +254,13 @@ <h2 id="list">Join Our <span class="red">Mailing List</span></h2>
</section>
</main>
<footer class="site-foot">
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
Icons by fontawesome.<br>
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
Icons by fontawesome.<br>
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
</body>
</html>
43 changes: 21 additions & 22 deletions activism-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,27 @@

<head>
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
<meta property="og:url" content="https://tbfighters.org" />
<meta property="og:image" content="img/og-image.jpg" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#D7211E" />
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
<script src="menu.js"></script>
<!-- Variable Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
<meta property="og:url" content="https://tbfighters.org" />
<meta property="og:image" content="img/og-image.jpg" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#D7211E" />
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
<script src="menu.js"></script>
<!-- Variable Tags -->
<!--Open Graph Tags-->
<meta property="og:title" content="Activism Guide | TBFighters" />
<meta property="og:site_name" content="TBFighters: Activism Guide" />
Expand Down
59 changes: 29 additions & 30 deletions danaher-rif.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
Expand All @@ -15,10 +16,8 @@
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
Expand All @@ -32,23 +31,23 @@
</head>
<body class="news">
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
<a href="index.html"><span class="black-highlight">TB</span>FIGHTERS</a>
</h1>
<a class="toggle-button" href="#" title="menu"></a>
<nav class="site-menu">
<ul class="active">
<li><a href="about.html">About Us</a></li>
<li><a href="timeline.html">News &amp; Timeline</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="action.html">Take Action</a></li>
</ul>
</nav>
</div>
</header>
<!--ABOVE THIS GETS COPIED TO ALL PAGES MENU CHANGES-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
<a href="index.html"><span class="black-highlight">TB</span>FIGHTERS</a>
</h1>
<a class="toggle-button" href="#" title="menu"></a>
<nav class="site-menu">
<ul class="active">
<li><a href="about.html">About Us</a></li>
<li><a href="timeline.html">News &amp; Timeline</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="action.html">Take Action</a></li>
</ul>
</nav>
</div>
</header>
<!--ABOVE THIS GETS COPIED TO ALL PAGES MENU CHANGES-->
<main id="main">
<section class="container container-full">
<div class="wrapper-full">
Expand Down Expand Up @@ -98,13 +97,13 @@ <h1 class="break-anywhere">
</section>
</main>
<footer class="site-foot">
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">

We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
</body>
</html>
27 changes: 13 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<!--Meta tags-->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="description"
content="Fighting for accessible tuberculosis testing and treatment to save over a million lives a year. Take action with us now." />
<meta name="robots" content="index, follow" />
<!--Open Graph Tags-->
<meta property="og:site_name" content="TBFighters" />
Expand All @@ -15,10 +16,8 @@
<!-- Style Tags -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<script src="jquery-3.7.1.min.js"></script>
Expand All @@ -29,7 +28,7 @@
<title>TBFighters | Putting People Over Profits</title>
</head>
<body class="homepage">
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<!--BELOW THIS GETS COPIED TO ALL PAGES WHEN MENU CHANGES (CHANGE BODY CLASS TO PAGE NAME)-->
<header id="site-head"><a href="#main" class="skip">Skip to main content</a>
<div class="wrapper-head">
<h1 class="page-title">
Expand Down Expand Up @@ -184,13 +183,13 @@ <h3>More From <span class="red">TBFighters</span> and TB Advocacy</h3>
</section>
</main>
<footer class="site-foot">
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
Images courtesy: laboratorio diagnostica ancona IZSUM via Wikimedia Commons; Adobe stock; Leiem via Wikimedia Commons; Icons by fontawesome. <br>
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
<p>
&copy; The TBFighters Project | <a href="privacy.html" class="footer-link">Privacy Policy</a>
</p>
<p class="too-small">
Images courtesy: laboratorio diagnostica ancona IZSUM via Wikimedia Commons; Adobe stock; Leiem via Wikimedia Commons; Icons by fontawesome. <br>
We lead by following and we act with compassion. Get in touch: contact at tbfighters dot org
</p>
</footer>
</body>
</html>
Loading

0 comments on commit 621078b

Please sign in to comment.