Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new project talk submit page #33

Merged
merged 1 commit into from
Apr 30, 2019
Merged
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
36 changes: 36 additions & 0 deletions content/pages/new_project_talk_submit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Title: New Project/Talk Submit
Date: 2019-02-25
Author: Clark Winters
Tags: information, teamwork
Category_save_as: ''
Slug: new-project-talk-submit

<html>
<head>
<title>My super title</title>
<meta name="tags" content="thats, awesome" />
<meta name="date" content="2012-07-09 22:28" />
<meta name="modified" content="2012-07-10 20:14" />
<meta name="category" content="yeah" />
<meta name="authors" content="Alexis Métaireau, Conan Doyle" />
<meta name="summary" content="Short version for index and feeds" />
</head>
<body>
<h1>Submit your project or talk ideas</h1>
<p>
<form name="new_talk_project" method={SERVER_URL} action="post">
<label>Your name</label>
<input type="text" name="name" placeholder="Your name"/>
<label>Project/Talk title or topic</label>
<input type="text" name="title" placeholder="It could be anything"/>
<label>Description</label>
<input type="textarea" name="description" placeholder="Briefly describe your project idea or talk topic"/>
<input type="submit" name="submit"/>
</form>
</p>
</body>
</html>




3 changes: 2 additions & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
MENUITEMS = (
('Home', '/'),
('Code of Conduct', '/pages/code-of-conduct.html'),
('Coding Standard', '/pages/coding-standard.html')
('Coding Standard', '/pages/coding-standard.html'),
('New Project/Idea Submit', '/pages/new-project-talk-submit.html')
)

# Uncomment following line if you want document-relative URLs when developing
Expand Down