Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions public/images/matrix.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/matrix_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 33 additions & 20 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
<img src="images/discord.svg" height="40" width="40">
</a>
</div>
<div class="col p-2">
<a href="https://matrix.to/#/#codesociety:matrix.org">
<img src="images/matrix_icon.svg" height="40" width="40">
</a>
</div>
</div>
</div>
</nav>
Expand All @@ -59,8 +64,9 @@
</div>
<div class="col-lg-8">
<p class="title">Code Society</p>
<p class="description">We are a friendly community of programmers and scientists of all levels,
backgrounds and all over the world!</p>
<p class="description">We are a friendly community of programmers and scientists of all levels
and backgrounds from all around the world!
</p>
<a class="btn btn-xl btn-primary" href="https://discord.gg/FzgwHD7Am3">Join now</a>
</div>
</div>
Expand All @@ -86,14 +92,17 @@
<p class="title">Our goal</p>
</div>
<div class="col-md-6">
<p class="description">The Code Society has for goal of helping programmers, scientists and
other to find each other to discuss programming, new technologies, science, and more!
<p class="description">The Code Society has for goal of helping programmers,
scientists and other to find each other to discuss programming, new
technologies, science, and more! We also encourage collaboration on
open source projects as a way to learn, contribute, and grow together as
a community.
</p>
</div>
</div>
</div>
</div>
<!-- Custom Bot Section -->
<!-- Grace Framework Section -->
<div class="row flex-row-reverse">
<div class="col-lg-6">
<div class="d-flex justify-content-center align-items-center h-100">
Expand All @@ -103,33 +112,37 @@
<div class="col-lg-6 d-flex justify-content-center align-items-center separation right">
<div class="row flex-column align-items-center my-5">
<div class="col-md-6">
<p class="title">Custom bot</p>
<p class="title">Grace Framework</p>
</div>
<div class="col-md-6">
<p class="description">Our custom bot, called <a
href="https://github.com/Code-Society-Lab/grace">Grace</a>, is open source. We
invite everyone to contribute. It's a great way to make your first contribution and
work with other programmers on a cool project.</p>
<p class="description">
<a href="https://github.com/Code-Society-Lab/grace-framework">Grace Framework</a> is an opinionated,
extensible Discord bot framework built on top of discord.py. It comes with a various
tools designed to help you rapidly build scalable, feature-rich Discord bots with
minimal boilerplate.
</p>
</div>
</div>
</div>
</div>
<!-- Cursif Section -->
<!-- Matrix.py Section -->
<div class="row">
<div class="col-lg-6">
<div class="d-flex justify-content-center align-items-center h-100">
<img src="images/code.svg">
<img src="images/matrix.svg">
</div>
</div>
<div class="col-lg-6 d-flex justify-content-center align-items-center separation left">
<div class="row flex-column align-items-center my-5">
<div class="col-md-6">
<p class="title">Cursif</p>
<p class="title">matrix.py</p>
</div>
<div class="col-md-6">
<p class="description"><a href="https://github.com/Code-Society-Lab/cursif">Cursif</a>
is a collaborative, scriptable, and flexible note-taking application that aims to
help teams manage their projects.</p>
<p class="description"><a href="https://github.com/Code-Society-Lab/matrixpy">matrix.py</a>
is a lightweight and intuitive Python library to build bots on the Matrix protocol.
It provides a clean, decorator-based API similar to popular event-driven frameworks,
allowing developers to focus on behavior rather than boilerplate.
</p>
</div>
</div>
</div>
Expand All @@ -148,10 +161,10 @@
</div>
<div class="col-md-6">
<p class="description">Our <a href="https://resources.codesociety.xyz">library</a>
is a collection of resources put together by the members of
the Code Society for various programming and software development
subjects that we have found useful. It's a great place to find books,
articles, videos, and more to help you learn and grow as a programmer or scientist.
is a collection of resources put together by the members of
the Code Society for various programming and software development
subjects that we have found useful. It's a great place to find books,
articles, videos, and more to help you learn and grow as a programmer or scientist.
</p>
</div>
</div>
Expand Down