-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add new page for 2025 reading group stellenbosch
- Loading branch information
1 parent
0a36aa0
commit fc88b32
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.