|
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>Math Circle Notes — DrSuper</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root{ --gold:#f3d36c; }
body{
margin:0;
background:#0f1115;
font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
color:#f3f5f7;
}
.mc-notes-wrap{
max-width:1400px;
margin:40px auto;
padding:22px 24px 26px;
border-radius:28px;
border:3px solid rgba(243,211,108,0.85);
background:rgba(20,19,19,0.92);
box-shadow:
0 0 0 2px rgba(243,211,108,0.25),
0 28px 90px rgba(0,0,0,0.55);
}
.mc-notes-title{
display:inline-block;
font-size:clamp(22px,2.2vw,32px);
font-weight:900;
color:var(--gold);
margin-bottom:6px;
}
.mc-notes-title:hover{ text-decoration:underline; }
.mc-notes-subtitle{
font-size:15.5px;
color:rgba(243,245,247,0.75);
margin-bottom:18px;
}
.mc-notes-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:18px;
}
@media(max-width:900px){
.mc-notes-grid{ grid-template-columns:1fr; }
}
.mc-notes-img{
border-radius:18px;
border:2px solid rgba(243,211,108,0.7);
background:rgba(255,255,255,0.06);
padding:10px;
}
.mc-notes-img img{
width:100%;
height:auto;
display:block;
border-radius:10px;
}
</style>
</head>
<body>
<div class="mc-notes-wrap">
<a class="mc-notes-title"
href="MathCircle_2022_2023_Cyrus_Marc.pdf"
target="_blank">
Math Circle 2022–2023 — Cyrus & Marc
</a>
<div class="mc-notes-subtitle">
Weekly Math Circle Notes • Problems, games, and discoveries
</div>
<div class="mc-notes-grid">
<div class="mc-notes-img">
<img src="images/mc_2022_2023_overview.png" alt="Overview">
</div>
<div class="mc-notes-img">
<img src="images/mc_2022_2023_contents.png" alt="Contents">
</div>
</div>
</div>
</body>
</html>