Skip to content

Commit

Permalink
Merge pull request #2 from taulant/main
Browse files Browse the repository at this point in the history
Post Clojure conversion fixes in Clojure.camp website
  • Loading branch information
rafd authored Nov 25, 2024
2 parents 857c420 + 8ff0134 commit 37fb567
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A public facing website for Clojure Camp.

- [babashka](https://github.com/babashka/babashka) - To run this clojure project we recommend installing [babashka](https://github.com/babashka/babashka) on your computer. This will allow the running of the `bb` commands.

### Generating and serving the website
### Local development

1. Make changes in src/root.clj then run the command below.
1. Make changes in `src/clojure_camp_site/content.clj` then run the command below.

```
bb start
bb serve
```

2. This will rebuild the website and run a local web server on:
Expand Down
12 changes: 6 additions & 6 deletions src/clojure_camp_site/content.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Clojure Camp helps new developers build a secure foundation for professional programming success — with Clojure! We connect you with an inclusive, kind, supportive, and fun community of mentors and fellow learners, and with the best resources for learning the best programming language."]
[:p
{:class "mt-6 mb-6 text-lg leading-8 text-white"}
"Clojure Camp is rooted in an equity ethos: it's open to all while prioritizing the experience of those who face the most hurdles in tech. Our Community is a place where Women, BIPOC folks, and LGBTQ+ folks belong."]
"Clojure Camp is rooted in an equity ethos: its open to all while prioritizing the experience of those who face the most hurdles in tech. Our Community is a place where Women, BIPOC folks, and LGBTQ+ folks belong."]
[:div
[:div
{:class "text-gray-700"}
Expand Down Expand Up @@ -90,7 +90,7 @@
"mt-1 flex flex-auto flex-col text-base leading-7 text-gray-300"}
[:p
{:class "flex-auto"}
"Don't go it alone! Connect with an inclusive, kind, supportive community. Grow together and help each other get unstuck. Learning with others is more fun and more effective!"]
"Dont go it alone! Connect with an inclusive, kind, supportive community. Grow together and help each other get unstuck. Learning with others is more fun and more effective!"]
[:p
{:class "mt-6"}
[:a
Expand Down Expand Up @@ -178,7 +178,7 @@
"A Home Base for Mentors"]
[:p
{:class "mt-6 text-lg leading-8 text-gray-300"}
"Connect with mentees and learners through our community, and get support from your fellow mentors! All of us at Clojure Camp love teaching, and we also know that it can be a solitary and taxing endeavor. We're creating a sustainable mentor community where we can learn from each other and offer each other camaraderie."]]]]
"Connect with mentees and learners through our community, and get support from your fellow mentors! All of us at Clojure Camp love teaching, and we also know that it can be a solitary and taxing endeavor. Were creating a sustainable mentor community where we can learn from each other and offer each other camaraderie."]]]]
[:div
{:class "bg-orange-50 py-16 sm:pt-24 sm:pb-20"}
[:div
Expand Down Expand Up @@ -216,10 +216,10 @@
"we operate is just as important as what we do. We aim to create a positive, beginner-friendly, inclusive environment for learners and leaders alike. We want all who get involved with Clojure Camp to leave with a sense of having been appreciated, respected, and supported."]
[:p
{:class "mt-6 text-lg leading-8"}
"In particular, we want to unambiguously communicate that people from marginalized groups can participate in a safe environment, where they'll be welcomed and won't face harassment, discrimination, or other forms of exclusion. We want to be diligent about creating an environment that delivers on that promise."]
"In particular, we want to unambiguously communicate that people from marginalized groups can participate in a safe environment, where theyll be welcomed and wont face harassment, discrimination, or other forms of exclusion. We want to be diligent about creating an environment that delivers on that promise."]
[:h2
{:class
"text-3xl font-bold tracking-tight text-sky-800 sm:text-3xl"}
"text-3xl font-bold tracking-tight text-sky-800 sm:text-3xl mt-12"}
"Helping new Clojure Developers"]
[:p
{:class "mt-6 text-lg leading-8"}
Expand All @@ -238,7 +238,7 @@
"Cultivate community spaces that support sharing wins, asking for help, and general camaraderie and good vibes. Doinga great job of creating an environment where devs feel safety and support ast hey grow will help set the Clojure ecosystem apart."]]
[:h2
{:class
"text-3xl font-bold tracking-tight text-sky-800 sm:text-3xl"}
"text-3xl font-bold tracking-tight text-sky-800 sm:text-3xl mt-12"}
"Helping Organizers and Mentors"]
[:p
{:class "mt-6 text-lg leading-8"}
Expand Down

0 comments on commit 37fb567

Please sign in to comment.