Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

copy tweaks #111

Merged
merged 1 commit into from
Oct 6, 2023
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
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var projects = map[string]Project{
},
"imacrayon/snowbodyknows": {
Title: "Snowbody Knows",
Description: "A secret santa wishlist builder .",
Description: "A secret santa wishlist builder.",
Visible: true,
},
}
Expand Down
12 changes: 6 additions & 6 deletions templates/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl text-center leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10">What's this all about?</h2>
<div class="mt-6 mx-auto prose prose-lg text-gray-900">
<p>devICT Hacktoberfest is a great way for anyone to learn about open
source, contributions to a team, and helps build a better resume and
portfolio. This event was created to:</p>
<p>devICT Hacktoberfest is a great opportunity to learn about open
source projects being built by developers in your community. You can contribute to new projects, build your
portfolio or resume and make some new friends. This event was created to:</p>
<ul>
<li>Bring awareness to the open source projects that make Wichita a better place to live</li>
<li>Bring light to the diversity of the Wichita Tech Community</li>
<li>Create opportunities for those individuals who are underrepresented in tech</li>
<li>-Bring awareness to the open source projects that make Wichita a better place to live</li>
<li>-Bring light to the diversity of the Wichita Tech Community</li>
<li>-Create opportunities for those individuals who are underrepresented in tech</li>
</ul>
</div>
</div>
Expand Down