Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanreese committed Aug 28, 2024
1 parent ffc4d63 commit 8da6d5d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 14 deletions.
8 changes: 4 additions & 4 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
/* Dark theme */
@media (prefers-color-scheme: dark) {
:root {
--page-bg: hsl(160, 85%, 5%);
--page-bg: hsl(160, 100%, 3%);
--main-bg: hsl(200, 10%, 10%);
--main-shadow: #0003;
--main-shadow: #0005;
--text-color: hsl(160, 30%, 90%);
--code-color: hsl(160, 10%, 75%);
--code-bg: #000c;
Expand Down Expand Up @@ -79,7 +79,7 @@ main {
padding: var(--pad);
text-align: left;
background: var(--main-bg);
box-shadow: 0 .2em .5em var(--main-shadow);
box-shadow: 0 .2em 1em var(--main-shadow);
}

@media(min-width: 801px) { /* Wide layout */
Expand Down Expand Up @@ -338,7 +338,7 @@ ul {
}

li + li {
margin-top: .5em;
margin-top: .7em;
}

li a {
Expand Down
2 changes: 2 additions & 0 deletions pages/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: All Pages
---

Here's a list of every page in the wiki. In the future, we'll add a search feature.

<ul>
{{all}}
</ul>
10 changes: 6 additions & 4 deletions pages/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
title: Contributing
---

Anyone is welcome to edit existing pages, or add new ones. The wiki is a git repo, currently hosted on GitHub for convenience. When you make an edit, open a Pull Request and we'll promptly merge it. If you're an active member of the community and frequent contributor to the wiki, we'll give you the commit bit.
### Everyone is welcome to add and edit.

Please note that all contributions are public domain.
Please note that all contributions are public domain, and are subject to the Future of Coding [Code of Conduct](https://github.com/futureofcoding/code-of-conduct).

We use our own markup language, a subset of Markdown called [[Tonedown]].
The wiki is a git repo, currently hosted on GitHub for convenience. When you make an edit, open a Pull Request and we'll promptly merge it.

The wiki uses a subset of Markdown called [[Tonedown]].

When you edit a page, add your name to the list of Contributors.

This wiki is young, and scrappy. We're still figuring out how it should work. If you'd like, take a look at the build script and see if you can improve it.
This wiki is fledgling. We're still figuring out how it should work. To discuss the wiki, please use the **#present-company** channel in [our Slack](https://futureofcoding.org/community).
5 changes: 0 additions & 5 deletions pages/future-of-coding.html

This file was deleted.

11 changes: 11 additions & 0 deletions pages/future-of-coding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Future of Coding
---

The Future of Coding community was started back in 2017 to channel the groundswell of interest in revisiting the foundations of our industry and practice, looking for underexplored alternatives to the status quo. Swirling in the air were revolutionary talks by Alan Kay, essays by Bret Victor, and projects like Eve and Elm and Enso. Indie researchers Andy Matuschak, Hundred Rabbits, and Ink & switch were surging in popularity. All while the software platforms offered by Apple, Google, and Microsoft began to feel less like a bicycle for the mind and more like a department store for the disinclined.

The community is a worldwide collective of computing enthusiasts, academic researchers, startup founders, indie researchers, and even a few curious onlookers. Members host regular meetups in London, NYC, and online, and there are occasionally gatherings scattered across the globe.

There is no unifying thesis or mission. Rather, we all share an interest in considering why things got to be the way they are, and where we might like them to go from here. Some are champions of novel tools like richly expressive visual programming, profoundly helpful type systems, or proactive debugging, others champion the social causes the contribute to our software malaise such as the awful lack of diversity in tech or the err of attending to social issues with technical solutions. Some want to rip everything down to the foundation and start over, others just want a nicer way to find the needle in a React stack.

The community is open and welcoming to all, and we invite you to join our deep discussions, enjoy our infrequently-published but lovingly crafted [podcast](https://futureofcoding.org/episodes), and [[contribute|Contributing]] to this wiki.
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: Future of Coding Wiki

Welcome to the Future of Coding Wiki, where members of [[our community|Future of Coding]] collect interesting projects, concepts, references, and other materials relevant to the advancement or reinvention of computer programming.

If you'd like to contribute, please take a peek at our [[contribution guide|Contributing]] first to learn the rules.
If you'd like to contribute, please take a peek at our [[contribution guide|Contributing]] first to learn the ropes.

0 comments on commit 8da6d5d

Please sign in to comment.