Skip to content

Commit e8199aa

Browse files
authored
Update logo and refresh style (#6)
1 parent 3a10c45 commit e8199aa

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,35 @@
33

44
<head>
55
<style>
6+
p {
7+
font-family: Arial, Helvetica, sans-serif;
8+
font-size: xx-large;
9+
}
10+
611
.center {
712
display: flex;
13+
flex-direction: column;
814
justify-content: center;
915
align-items: center;
16+
flex: 100px;
1017
}
1118

1219
#logo {
13-
width: 50%;
14-
height: 50%;
15-
display: block;
20+
width: 100%;
21+
height: 100%;
1622
}
1723
</style>
1824
</head>
1925

2026
<body>
2127
<div class="center">
22-
<div class="center">
23-
<img id=logo src="https://raw.githubusercontent.com/wpilibsuite/branding/master/svg/wpilib.svg" alt="wpilib" />
28+
<div style="padding: 50px;" class="center">
29+
<img id=logo src="https://raw.githubusercontent.com/wpilibsuite/branding/main/export/svg/wpilib-generic.svg" alt="wpilib" />
2430
</div>
31+
<p><a href="https://docs.wpilib.org/">FIRST Robotics Competition Control System documentation</a></p>
32+
<p><a href="allwpilib/docs/release/java/">WPILib Java API Docs</a></p>
33+
<p><a href="allwpilib/docs/release/cpp/">WPILib C++ API Docs</a></p>
2534
</div>
26-
27-
<p><a href="https://docs.wpilib.org/">FIRST Robotics Competition Control System documentation</a></p>
28-
29-
<p><a href="allwpilib/docs/release/java/">WPILib Java API Docs</a></p>
30-
31-
<p><a href="allwpilib/docs/release/cpp/">WPILib C++ API Docs</a></p>
3235
</body>
3336

3437
</html>

0 commit comments

Comments
 (0)