diff --git a/images/rusty_van01.jpg b/images/rusty_van01.jpg
new file mode 100644
index 0000000..752b149
Binary files /dev/null and b/images/rusty_van01.jpg differ
diff --git a/images/vanrust_logo.svg b/images/vanrust_logo.svg
new file mode 100644
index 0000000..3cf5b95
--- /dev/null
+++ b/images/vanrust_logo.svg
@@ -0,0 +1,60 @@
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..747e082
--- /dev/null
+++ b/index.html
@@ -0,0 +1,79 @@
+
+
+
+
+
VanRust: Vancouver Rust Community Website
+
+
+
+
+
+
+
+
VanRust
+
+
+
+
+ The Vancouver Rust meetup. We meet weekly for study/hack nights, and have quarterly talks.
+
Join our community on the Vancouver Rust Meetup and see you at the next meetup!
+
diff --git a/styles/reset.css b/styles/reset.css
new file mode 100644
index 0000000..d9f27b5
--- /dev/null
+++ b/styles/reset.css
@@ -0,0 +1,48 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+ v2.0 | 20110126
+ License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
diff --git a/styles/stylesheet.css b/styles/stylesheet.css
new file mode 100644
index 0000000..5dd1456
--- /dev/null
+++ b/styles/stylesheet.css
@@ -0,0 +1,30 @@
+@import url(reset.css);
+
+section {
+ width: 100%;
+ text-align: center;
+ text-align: center;
+ height: 25em;
+ font-family: 'Fira Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+
+.logo {
+ background-image: url('../images/rusty_van01.jpg');
+ background-repeat: no-repeat;
+ background-position: 0px -250px;
+ background-size: cover;
+ margin: auto auto;
+ height: 100%;
+ width: 80%;
+}
+
+.rust-logo {
+ fill: #ffe;
+}
+
+.vanrust {
+ color: #ffe;
+ letter-spacing: 0.1em;
+ font-weight: bold;
+ font-size: 5em;
+}