Skip to content

Commit eb7d8f6

Browse files
Update static website
1 parent b2598ee commit eb7d8f6

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

dist/index.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,42 @@
33
<head>
44
<title>Rust For Web</title>
55

6-
<meta http-equiv="refresh" content="0; url=https://github.com/RustForWeb" />
6+
<style>
7+
html {
8+
font-family: sans-serif;
9+
}
10+
11+
body {
12+
display: flex;
13+
flex-direction: column;
14+
align-items: center;
15+
}
16+
17+
h1 {
18+
margin-bottom: 0rem;
19+
}
20+
21+
h2 {
22+
font-weight: normal;
23+
}
24+
25+
a {
26+
padding: 0.75rem 1rem;
27+
color: #fff;
28+
background-color: #f74c00;
29+
border: solid 1px #000;
30+
border-radius: 0.5rem;
31+
text-decoration: none;
32+
}
33+
</style>
734
</head>
835
<body>
36+
<img src="logo.svg" alt="Rust For Web Logo" width="256" height="256" />
937
<h1>Rust For Web</h1>
38+
<h2>Rust ports of web UI libraries.</h2>
39+
40+
<h3>
41+
<a href="https://github.com/RustForWeb">GitHub</a>
42+
</h3>
1043
</body>
1144
</html>

dist/logo.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)