Skip to content
Open
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 .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules/*
node_modules/
.DS_Store
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PybChat

Promoting local developer meetings - coming soon, so watch this space!
4 changes: 2 additions & 2 deletions __dev/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
</head>
<body>
<!-- include src="templates/header.html" /-->
<div id="content">
<div class="wrapper">
<div class="width">
<div class="content padded readmore text-content">
<picture>
<source srcset="/images/pyb-chat-logo.svg" type="image/svg+xml" />
<source srcset="/images/pyb-chat-logo.png" type="image/png" />
<img src="/images/pyb-chat-logo.png" alt="Pyb Chat | Logo" class="main-logo" />
<img src="/images/pyb-chat-logo.svg" alt="Pyb Chat | Logo" class="main-logo" />
</picture>

<main>
Expand Down
32 changes: 16 additions & 16 deletions __dev/images/pyb-chat-logo-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 16 additions & 16 deletions __dev/images/pyb-chat-logo-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed __dev/images/pyb-chat-logo.png
Binary file not shown.
Loading