We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3f60 commit 7c16645Copy full SHA for 7c16645
index.html
@@ -16,12 +16,17 @@
16
padding: 2rem;
17
background-color: #f9f9f9;
18
}
19
+ img.logo {
20
+ max-width: 150px;
21
+ margin-bottom: 1rem;
22
+ }
23
h1 { font-size: 2.5em; }
24
p { font-size: 1.2em; max-width: 600px; text-align: center; }
25
a { text-decoration: none; color: #007acc; }
26
</style>
27
</head>
28
<body>
29
+ <img class="logo" src="logo.svg" />
30
<h1>Open Rowing Community</h1>
31
<p>We're building open source tools for the sport of rowing. 🚣♀️</p>
32
<p><a href="https://github.com/OpenRowingCommunity">Explore our GitHub →</a></p>
0 commit comments