(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Age, Biography and Wiki
Duane Akina is an American football coach and former player. He is currently the defensive backs coach for the University of Arizona Wildcats. He has also served as the defensive backs coach for the University of Texas Longhorns, the University of Hawaii Warriors, and the University of Arizona Wildcats. Akina was born in Honolulu, Hawaii, and attended Punahou School. He played college football at the University of Hawaii, where he was a two-time All-Western Athletic Conference selection. He was also a member of the 1979 Hawaii team that won the Holiday Bowl. Akina began his coaching career at the University of Hawaii in 1983. He then moved to the University of Arizona in 1988, where he served as the defensive backs coach for the next 11 years. He then moved to the University of Texas in 1999, where he served as the defensive backs coach for the next 11 years. Akina has been credited with helping to develop numerous NFL players, including Michael Huff, Aaron Ross, Earl Thomas, and Quandre Diggs. He was also named the Big 12 Coach of the Year in 2005. As of 2021, Duane Akina's net worth is estimated to be roughly $1 million.
We recommend you to check the complete list of Famous People born on . He is a member of famous with the age 65 years old group.
Duane Akina Height, Weight & Measurements
At 65 years old, Duane Akina height not available right now. We will update Duane Akina's Height, weight, Body Measurements, Eye Color, Hair Color, Shoe & Dress size soon as possible.
Physical Status |
Height | Not Available |
Weight | Not Available |
Body Measurements | Not Available |
Eye Color | Not Available |
Hair Color | Not Available |
Dating & Relationship status
He is currently single. He is not dating anyone. We don't have much information about He's past relationship and any previous engaged. According to our Database, He has no children.
👉 For more insights, check out this resource.
Family |
Parents | Not Available |
Wife | Not Available |
Sibling | Not Available |
Children | Kamalii Akina, Kainoa Akina, Keoni Akina |
Duane Akina Net Worth
His net worth has been growing significantly in 2022-2023. So, how much is Duane Akina worth at the age of 65 years old? Duane Akina’s income source is mostly from being a successful . He is from United States. We have estimated Duane Akina's net worth , money, salary, income, and assets.
Net Worth in 2023 | $1 Million - $5 Million |
Salary in 2023 | Under Review |
Net Worth in 2022 | Pending |
Salary in 2022 | Under Review |
House | Not Available |
Cars | Not Available |
Source of Income | |
Duane Akina Social Network
Timeline
In January 2011, it was announced that Akina would be leaving the Longhorns to be the defensive backs coach at the University of Arizona. One month later, his replacement at Texas, Jerry Gray, left the Longhorns to become the defensive coordinator of the Tennessee Titans. A few days later, Akina announced that he would be returning to Texas to resume his defensive backs position with the Longhorns due to family considerations. On January 10, 2014 it was reported that Akina would not return for the Longhorns in 2014 after new head coach Charlie Strong decided not to keep him on his staff.
👉 Discover more in this in-depth guide.
In March 2014, Akina was hired as the defensive backs coach for Stanford.
Akina was promoted to co-defensive coordinator and retained his duties as defensive backs coach for the Longhorns from 2005–2007. In the 2007 season, he shared the defensive coordinator position with Larry Mac Duff, but called the defensive plays. After a frustrating season, in which the Longhorns defense allowed a school-record 4,498 total yards, Akina could have faced dismissal following the 2007 Holiday Bowl. However, not Akina, but Larry Mac Duff resigned. Akina was nonetheless demoted to secondary coach after Will Muschamp was hired as the new defensive coordinator.
He was an assistant coach to Dick Tomey at the University of Arizona for 14 years, serving as defensive backs coach and offensive coordinator. He was named Arizona defensive coordinator in 2000, but decided to leave for Texas to become the team's defensive back coach.
In 28 years of coaching football, Akina has coached three Thorpe Award winners in Darryll Lewis (1990), Michael Huff (2005), and Aaron Ross (2006), as well as five finalists for the award, among them Chris McAlister. Twenty of his defensive backs have also gone on to play in the NFL.
Duane Akina (born c. 1958) is the defensive backs coach for the Stanford Cardinal football team.