-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patharchive.html
More file actions
160 lines (152 loc) · 9.64 KB
/
archive.html
File metadata and controls
160 lines (152 loc) · 9.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archive - Cornell University Big Red Math Competition</title>
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css styling/styles.css">
<link rel="stylesheet" href="css styling/archive-styles.css">
</head>
<body class="archive-page">
<!-- Navigation Header -->
<header class="header">
<div class="logo-home-button" onclick="window.location.href='index.html'">
<img src="assets/logo.png" alt="Big Red Math Club Logo" class="logo-image">
</div>
<nav class="navigation">
<button class="nav-button" onclick="window.location.href='about.html'">About</button>
<button class="nav-button" onclick="window.location.href='index.html'">CUBRMC 25</button>
<button class="nav-button" onclick="window.location.href='registration.html'">Registration</button>
<button class="nav-button" onclick="window.location.href='sponsors.html'">Sponsors</button>
<button class="nav-button active" onclick="window.location.href='archive.html'">Archive</button>
</nav>
</header>
<!-- Main Content -->
<main class="archive-main">
<div class="archive-content">
<section class="archive-section">
<div class="section-content">
<h1 class="archive-title">Competition Archive</h1>
<h2 class="archive-subtitle">Past Competition Materials</h2>
<p class="archive-description">
Download previous competition questions and solutions to practice and prepare for CUBRMC 2025.
</p>
<div class="archive-grid">
<!-- 2024 Competition Materials -->
<div class="year-section">
<h3 class="year-title">CUBRMC 2024</h3>
<div class="materials-grid">
<!-- Individual Round -->
<div class="material-category">
<h4 class="category-title">Individual Round</h4>
<div class="download-links">
<a href="assets/archive/2024-indiv.pdf" download class="download-link questions">
<div class="link-icon">📄</div>
<div class="link-content">
<span class="link-title">Questions</span>
<span class="link-subtitle">2024 Individual Round</span>
</div>
</a>
<a href="assets/archive/2024-indiv-sol.pdf" download class="download-link solutions">
<div class="link-icon">✅</div>
<div class="link-content">
<span class="link-title">Solutions</span>
<span class="link-subtitle">2024 Individual Round</span>
</div>
</a>
</div>
</div>
<!-- Team Round -->
<div class="material-category">
<h4 class="category-title">Team Round</h4>
<div class="download-links">
<a href="assets/archive/2024-team-round.pdf" download class="download-link questions">
<div class="link-icon">📄</div>
<div class="link-content">
<span class="link-title">Questions</span>
<span class="link-subtitle">2024 Team Round</span>
</div>
</a>
<a href="assets/archive/2024-team-sol.pdf" download class="download-link solutions">
<div class="link-icon">✅</div>
<div class="link-content">
<span class="link-title">Solutions</span>
<span class="link-subtitle">2024 Team Round</span>
</div>
</a>
</div>
</div>
<!-- Proof Round -->
<div class="material-category">
<h4 class="category-title">Proof Round</h4>
<div class="download-links">
<a href="assets/archive/2024-proof.pdf" download class="download-link questions">
<div class="link-icon">📄</div>
<div class="link-content">
<span class="link-title">Questions</span>
<span class="link-subtitle">2024 Proof Round</span>
</div>
</a>
<a href="assets/archive/2024-proof-sol.pdf" download class="download-link solutions">
<div class="link-icon">✅</div>
<div class="link-content">
<span class="link-title">Solutions</span>
<span class="link-subtitle">2024 Proof Round</span>
</div>
</a>
</div>
</div>
<div class="material-category">
<h4 class="category-title">Awards</h4>
<div class="download-links">
<a href="winners/2024-individual-winners.html" class="download-link winners">
<div class="link-icon">🌟</div>
<div class="link-content">
<span class="link-title">Individual Rounds</span>
<span class="link-subtitle">2024 Individual Winners</span>
</div>
</a>
<a href="winners/2024-team-winners.html" class="download-link winners">
<div class="link-icon">✨</div>
<div class="link-content">
<span class="link-title">Team Rounds</span>
<span class="link-subtitle">2024 Team Winners</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-left">
<img src="assets/logo.png" alt="Big Red Math Club Logo" class="footer-logo">
<div class="social-links">
<a href="mailto:cmc@bigredmathcomp.org" class="social-link" title="Email us">
<img src="assets/mail.png" alt="Email" class="social-icon">
</a>
<a href="https://www.instagram.com/wyd.carrie/" target="_blank" class="social-link" title="Follow us on Instagram">
<img src="assets/instagram.png" alt="Instagram" class="social-icon">
</a>
<a href="https://www.linkedin.com/school/cornell-university/posts/?feedView=all" target="_blank" class="social-link" title="Connect on LinkedIn">
<img src="assets/linkedin-logo.png" alt="LinkedIn" class="social-icon">
</a>
<a href="https://github.com/xikronz/CUBRMC" target="_blank" class="social-link" title="Give us a star on GH">
<img src="assets/github-sign.png" alt="GitHub" class="social-icon">
</a>
</div>
</div>
<p class="footer-disclaimer">This organization is a registered student organization of Cornell University. We take full responsibility for our organization and this web site. Equal Education and employment</p>
</div>
</footer>
</body>
</html>