-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompetitiveProgramming.html
More file actions
66 lines (56 loc) · 1.21 KB
/
CompetitiveProgramming.html
File metadata and controls
66 lines (56 loc) · 1.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 30px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
</style>
</head>
<body>
<div class="topnav">
<a class="active" href="BearyHome.html">BearyPro</a>
<a href="JavaBasics.html">AP Computer Science A</a>
<a href="CompetitiveProgramming.html">Competitive Programming</a>
<a href="Donate.html">Donate ❤</a>
</div>
<!--<div class="container"> -->
<center><h1> Introduction To Competitive Programming: Let's Get Started </h1>
<br>
<br>
<img src="Images/Usaco1.png" alt="" style="width:1050px;height:650px;">
<br>
<br>
<br>
<img src="Images/Usaco2.png" alt="" style="width:1050px;height:450px;">
<br>
<br>
<br>
<br>
<br>
<h1> Monthly Quote: </h1>
<img src="Images/usaco.png" alt="" style="width:1350px;height:350px;">
</body>
</html>