Skip to content

Commit

Permalink
add new page for 2025 reading group stellenbosch
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Jan 9, 2025
1 parent 0a36aa0 commit fc88b32
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
50 changes: 50 additions & 0 deletions 2025-reading-group-stellenbosch/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!doctype html>
<html>

<head>
<meta charset="utf-8">
<title>2025 "The Little Typer" Reading Group Stellenbosch</title>
<link rel="shortcut icon" href="../favicon.ico" />

<!-- github style -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="../github-markdown.css">
<style>
body {
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
}

@media(prefers-color-scheme: dark) {
body {
background-color: #0d1117;
}
}
</style>
</head>

<body>
<article class="markdown-body">
<h1 align="center">
2025 "The Little Typer" Reading Group Stellenbosch
</h1>

<p align="center" style="color:grey;">mail @ funexists.com</p>

<p align="center">
<a href="https://github.com/funexists">
<img alt="GitHub" title="funexists's GitHub Account" height="48" width="48" src="../github.svg" />
</a>
<a href="https://discord.gg/jPfjBAkEtV">
<img alt="Join our Discord" title="Join our Discord" height="48" width="48" src="../discord.svg" />
</a>
</p>

</article>
</body>

</html>
8 changes: 8 additions & 0 deletions discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fc88b32

Please sign in to comment.