|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/drsuper/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About Dr. Super</title>
<style>
:root{
--bg0:#0f1115;
--bg1:#151922;
--text:#f3f5f7;
--muted:rgba(243,245,247,.8);
--gold:#f3d36c;
}
*{box-sizing:border-box}
body{
margin:0;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
color:var(--text);
background:
radial-gradient(900px 520px at 20% -10%, rgba(255,255,255,0.08), transparent 60%),
radial-gradient(800px 520px at 85% 0%, rgba(255,255,255,0.06), transparent 62%),
linear-gradient(180deg,var(--bg0) 0%,var(--bg1) 32%,var(--bg0) 100%);
}
.wrap{
max-width:1400px;
margin:0 auto;
padding:48px 28px 80px;
}
.hero-title-box{
display:inline-block;
padding:26px 40px;
margin-bottom:18px;
background: linear-gradient(
90deg,
rgba(243,211,108,0.55),
rgba(243,211,108,0.12)
);
border:2px solid rgba(243,211,108,.75);
border-radius:28px;
}
.hero-mid{
font-size:20px;
font-weight:700;
color:var(--gold);
margin:12px 0 36px;
}
.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:26px;
}
@media(max-width:900px){
.grid{grid-template-columns:1fr}
}
.tile{
position:relative;
border-radius:26px;
border:3px solid rgba(243,211,108,.85);
box-shadow:0 20px 60px rgba(0,0,0,.55);
}
.tile .mat{
background:rgba(20,19,19,.95);
border-radius:22px;
margin:10px;
padding:20px;
}
.tile h3{margin-top:0;color:var(--gold)}
.tile p, .tile li{color:var(--muted)}
.big{
margin-top:40px;
border-radius:32px;
border:3px solid rgba(243,211,108,.85);
box-shadow:0 30px 80px rgba(0,0,0,.65);
}
.big-inner{
padding:40px;
}
</style>
</head>
<body>
<div class="wrap">
<div class="hero-title-box">
<h1 class="title">Who Is Dr. Super?</h1>
</div>
<p class="hero-mid">
Dr. Super is the teaching persona of <b>Behrouz Aghevli</b> — mathematician,
educator, inventor, and designer of visual, story-driven approaches to learning mathematics.
</p>
<section class="grid">
<div class="tile"><div class="mat">
<h3>Education & Foundations</h3>
<ul>
<li>Ph.D. Mathematics (Statistics) — Northwestern University</li>
<li>B.A. Physics & Mathematics — Occidental College</li>
<li>University-level teaching</li>
<li>Affiliate Associate Professor — George Mason University</li>
</ul>
</div></div>
<div class="tile"><div class="mat">
<h3>Patents & Inventions</h3>
<ul>
<li>Virtual Manipulatives — US 6,518,988 B1</li>
<li>Triangles Kit — US 5,873,729</li>
<li>Factor Blocks — US 5,868,577</li>
<li>Fractal Mathematics Kit — US 5,076,793</li>
</ul>
</div></div>
<div class="tile"><div class="mat">
<h3>Products and Publications</h3>
<li>1998. Factor City, LCM & GCF with Factor Blocks, ETA.</li>
<li>1997. Explorations in Algebra, Fractions, Trigonometry, Creative Publications Inc.</li>
<li>1997. Super Math with Terrific Triangles: Hands-on Mathematics for K, 1st & 2nd Grade Scott Resources Inc.</li>
<li>1995. Dr. Super's Triangles – Algebra, Fraction & Symmetry Explorations, Creative Publications Inc.</li>
<li>1994. Triango! A Guide To Strategy Exploration, Creative Publications Inc.</li>
</div></div>
<div class="tile"><div class="mat">
<h3>Teaching & Teachers</h3>
<p>Work with classrooms and teachers, including presentations to national audiences such as NCTM.</p>
</div></div>
<div class="tile"><div class="mat">
<h3>Software & Interactive Learning</h3>
<p>From early virtual manipulatives to Scratch-based explorations of mathematical ideas.</p>
</div></div>
<div class="tile"><div class="mat">
<h3>Stories, Games & Play</h3>
<p>Manipulatives, games and stories are used as serious tools for reasoning, explanation, and discovery.</p>
</div></div>
</section>
<section class="big">
<div class="big-inner">
<h2>Why I Created Dr. Super</h2>
<p>
I created Dr. Super because I wanted mathematics to feel like an adventure of ideas and games,
not a race for answers. When learners can see structure, tell their own story of why
something works, and learn through games that reward thinking, confidence follows.
</p>
</div>
</section>
</div>
</body>
</html>