Skip to content

Commit 7c16645

Browse files
committed
logo
1 parent 83b3f60 commit 7c16645

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@
1616
padding: 2rem;
1717
background-color: #f9f9f9;
1818
}
19+
img.logo {
20+
max-width: 150px;
21+
margin-bottom: 1rem;
22+
}
1923
h1 { font-size: 2.5em; }
2024
p { font-size: 1.2em; max-width: 600px; text-align: center; }
2125
a { text-decoration: none; color: #007acc; }
2226
</style>
2327
</head>
2428
<body>
29+
<img class="logo" src="logo.svg" />
2530
<h1>Open Rowing Community</h1>
2631
<p>We're building open source tools for the sport of rowing. 🚣‍♀️</p>
2732
<p><a href="https://github.com/OpenRowingCommunity">Explore our GitHub →</a></p>

0 commit comments

Comments
 (0)