This repository was archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (78 loc) · 4.33 KB
/
index.html
File metadata and controls
88 lines (78 loc) · 4.33 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="styling/bootstrap.min.css" />
<link rel="stylesheet" href="styling/cover.css" />
<link rel="icon" href="favicon.ico">
<title>Physics Olympiad</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-161438140-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-161438140-1');
</script>
</head>
<body>
<main role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div class="logo"><img class ="opho" src="https://cdn.discordapp.com/attachments/691110103926964274/699444543539642408/phodstransparent.png"></div>
<div class="row"><div><h1 class="display-4">Physics Olympiad Hub</h1></div>
<p class="lead">This page is intended for passionate high school students exploring the realm of contest physics. It acts as a resource hub containing detailed notes, handouts, and a wide variety of problems from different olympiads all around the world.</p><br>
<p class="lead">Join our <a href="https://discord.gg/wyGAa49">official discord</a> to connect with other students training for olympiads!</p>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h1 class="display-5">Featured</h1>
<p class="lead">Here are some of our best original works!</p>
<ul>
<li class="lead">Signups for our <a href="/opho">annual online contest</a> happening in late May are now open!</li>
<li class="lead">Translations/Solutions to Jaan Kalda's handouts are underway. If you wish to participate and/or view them, see <a href="/kalda">here.</a></li>
<li class="lead"><a href="files/MockFMA-2020.pdf">2020 Mock F=ma Exam</a> - Brought to you by members from the AOPS community. The <a href="files/MockFMA-2020-S.pdf">solutions manual</a> is also available!</li>
<li class="lead">Stay tuned for more original works! (more solution manuals in progress)</li>
</ul>
<p>If you would like to be a volunteer to help curate content for this site, stay tuned! We'll release a form in the coming weeks.</p>
</div>
</div>
<div class="card text-center">
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">OPhO</h5>
<p class="card-text">View information and sign up for our online annual contest.</p>
<a href="/opho" class="btn btn-primary">View</a>
</div>
</div>
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">Problem Collection</h5>
<p class="card-text">See a collection of problems from past olympiads such as IPhO, APhO, USAPhO, EstFinnPho, CAP, CPhO... <br> sorted by topic and difficulty.</p>
<a href="/problems" class="btn btn-primary">View</a>
</div>
</div>
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">Solutions to Jaan Kalda's Handouts</h5>
<p class="card-text">View elegant solutions manuals to Kalda's favored handouts for olympiad preparation.</p>
<a href="/kalda/" class="btn btn-primary">View</a>
</div>
</div>
<div class="card text-center">
<div class="card-body">
<h5 class="card-title">Resources</h5>
<p class="card-text">View a comprehensive list of helpful resources. They are either completely original, or hand picked <br> from pre-existing sources around the internet.</p>
<a href="#" class="btn btn-primary disabled">Coming Soon!</a>
</div>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/docs/4.3/assets/js/vendor/jquery-slim.min.js"><\/script>')</script><script src="/docs/4.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script></body>
</html>