From 1e1f2bdf8bc58f1a80673e82d3a341336c956861 Mon Sep 17 00:00:00 2001 From: Corey Montella Date: Sun, 23 Jul 2017 13:25:19 -0700 Subject: [PATCH 1/2] Add a community page --- assets/css/base.css | 13 +++++--- community.html | 72 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 4 deletions(-) create mode 100644 community.html diff --git a/assets/css/base.css b/assets/css/base.css index 85f3fdd..897c7eb 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -103,10 +103,10 @@ code .operator { color: gray; } /* Header Layer */ .header-wrapper { margin-bottom: -15px; } -header > .logo { display: flex; flex: 0 0 auto; align-items: center; padding: 0; } -header > .logo > img { max-width: 60px; } -header > .logo > h1 { margin: 0; margin-left: 18px; padding: 0; height: 26px; } -header > .logo > h1 > img { height: 100%; } +.logo { display: flex; flex: 0 0 auto; align-items: center; padding: 0; } +.logo > img { max-width: 60px; } +.logo > h1 { margin: 0; margin-left: 18px; padding: 0; height: 26px; } +.logo > h1 > img { height: 100%; } nav { flex: none; display: flex; flex-direction: row-reverse; } nav > * { flex: 0 0 auto; padding: 10px 20px; margin: 0; text-decoration: none; color: rgb(74, 64, 136); transition: background 0.1s ease-out; } @@ -233,6 +233,11 @@ nav > .play-cta { margin: 0; padding: 10px 20px; color: white; } .contact > *:last-child:hover { background: rgb(117, 115, 190); } .contact > *:last-child:active { background: rgb(142, 140, 215); } +.community h2 { font-size: 24px; margin-bottom: 20px; } +.community h3 { font-size: 20px; margin-bottom: 20px;} +.community ul { margin: 0px 0px 20px 20px; list-style-type: circle;} +.community p {margin-bottom: 20px;} + @media (max-width: 640px) { .contact { flex-direction: column; } } diff --git a/community.html b/community.html new file mode 100644 index 0000000..ea922b7 --- /dev/null +++ b/community.html @@ -0,0 +1,72 @@ + + + + + + + Eve + + + + + + + +
+
+ + + +
+ +
+
+ +
+
+
+

Community

+

Get Involved

+

The Eve community is small but constantly growing, and everyone is welcome!

+ +

How to Contribute

+

The best way to contribute right now is to write Eve code and report your experiences. Let us know what kind of programs you’re trying to write, what barriers you are facing in writing code (both mental and technological), and any errors you encounter along the way.

+

How to File an Issue

+

We welcome you to file any issues you encounter with Eve at our Github repository. Before you file an issue, please take a look to see if the issue already exists. When you file an issue, please include:

+
    +
  • The steps needed to reproduce the bug.
  • +
  • Versions of Eve, your browser, and your OS.
  • +
  • If possible, a minimal Eve program that reproduces the bug.
  • +
+
+
+
+ + + + From b5b3416ad6a7f54d74029fb38289ad5bf8c90ab9 Mon Sep 17 00:00:00 2001 From: Corey Montella Date: Sun, 23 Jul 2017 13:26:45 -0700 Subject: [PATCH 2/2] Change community link on homepage --- community.html | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community.html b/community.html index ea922b7..2f934e0 100644 --- a/community.html +++ b/community.html @@ -6,8 +6,8 @@ Eve - - + + @@ -17,7 +17,7 @@
diff --git a/index.html b/index.html index 2cf3334..1c06171 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

EVE

Blog Docs - Community + Community