- ID da verificação
- 293fe69f-b6cd-4074-924a-d873d369e9c8Concluído
- URL enviado:
- https://namd.dev/
- Relatório concluído:
Ligações · 18 encontradas
As ligações de saída identificadas na página
Hiperligação | Texto |
---|---|
https://github.com/NotAMojangDev | Github |
https://twitter.com/NotAMojangDev | |
https://discordapp.com/users/566630884623777822/ | Discord |
http://rust-lang.org/ | Rust |
http://java.com/ | Java |
http://developer.mozilla.org/en-US/docs/Web/javascript | JavaScript |
http://nodejs.org/ | Node.JS |
http://python.org | Python |
http://developer.mozilla.org/en-US/docs/Web/html | HTML |
http://developer.mozilla.org/en-US/docs/Web/css | CSS |
Variáveis JavaScript · 3 encontradas
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer parte do código dentro do âmbito atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registo da consola · 0 encontradas
Mensagens registadas na consola web
HTML
O corpo HTML em bruto da página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="images/profile.webp" type="image/x-icon">
<title>NotAMojangDev - About</title>
<script type="text/javascript" src="https://bringthemhomenow.net/1.1.0/hostages-ticker.js" integrity="sha384-DHuakkmS4DXvIW79Ttuqjvl95NepBRwfVGx6bmqBJVVwqsosq8hROrydHItKdsne" crossorigin="anonymous"></script></head>
<body>
<!-- Navbar -->
<nav id="navbar">
<div class="container">
<div class="left">
<a href="/" class="homeLink">
<img src="images/profile.webp" alt="ProfilePic" class="home">
<span class="home">NotAMojangDev</span>
</a>
</div>
<div class="right">
<a href="https://github.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" id="github">
<i class="fa-brands fa-github"></i> <span>GitHub</span>
</a>
<a href="https://twitter.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" id="twitter">
<i class="fa-brands fa-x-twitter"></i>
<span>Twitter</span>
</a>
<a href="https://discordapp.com/users/566630884623777822/" target="_blank" rel="noopener noreferrer" id="discord">
<i class="fa-brands fa-discord"></i>
<span>Discord</span>
</a>
</div>
</div>
</nav>
<main>
<!-- Hero -->
<section id="hero" class="hero-section">
<div class="text">
<h2>Hello, I am NotAMojangDev! 👋</h2>
<p>
I am some random guy you probably found on the internet,
I like coding, Playing video games and Technology in
particular. I Wanted to learn coding after discovering
the vast and interesting world of programming, Languages
I know include: Rust, JavaScript, Python, C
<a href="#skills">etc.</a>
</p>
<p>
I Like playing: Minecraft, TerraTech, Bloons TD 6 and
Satisfactory
</p>
<h3>Stuff I like to do</h3>
<p>
I like to Play video games Listen to music and Code in
my free time
</p>
<div class="links">
<a href="#skills" class="skillsLink">
<i class="fa-solid fa-code"></i>
<span>Skills</span>
</a>
<a href="#projects" class="projectsLink">
<i class="fa-solid fa-folder"></i>
<span>Projects</span>
</a>
<a href="#socials" class="socialsLink">
<i class="fa-brands fa-square-twitter"></i>
<span>Socials</span>
</a>
</div>
</div>
<div class="profileImg">
<img src="images/profile.webp" alt="profile picture">
</div>
</section>
<!-- Skills -->
<section id="skills" class="skills-section">
<h2>Skills</h2>
<div class="text">
I like Coding, I wanted to try and learn this stuff Myself
but I failed the first time I tried to learn it and well
thanks to some people that taught me my First coding
languages that gave me the Tools to learn other languages
myself.
</div>
<div class="cells">
<a class="cell rust" href="http://rust-lang.org/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-rust rust-logo"></i>
<span>Rust</span>
</a>
<a class="cell java" href="http://java.com/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-java java-logo"></i>
<span>Java</span>
</a>
<a class="cell javascript" href="http://developer.mozilla.org/en-US/docs/Web/javascript" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-js js-logo"></i>
<span>JavaScript</span>
</a>
<a class="cell node" href="http://nodejs.org/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-node-js node-logo"></i>
<span>Node.JS</span>
</a>
<a class="cell python" href="http://python.org" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-python python-logo"></i>
<span>Python</span>
</a>
<a class="cell html" href="http://developer.mozilla.org/en-US/docs/Web/html" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-html5 html-logo"></i>
<span>HTML</span>
</a>
<a class="cell css" href="http://developer.mozilla.org/en-US/docs/Web/css" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-css3 css-logo"></i>
<span>CSS</span>
</a>
</div>
</section>
<section id="projects" class="projectsSection">
<div class="text">
<h2>Projects</h2>
<p>
Projects I am working on, finished and maintainting or
Put here and discontinued
</p>
</div>
<div class="projects">
<div class="projects-container">
<div class="project">
<div class="text">
<h3>
Code Editor Based on
<a href="https://tauri.app">Tauri</a> &&
<a href="https://svelte.dev/">Svelte</a>
</h3>
<p>
This is a Project I started for fun and
experience, if I like the End result I might
switch to it from
<a href="https://github.com/zed-industries/zed">Zed</a>/<a href="https://code.visualstudio.com/">VSCode</a>
</p>
</div>
<!-- <div class="image">
<img src="images/projects/code-editor.png" alt="Screenshot of Code Editor"> (Non-existant)
</div> -->
</div>
<div class="project">
<div class="text">
<h3>Discord Bot</h3>
<h4>
DISCONTINUED: Might return to it one day
</h4>
</div>
<div class="image">
<img src="/images/projects/discord-logo-blue.svg" alt="Discord-logo">
</div>
</div>
</div>
<div class="projects-container">
<div class="project">
<div class="text">
<h3>Project: Unnanmed</h3>
<h4>DISCONTINUED</h4>
</div>
<div class="image">
<img src="images/projects/project_umcs.png" alt="Project Unnamed MC Server">
</div>
</div>
<div class="project">
<div class="text">
<h3>This Website (My Portfolio)</h3>
<p>
My current largest Project that I wrote
completely by myself so far. Until I finish
a Code editor based on
<a href="https://tauri.app/">Tauri</a>
There isn't a need for a new Code Editor.
</p>
</div>
<div class="image">
<img src="/images/projects/portfolio.png" alt="screeshot of this page">
</div>
</div>
</div>
</div>
</section>
<!-- Socials/contact -->
<section id="socials" class="socials-section">
<div class="text">
<h2>Socials</h2>
</div>
<div class="links">
<a href="https://github.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="github">
<i class="fa-brands fa-github"></i>
<span>Github</span>
</a>
<a href="https://twitter.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="twitter">
<i class="fa-brands fa-x-twitter"></i>
<span>Twitter</span>
</a>
<a href="https://twitch.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="twitch">
<i class="fa-brands fa-twitch"></i>
<span>Twitch</span>
</a>
</div>
<div class="links">
<a href="https://steamcommunity.com/id/NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="steam">
<i class="fa-brands fa-steam"></i>
<span>Steam</span>
</a>
<a href="https://twitter.com/NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="codepen">
<i class="fa-brands fa-codepen"></i>
<span>Codepen</span>
</a>
<a href="https://youtube.com/@NotAMojangDev" target="_blank" rel="noopener noreferrer" class="social-link" id="youtube">
<i class="fa-brands fa-youtube"></i>
<span>Youtube</span>
</a>
</div>
<div class="link">
<a href="https://discordapp.com/users/566630884623777822/" target="_blank" rel="noopener noreferrer" class="social-link" id="discord">
<i class="fa-brands fa-discord"></i>
<span>Discord</span>
</a>
</div>
<div class="contact"></div>
</section>
<!-- Footer -->
<footer>
<p class="mwl">
Made for fun by
<a href="https://github.com/NotAMojangDev" target="_blank" rel="noopener noreferrer">@NotAMojangDev</a>
</p>
<p>Copyright © <span class="year">2024</span> NotAMojangDev</p>
</footer>
</main>
<div id="bthn" lang="en" role="dialog" aria-modal="false" aria-label="Floating Window about the Bring the Hostages Home">
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@400;600;700;800&display=swap');
#bthn {
background: black;
background: linear-gradient(180deg, #2F2929 0%, #111 100%);
display: inline-block;
position: fixed;
bottom: 30px;
left:50px;
box-shadow: 0px 4.76599px 5.56032px 0px rgba(0, 0, 0, 0.20);
padding: 3px;
border-radius: 11px;
z-index: 9999;
direction:ltr;
box-sizing: content-box;
}
#bthn[lang=he] {
right:50px;
left:auto;
}
#bthn *{
direction:ltr;
}
#bthn #bthnLink {
display: flex;
flex-direction: column;
align-items: center;
color: white;
padding: 6px 8px;
text-align: center;
font-size: 12px;
text-decoration: none;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
border-radius: 11px;
border: 0.794px solid #867F8A;
font-weight: 400;
}
#bthn #closeBthn {
position: absolute;
top: 0px;
right: 0px;
cursor: pointer;
z-index: 10;
padding: 8px 10px;
text-align: center;
font-size: 12px;
text-decoration: none;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: white;
}
#bthn[lang=he] #closeBthn {
right: auto;
left:0;
}
#bthn .bthn-bthn-time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 10px 1px;
}
#bthn .bthn-bthn-time-block .bthn-time {
font-size: 32px;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
display: flex;
gap: 3px;
font-weight: 700;
}
#bthn .bthn-bthn-time-block .bthn-time .bthn-digit {
background-color:#626060;
border-radius: 1px;
line-height: 1;
padding: 8px 2px;
margin-bottom:2px;
color:white;
width: 0.6em;
}
#bthn #bthnTimeBlocks {
display: flex;
font-size: 8px;
align-items: center;
text-transform: uppercase;
align-items: center;
color:#AFAFAF;
font-weight:400;
}
#bthn #bthnTimeBlocks .bthn-dots {
font-size: 24px;
line-height:1;
font-weight:300;
margin-bottom: 0.7em;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
color:white;
letter-spacing: 0;
leading-trim: both;
text-edge: cap;
}
#bthn .bthn-title-wrap{
display:flex;
flex-direction:column;
align-items:stretch;
}
#bthn .bthn-title-wrap svg{
position:relative;
width: auto;
height: auto;
}
#bthn .bthn-title-wrap .underline{
aspect-ratio: 274.27/10.16;
}
#bthn #bthnTitle {
font-size: 22px;
margin-top: 3px;
}
#bthn #bthnSubtitle {
margin-bottom: 1px;
display:block;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 115%; /* 13.2px */
letter-spacing: 0.18px;
text-transform: uppercase;
text-align:center;
width:180px;
}
#bthn[lang=he] #bthnSubtitle {
margin-bottom:-2px;
}
#bthn #bthnSubtitle .red-bg {
background-color:#E82900
}
@media (max-width: 768px) {
#bthn {
max-width:calc(100% - 30px);
left:15px;
}
#bthn[lang=he] {
right:15px;
}
#bthn .bthn-bthn-time-block .bthn-time {
font-size: 26px;
}
}
#bthn.bthn-banner {
display: flex;
width: 1280px;
height: 250px;
position:relative;
inset:auto;
background: linear-gradient(180deg, #2F2929 0%, #111 100%);
box-shadow: 0px 4.76599px 5.56032px 0px rgba(0, 0, 0, 0.20);
border-radius:2px;
padding:0;
}
#bthn.bthn-banner #bthnLink{
border-radius: 2px;
border: 1px solid #867F8A;
padding: 32px 28px;
width: 100%;
flex-direction: row-reverse;
justify-content: center;
gap: 30px;
}
#bthn.bthn-banner #closeBthn {
display:none;
}
#bthn.bthn-banner #bthnSubtitle {
font-size:44px;
font-weight: 600;
line-height: 140%; /* 64.4px */
letter-spacing: 0.69px;
margin:0;
flex-grow:1;
flex-shrink:1;
width:270px;
}
#bthn.bthn-banner #bthnTimeBlocks{
font-size:24px;
}
#bthn.bthn-banner #bthnTimeBlocks .bthn-bthn-time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 12px 6px;
}
#bthn.bthn-banner #bthnTimeBlocks .bthn-bthn-time-block .bthn-time {
font-size: 96px;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
display: flex;
gap: 3px;
font-weight: 700;
}
#bthn.bthn-banner #bthnTimeBlocks .bthn-bthn-time-block .bthn-time .bthn-digit {
background-color:#626060;
border-radius: 3px;
line-height: 1;
padding: 12px 2px;
margin-bottom:6px;
color:white;
width: 0.6em;
}
#bthn.bthn-banner #bthnTimeBlocks .bthn-dots {
font-size: 72px;
line-height:1;
font-weight:300;
margin-bottom: 0.7em;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
color:white;
letter-spacing: 0;
leading-trim: both;
text-edge: cap;
}
#bthn.bthn-banner .bthn-title-wrap{
display:none;
}
#bthn.bthn-banner .bthn-title-wrap-banner{
display:flex;
}
#bthn .bthn-title-wrap-banner{
display:none;
}
#bthn.bthn-banner-mobile {
display: flex;
width: 360px;
height: 250px;
position:relative;
inset:auto;
background: linear-gradient(180deg, #2F2929 0%, #111 100%);
box-shadow: 0px 4.76599px 5.56032px 0px rgba(0, 0, 0, 0.20);
border-radius:2px;
padding:0;
}
#bthn.bthn-banner-mobile #bthnLink{
border-radius: 2px;
border: 1px solid #867F8A;
padding: 8px 10px;
width: 100%;
gap: 6px;
justify-content: center;
}
#bthn.bthn-banner-mobile #closeBthn {
display:none;
}
#bthn.bthn-banner-mobile #bthnSubtitle {
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 26.4px */
letter-spacing: 0.36px;
width: 100%;
}
#bthn.bthn-banner-mobile #bthnTimeBlocks{
font-size:12px;
}
#bthn.bthn-banner-mobile #bthnTimeBlocks .bthn-bthn-time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 12px 2px;
}
#bthn.bthn-banner-mobile #bthnTimeBlocks .bthn-bthn-time-block .bthn-time {
font-size: 48px;
display: flex;
gap: 3px;
font-weight: 700;
}
#bthn.bthn-banner-mobile #bthnTimeBlocks .bthn-bthn-time-block .bthn-time .bthn-digit {
border-radius: 1.5px;
line-height: 1;
padding: 6px 1px;
margin-bottom:6px;
color:white;
width: 0.6em;
}
#bthn.bthn-banner-mobile #bthnTimeBlocks .bthn-dots {
font-size: 36px;
line-height:1;
font-weight:300;
margin-bottom: 0.7em;
color:white;
letter-spacing: 0;
leading-trim: both;
text-edge: cap;
}
#bthn.bthn-banner-mobile .bthn-title-wrap svg {
position: relative;
width: 306px;
height: 44px;
}
#bthn.bthn-mako {
width: 970px;
height: 330px;
position:relative;
inset:auto;
background: linear-gradient(180deg, #2F2929 0%, #111 100%);
box-shadow: 0px 4.76599px 5.56032px 0px rgba(0, 0, 0, 0.20);
border-radius:2px;
padding:0;
display:flex;
}
#bthn.bthn-mako #bthnLink{
border-radius: 2px;
border: 1px solid #867F8A;
padding: 12px 28px;
width: 100%;
justify-content: center;
gap: 10px;
}
#bthn.bthn-mako #closeBthn {
display:none;
}
#bthn.bthn-mako #bthnSubtitle {
font-size: 30px;
font-weight: 600;
line-height: 110%; /* 33px */
letter-spacing: 0.45px;
margin:0;
width:100%;
}
#bthn.bthn-mako #bthnTimeBlocks{
font-size:24px;
}
#bthn.bthn-mako #bthnTimeBlocks .bthn-bthn-time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 12px 6px;
}
#bthn.bthn-mako #bthnTimeBlocks .bthn-bthn-time-block .bthn-time {
font-size: 96px;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
display: flex;
gap: 3px;
font-weight: 700;
}
#bthn.bthn-mako #bthnTimeBlocks .bthn-bthn-time-block .bthn-time .bthn-digit {
background-color:#626060;
border-radius: 3px;
line-height: 1;
padding: 12px 2px;
margin-bottom:6px;
color:white;
width: 0.6em;
}
#bthn.bthn-mako #bthnTimeBlocks .bthn-dots {
font-size: 72px;
line-height:1;
font-weight:300;
margin-bottom: 0.7em;
font-family: "Open Sans Condensed", "Open Sans", Arial, Helvetica, sans-serif;
color:white;
letter-spacing: 0;
leading-trim: both;
text-edge: cap;
}
#bthn.bthn-mako .bthn-title-wrap svg {
position: relative;
width: 382px;
height: auto;
}
#bthn.bthn-mako-mobile {
display: flex;
width: 300px;
height: 250px;
position:relative;
inset:auto;
background: linear-gradient(180deg, #2F2929 0%, #111 100%);
box-shadow: 0px 4.76599px 5.56032px 0px rgba(0, 0, 0, 0.20);
border-radius:2px;
padding:0;
display:flex;
max-width: none;
}
#bthn.bthn-mako-mobile #bthnLink{
border-radius: 2px;
border: 1px solid #867F8A;
padding: 8px 10px;
width: 100%;
gap: 6px;
justify-content: center;
}
#bthn.bthn-mako-mobile #closeBthn {
display:none;
}
#bthn.bthn-mako-mobile #bthnSubtitle {
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 26.4px */
letter-spacing: 0.36px;
width: 100%;
}
#bthn.bthn-mako-mobile #bthnTimeBlocks{
font-size:12px;
}
#bthn.bthn-mako-mobile #bthnTimeBlocks .bthn-bthn-time-block {
display: flex;
flex-direction: column;
align-items: center;
margin: 12px 2px;
}
#bthn.bthn-mako-mobile #bthnTimeBlocks .bthn-bthn-time-block .bthn-time {
font-size: 40px;
display: flex;
gap: 3px;
font-weight: 700;
}
#bthn.bthn-mako-mobile #bthnTimeBlocks .bthn-bthn-time-block .bthn-time .bthn-digit {
border-radius: 1.5px;
line-height: 1;
padding: 6px 1px;
margin-bottom:6px;
color:white;
width: 0.6em;
}
#bthn.bthn-mako-mobile #bthnTimeBlocks .bthn-dots {
font-size: 36px;
line-height:1;
font-weight:300;
margin-bottom: 0.7em;
color:white;
letter-spacing: 0;
leading-trim: both;
text-edge: cap;
}
#bthn.bthn-mako-mobile .bthn-title-wrap svg {
position: relative;
width: 250px;
height: auto;
}
</style>
<div id="closeBthn" role="button" tabindex="0" aria-label="Close Floating Window about the Hostages">X</div>
<a id="bthnLink" target="_blank" href="https://stories.bringthemhomenow.net/?utm_source=namd.dev&utm_medium=banner">
<div id="bthnSubtitle">HUNDREDS ARE HELD <span class="red-bg">HOSTAGE</span> BY HAMAS</div>
<div id="bthnTimeBlocks">
<div class="bthn-bthn-time-block">
<div class="bthn-time">
<span class="bthn-digit">4</span><span class="bthn-digit">2</span><span class="bthn-digit">1</span>
</div>
<div>days</div>
</div>
<span class="bthn-dots">:</span>
<div class="bthn-bthn-time-block">
<div class="bthn-time">
<span class="bthn-digit">1</span><span class="bthn-digit">6</span>
</div>
<div>hours</div>
</div>
<span class="bthn-dots">:</span>
<div class="bthn-bthn-time-block">
<div class="bthn-time">
<span class="bthn-digit">4</span><span class="bthn-digit">0</span>
</div>
<div>minutes</div>
</div>
<span class="bthn-dots">:</span>
<div class="bthn-bthn-time-block">
<div class="bthn-time">
<span class="bthn-digit">0</span><span class="bthn-digit">3</span>
</div>
<div>seconds</div>
</div>
</div>
<div class="bthn-title-wrap" aria-label="BRING THEM HOME NOW">
<svg xmlns="http://www.w3.org/2000/svg" width="125" height="23" viewBox="0 0 125 23" fill="none">
<path d="M113.985 16.2096L112.343 1.97803H114.056L115.204 14.2705L116.37 1.97803H118.242L119.425 14.2705L120.521 1.97803H122.251L120.591 16.2096H118.207L117.288 6.14076L116.37 16.2096H113.985Z" fill="#E82900"></path>
<path d="M108.618 16.3875C106.976 16.3875 105.898 15.3379 105.898 13.6123V4.57526C105.898 2.84969 106.976 1.80011 108.618 1.80011C110.279 1.80011 111.356 2.84969 111.356 4.57526V13.6123C111.356 15.3379 110.279 16.3875 108.618 16.3875ZM108.618 14.7864C109.236 14.7864 109.643 14.395 109.643 13.6479V4.53969C109.643 3.79253 109.236 3.40116 108.618 3.40116C108.018 3.40116 107.611 3.79253 107.611 4.53969V13.6479C107.611 14.395 108.018 14.7864 108.618 14.7864Z" fill="#E82900"></path>
<path d="M98.7526 16.2096V1.97803H100.642L102.921 12.5983L102.585 8.45339V1.97803H104.21V16.2096H102.391L100.024 5.5715L100.378 9.6097V16.2096H98.7526Z" fill="#E82900"></path>
<path d="M55.9148 16.2096V1.97803H58.4052L59.7476 13.4344L61.1077 1.97803H63.5804V16.2096H61.9555V9.52075L62.2204 4.11276L60.7367 16.2096H58.7232L57.2748 4.0416L57.5398 9.48517V16.2096H55.9148Z" fill="white"></path>
<path d="M81.6818 16.2096V1.97803H84.1722L85.5146 13.4344L86.8746 1.97803H89.3474V16.2096H87.7224V9.52075L87.9874 4.11276L86.5037 16.2096H84.4901L83.0418 4.0416L83.3067 9.48517V16.2096H81.6818Z" fill="white"></path>
<path d="M50.0613 16.2096V1.97803H54.5123V3.57908H51.7746V8.11539H54.1767V9.71644H51.7746V14.6085H54.5123V16.2096H50.0613Z" fill="white"></path>
<path d="M90.5714 16.2096V1.97803H95.0224V3.57908H92.2847V8.11539H94.6868V9.71644H92.2847V14.6085H95.0224V16.2096H90.5714Z" fill="white"></path>
<path d="M42.845 16.2096V1.97803H44.5583V8.15097H46.5895V1.97803H48.3028V16.2096H46.5895V9.75202H44.5583V16.2096H42.845Z" fill="white"></path>
<path d="M68.2601 16.2096V1.97803H69.9734V8.15097H72.0046V1.97803H73.7179V16.2096H72.0046V9.75202H69.9734V16.2096H68.2601Z" fill="white"></path>
<path d="M38.124 16.2096V3.57908H36.3401V1.97803H41.6213V3.57908H39.8373V16.2096H38.124Z" fill="white"></path>
<path d="M29.5552 16.3875C27.9125 16.3875 26.8351 15.3379 26.8351 13.6123V4.57526C26.8351 2.84969 27.9125 1.80011 29.5552 1.80011C31.2155 1.80011 32.2929 2.84969 32.2929 4.57526V6.63884H30.5796V4.53969C30.5796 3.79253 30.1733 3.40116 29.5552 3.40116C28.9546 3.40116 28.5484 3.79253 28.5484 4.53969V13.6479C28.5484 14.395 28.9546 14.7864 29.5552 14.7864C30.1733 14.7864 30.5796 14.395 30.5796 13.6479V9.9121H29.5552V8.4H32.2929V13.6123C32.2929 15.3379 31.2155 16.3875 29.5552 16.3875Z" fill="white"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M77.7201 16.5654C76.0774 16.5654 75 15.5158 75 13.7902V4.75318C75 3.0276 76.0774 1.97803 77.7201 1.97803C79.3804 1.97803 80.4578 3.0276 80.4578 4.75318V13.7902C80.4578 15.5158 79.3804 16.5654 77.7201 16.5654ZM77.7201 3.57908C78.3383 3.57908 78.7445 3.97045 78.7445 4.7176V13.8258C78.7445 14.573 78.3383 14.9643 77.7201 14.9643C77.1195 14.9643 76.7133 14.573 76.7133 13.8258V4.7176C76.7133 3.97045 77.1195 3.57908 77.7201 3.57908Z" fill="white"></path>
<path d="M19.6896 16.2096V1.97803H21.5795L23.858 12.5983L23.5224 8.45339V1.97803H25.1474V16.2096H23.3281L20.9613 5.5715L21.3146 9.6097V16.2096H19.6896Z" fill="white"></path>
<path d="M16.2164 16.2096V1.97803H17.9297V16.2096H16.2164Z" fill="white"></path>
<path d="M9.18994 16.2096V1.97803H11.804C13.4467 1.97803 14.5241 3.00981 14.5241 4.73539V7.59949C14.5241 8.66686 14.1179 9.4496 13.429 9.87654L14.895 16.2096H13.1287L11.963 10.3746H10.9032V16.2096H9.18994ZM11.7864 8.86254C12.4046 8.86254 12.8108 8.47118 12.8108 7.72402V4.69981C12.8108 3.95266 12.4046 3.57908 11.7864 3.57908H10.9032V8.86254H11.7864Z" fill="white"></path>
<path d="M2.07715 16.2096V1.97803H4.74423C6.38687 1.97803 7.4643 3.00981 7.4643 4.73539V6.78118C7.4643 7.7596 7.23468 8.4356 6.52817 8.89812C7.23468 9.34286 7.49962 10.0366 7.49962 11.0151V13.4344C7.49962 15.16 6.42219 16.2096 4.76189 16.2096H2.07715ZM4.76189 14.6085C5.38009 14.6085 5.78633 14.2172 5.78633 13.47V10.8016C5.78633 9.9477 5.45074 9.6097 4.72657 9.6097H3.79044V14.6085H4.76189ZM4.72657 8.0976C5.45074 8.07981 5.75101 7.74181 5.75101 6.9057V4.69981C5.75101 3.95266 5.34477 3.57908 4.74423 3.57908H3.79044V8.0976H4.72657Z" fill="white"></path>
<path d="M123.174 19.3701L123.184 19.4659H123.189L123.19 19.4844H123.186L123.196 19.579H123.148L123.138 19.4856L116.681 19.665C116.681 19.6306 116.681 19.5974 116.681 19.563L117.161 19.5495L123.138 19.4672L123.127 19.3726H123.175L123.174 19.3701ZM9.19216 21.5716L14.1097 21.6318L16.5684 21.6613L19.0272 21.6822L23.9448 21.7227L28.8623 21.7497C32.1407 21.7719 35.4191 21.7731 38.6959 21.7866C41.9743 21.7903 45.2512 21.7952 48.5295 21.8001H54.7841L61.0402 21.7891L62.6046 21.7866L64.1676 21.7792L67.2948 21.7657L70.4221 21.751L73.5495 21.7276C81.889 21.6674 90.2299 21.5691 98.5634 21.4033C100.941 21.3566 103.318 21.305 105.694 21.251C111.565 21.1994 117.435 21.1281 123.302 21.0384L123.275 20.7804C123.307 20.7804 123.338 20.778 123.369 20.778L123.094 18.1748C123.063 18.1748 123.031 18.1748 123 18.176L122.973 17.918C115.471 18.1404 107.965 18.3173 100.457 18.4524C99.8077 18.4573 99.1586 18.4635 98.5095 18.4684C73.4372 18.6379 48.3515 18.4229 23.3047 17.8173C22.5838 17.8001 21.8614 17.7878 21.1406 17.7743L18.9749 17.7386C17.5302 17.7178 16.0869 17.6969 14.6421 17.6772L14.7439 17.9278C17.9026 18.0507 21.0687 18.1563 24.2394 18.2288C25.8247 18.2657 27.4101 18.3038 28.9984 18.3308C30.5852 18.3566 32.1721 18.3824 33.7604 18.407C40.1123 18.4942 46.4656 18.5495 52.807 18.6367L55.2059 18.6735L57.6048 18.7043L62.4027 18.7669C63.7054 18.7804 65.0096 18.7964 66.3122 18.8111C60.5228 18.8382 54.7318 18.8517 48.9423 18.8455C48.6805 18.8418 48.4188 18.8406 48.1571 18.8369L48.1541 18.8455C34.1837 18.8283 20.2147 18.7141 6.24579 18.5016C3.36077 18.4573 2.28546 18.563 2.23461 18.9106C2.12842 19.6478 1.66029 20.3787 1.63038 21.1171C1.62589 21.2252 3.07962 21.4254 4.09214 21.477C5.69094 21.5569 7.48418 21.5458 9.19515 21.5728" fill="#E82900"></path>
</svg>
</div>
<div class="bthn-title-wrap-banner" aria-label="BRING THEM HOME NOW">
<svg width="294" height="174" viewBox="0 0 294 174" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M287.812 162.612L287.837 163.055H287.847L287.851 163.141H287.84L287.865 163.579H287.752L287.728 163.146L272.54 163.977C272.54 163.818 272.54 163.664 272.54 163.505L273.669 163.442L287.728 163.061L287.703 162.623H287.816L287.812 162.612ZM19.6966 172.806L31.2639 173.084L37.0476 173.221L42.8313 173.318L54.3988 173.505L65.9662 173.63C73.6778 173.733 81.3894 173.738 89.0975 173.801C96.8091 173.818 104.517 173.841 112.229 173.864H126.941L141.657 173.812L145.337 173.801L149.014 173.767L156.37 173.704L163.726 173.636L171.083 173.528C190.699 173.249 210.32 172.794 229.922 172.026C235.516 171.81 241.106 171.571 246.696 171.321C260.505 171.082 274.313 170.752 288.114 170.337L288.051 169.142C288.125 169.142 288.199 169.131 288.273 169.131L287.626 157.077C287.552 157.077 287.478 157.077 287.404 157.082L287.341 155.888C269.694 156.917 252.037 157.736 234.376 158.362C232.849 158.385 231.322 158.413 229.795 158.436C170.819 159.221 111.81 158.226 52.893 155.421C51.1973 155.342 49.4982 155.285 47.8025 155.222L42.7083 155.057C39.3099 154.96 35.9148 154.864 32.5164 154.773L32.7557 155.933C40.1858 156.502 47.6335 156.991 55.0918 157.327C58.821 157.498 62.55 157.674 66.2862 157.799C70.0189 157.918 73.7517 158.038 77.4879 158.152C92.4291 158.556 107.374 158.812 122.29 159.215L127.933 159.386L133.576 159.528L144.862 159.818C147.927 159.881 150.994 159.955 154.059 160.023C140.44 160.148 126.818 160.211 113.2 160.183C112.584 160.165 111.968 160.16 111.353 160.143L111.346 160.183C78.4834 160.103 45.6247 159.574 12.7659 158.59C5.97956 158.385 3.45013 158.874 3.33052 160.484C3.08073 163.897 1.97957 167.282 1.9092 170.701C1.89865 171.201 5.3182 172.129 7.69993 172.368C11.4607 172.737 15.6789 172.686 19.7036 172.811" fill="#E82900"></path>
<path d="M279.719 140.275V91.1399H264.425V84.9115H286.432V140.275H279.719ZM265.532 140.275V101.728H272.245V140.275H265.532Z" fill="white"></path>
<path d="M238.907 140.275V134.047H249.496V91.1399H238.907V84.9115H256.208V134.047H259.115V140.275H238.907Z" fill="white"></path>
<path d="M225.811 120.829V91.1399H221.589V84.9115H232.524V120.829H225.811Z" fill="white"></path>
<path d="M189.785 140.275V134.047H194.352V91.1399H190.823V84.9115H205.01C211.93 84.9115 215.737 88.787 215.737 96.4687V140.275H209.024V96.1918C209.024 92.7316 207.709 91.1399 205.01 91.1399H201.065V140.275H189.785Z" fill="white"></path>
<path d="M177.031 140.275V91.1399H161.737V84.9115H183.744V140.275H177.031ZM162.844 140.275V101.728H169.557V140.275H162.844Z" fill="white"></path>
<path d="M120.592 140.275V134.047H124.813L121.214 84.9115H127.927L131.041 134.047H132.979C135.609 134.047 136.924 132.455 136.924 128.995V84.9115H143.637V128.649C143.637 136.33 139.9 140.275 132.979 140.275H120.592Z" fill="#E82900"></path>
<path d="M96.7052 140.275V134.047H103.556C106.186 134.047 107.501 132.455 107.501 128.995V91.1399H96.636V84.9115H114.214V128.649C114.214 136.33 110.477 140.275 103.556 140.275H96.7052Z" fill="#E82900"></path>
<path d="M62.2901 140.275L59.2451 84.9115H65.6811L67.2036 118.406H71.6327V84.9115H77.9303V124.15H67.4805L67.9649 134.047H79.7989C82.4978 134.047 83.8127 132.455 83.8127 128.995V84.9115H90.5256V128.649C90.5256 136.33 86.7193 140.275 79.7989 140.275H62.2901Z" fill="#E82900"></path>
<path d="M45.8033 120.829V91.1399H41.5818V84.9115H52.5161V120.829H45.8033Z" fill="#E82900"></path>
<path d="M28.2125 140.275V91.1399H23.7834V84.9115H34.9254V140.275H28.2125Z" fill="#E82900"></path>
<path d="M263.073 68.8636L266.603 19.7284H263.004V13.5H275.461C282.381 13.5 286.118 17.3755 286.118 25.0572V68.8636H274.838V62.6352H279.405V24.7803C279.405 21.3201 278.09 19.7284 275.461 19.7284H272.693L269.786 68.8636H263.073Z" fill="white"></path>
<path d="M235.294 68.8636V13.5H245.952C252.872 13.5 256.679 17.3755 256.679 25.0572V68.8636H249.966V24.7803C249.966 21.3201 248.651 19.7284 245.952 19.7284H242.007V68.8636H235.294Z" fill="white"></path>
<path d="M219.698 68.8636V50.9397L216.515 19.7284H213.124V13.5H229.248V19.7284H222.951L226.411 51.4241V68.8636H219.698Z" fill="white"></path>
<path d="M200.72 49.4172V19.7284H196.498V13.5H207.433V49.4172H200.72Z" fill="white"></path>
<path d="M183.97 24.7803C183.97 21.3201 182.655 19.7284 179.956 19.7284H171.444V13.5H179.956C186.877 13.5 190.683 17.3755 190.683 25.0572V68.8636H183.97V24.7803Z" fill="white"></path>
<path d="M159.041 49.4172V19.7284H154.819V13.5H165.753V49.4172H159.041Z" fill="white"></path>
<path d="M126.771 68.8636V13.5H148.155V68.8636H126.771ZM133.483 62.9812H141.442V19.3824H133.483V62.9812Z" fill="white"></path>
<path d="M85.6337 48.6559C85.8413 41.0434 87.779 36.8911 91.4469 34.9534L83.9036 14.5381V13.5H90.5472L98.5749 37.514H99.8898L101.343 13.5H107.779L105.426 42.3583L100.305 42.4275L109.648 67.5488V68.8636H103.142L93.4538 40.2822C92.0005 41.3202 91.7237 43.258 91.6545 46.0261L91.4469 68.8636H84.8724L85.6337 48.6559Z" fill="white"></path>
<path d="M71.2257 68.8636V19.7284H66.7966V13.5H77.9386V68.8636H71.2257Z" fill="white"></path>
<path d="M34.9912 68.8636V62.6352H39.5587V19.7284H36.0293V13.5H50.2162C57.1367 13.5 60.9429 17.3755 60.9429 25.0572V68.8636H54.2301V24.7803C54.2301 21.3201 52.9152 19.7284 50.2162 19.7284H46.2716V68.8636H34.9912Z" fill="white"></path>
<path d="M7.63647 68.8636V13.5H29.0207V68.8636H7.63647ZM14.3493 62.9812H22.3078V19.3824H14.3493V62.9812Z" fill="white"></path>
</svg>
</div>
</a>
</div><script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://bringthemhomenow.net/1.1.0/hostages-ticker.js";
script.setAttribute(
"integrity",
"sha384-DHuakkmS4DXvIW79Ttuqjvl95NepBRwfVGx6bmqBJVVwqsosq8hROrydHItKdsne"
);
script.setAttribute("crossorigin", "anonymous");
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
<script>
let yearElements = document.querySelectorAll(".year");
let year = new Date().getFullYear();
for (let i = 0; i < yearElements.length; i++) {
yearElements[i].textContent = year;
}
</script>
</body></html>