Skip to content

Commit

Permalink
Adding contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkkunal committed Oct 21, 2016
1 parent c526f3a commit aea863f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/html/_layouts/_layout-main.pug
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ html(lang='en-US')
li.menu-item
a(href=site.github + "releases", target="_blank") Release History
li.menu-item
a(href=site.github + "blob/master/LICENSE.md", target="_blank") License Info
a(href="/contact/") Contact
li.menu-item
a(href="/about/") About
div.header-right
Expand Down
2 changes: 1 addition & 1 deletion web/html/about.pug
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ block page-content
| and #[span.label.label-primary MMPilot]

.section
p For any queries kindly <a href="http://kunruchcreations.com/about-us/contact/" target="_blank">contact us</a>.
p For any queries kindly <a href="/contact/">contact us</a>.
12 changes: 12 additions & 0 deletions web/html/contact.pug
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
extends ./_layouts/_layout-page.pug

block vars
- var title = 'Contact'
- var description = 'Contact the MMPilot team'

block page-content
.container-readable
p.text-center Please use the #[a(href=site.github + "issues/new", target="_blank") Issues] section to report issues in mmpilot.
br
| If you have any other query or suggestion then kindly get in touch using the contact form below.
iframe(src="https://contact.kunruchcreations.com/mmpilot", width="100%", height="900", frameborder="0", scrolling="no") Browser not supported
2 changes: 1 addition & 1 deletion web/html/guides/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ block page-content
.section-large
p.text-large.text-center Coming Soon..
.section
p.text-center Want us to write a guide on a topic you don't see here? <a href="http://kunruchcreations.com/about-us/contact/" target="_blank">Get in touch</a>
p.text-center Want us to write a guide on a topic you don't see here? <a href="/contact/">Get in touch</a>
2 changes: 1 addition & 1 deletion web/html/showcase.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ block page-content
p.text-center.entry-title
a(href=site.url, target='_blank')= site.name
.section
p.text-center Want to submit your site to showcase?<br><a href="http://kunruchcreations.com/about-us/contact/" target="_blank">Get in touch</a>
p.text-center Want to submit your site to showcase?<br><a href="/contact/">Get in touch</a>
2 changes: 1 addition & 1 deletion web/html/templates.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ block page-content
.section-large
p.text-large.text-center Coming Soon..
.section
p.text-center Want to submit a template? <a href="http://kunruchcreations.com/about-us/contact/" target="_blank">Get in touch</a>
p.text-center Want to submit a template? <a href="/contact/">Get in touch</a>

0 comments on commit aea863f

Please sign in to comment.