Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Jan 17, 2024
1 parent b2785c7 commit 6a41139
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions website/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ h4,
h5,
h6,
.col-lbl {
color: #555;
color: #333;
max-width: 600px;
margin: 1em auto 0.5em;
line-height: 1.2;
Expand All @@ -83,7 +83,7 @@ h6,
}

p a {
color: #444;
color: #333;
font-weight: 700;
text-decoration: none;
box-shadow: 0 1px 0 #007cd7;
Expand All @@ -95,7 +95,7 @@ p a:hover {
}

strong {
color: #555;
color: #333;
}

.logo {
Expand All @@ -116,7 +116,7 @@ h1 {
/*.subtitle {*/
/* text-align: center;*/
/* font-style: italic;*/
/* color: #444;*/
/* color: #333;*/
/* margin-top: 1em;*/
/*}*/

Expand Down
1 change: 0 additions & 1 deletion website/assets/x-twitter.svg

This file was deleted.

1 change: 1 addition & 0 deletions website/assets/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def copy_assets():
'map.js',
'favicon.ico',
'github.svg',
'x-twitter.svg',
'x.svg',
]:
shutil.copyfile(ASSETS_DIR / file, OUT_DIR / file)

Expand Down
2 changes: 1 addition & 1 deletion website/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>OpenFreeMap</h1>
><img src="github.svg" alt="github" height="28"
/></a>
<a href="https://twitter.com/OpenFreeMapOrg" target="_blank"
><img src="x-twitter.svg" alt="x-twitter" height="28"
><img src="x.svg" alt="x/twitter" height="28"
/></a>
</div>

Expand Down

0 comments on commit 6a41139

Please sign in to comment.