first commit
This commit is contained in:
34
helix/templates/helix_documentation.jinja
Normal file
34
helix/templates/helix_documentation.jinja
Normal file
@@ -0,0 +1,34 @@
|
||||
{% extends "layout.html.jinja" %}
|
||||
{% set title = "Helix Documentation" %}
|
||||
{% block contents %}
|
||||
<div class="documentation">
|
||||
<h3> Project Information </h3>
|
||||
<img src="{{ url_for('static', filename='images/sp-helix-doc-header.png') }}"/>
|
||||
<p>General Information</p>
|
||||
<p>
|
||||
<a href="https://sunpower.my.salesforce.com/sfc/#version?selectedDocumentId=06934000001m0pg">Dealers - Helix
|
||||
User Manual Via Dealer Portal</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://sunpowercorp.sharepoint.com/sites/departments/EPC/FTP/HelixRoof/Shared%20Documents/02-Project%20Design/Design%20Tools%20&%20Templates/User%20Manual,%20Helix%20Calculator.pdf">SunPower
|
||||
Employees - Helix User Manual</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://sunpower.my.salesforce.com/sfc/#version?selectedDocumentId=06934000001m0q5">Dealers -
|
||||
Webinar
|
||||
Demo</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://sunpowercorp.sharepoint.com/sites/departments/EPC/FTP/HelixRoof/Shared%20Documents/02-Project%20Design/Design%20Tools%20&%20Templates/Recorded%20Helix%20Calculator-Designer%20Training-07_29_2016.wmv">SunPower
|
||||
Employees - Webinar Demo</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://sunpower--c.na29.visual.force.com/apex/PortalPublisher_HelixResources">Helix Resource Page
|
||||
on the dealer portal.</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://sunpowercorp.sharepoint.com/sites/departments/EPC/FTP/HelixRoof/SitePages/Helix Calculator Support Page.aspx">Helix Resource Page
|
||||
on sharepoint. (SunPower Employees).</a>
|
||||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user