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..2f934e0 --- /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.
  • +
+
+
+
+ + + + 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