Skip to content

Commit 133a584

Browse files
author
Drew Fravert
committed
Initial commit
0 parents  commit 133a584

File tree

5 files changed

+1673
-0
lines changed

5 files changed

+1673
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# RotaractBHM – Monthly Bulletin Template

index.mjml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<mjml>
2+
<mj-body>
3+
<mj-section>
4+
<mj-column></mj-column>
5+
</mj-section>
6+
</mj-body>
7+
</mjml>

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "bulletin",
3+
"author": "Rotaract Club of Birmingham",
4+
"homepage": "https://rotaractbhm.org/",
5+
"license": "MIT",
6+
"version": "0.1.0",
7+
"repository": {
8+
"type": "git",
9+
"url": "git@github.com:rotaractbhm/bulletin.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/rotaractbhm/bulletin/issues"
13+
},
14+
"dependencies": {
15+
"mjml": "^4.6.3"
16+
},
17+
"private": true
18+
}

0 commit comments

Comments
 (0)