diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:46:24 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-11-05 14:46:24 -0500 |
commit | e96aff653fe034a6c6e12280bd39c04197b501a9 (patch) | |
tree | fe1f16c02ab40850e1453eb80ec5cad5754c2581 /archetypes/project.md | |
parent | ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (diff) |
modifications to css, layouts, and archetypesdevelop
Diffstat (limited to 'archetypes/project.md')
-rw-r--r-- | archetypes/project.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/project.md b/archetypes/project.md index 4e1af79..d53dffa 100644 --- a/archetypes/project.md +++ b/archetypes/project.md | |||
@@ -7,3 +7,16 @@ categories: ["projects"] | |||
7 | dontDisclaim: true | 7 | dontDisclaim: true |
8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" | 8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" |
9 | --- | 9 | --- |
10 | |||
11 | Summary goes here. | ||
12 | |||
13 | <!--more--> | ||
14 | |||
15 | ## Requirements | ||
16 | |||
17 | - Responsive. | ||
18 | - Fullscreen. | ||
19 | |||
20 | ## Optional Stretch Requirements | ||
21 | |||
22 | - Appointment scheduling. \ No newline at end of file | ||