-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkup-elements.html
More file actions
56 lines (41 loc) · 1.64 KB
/
markup-elements.html
File metadata and controls
56 lines (41 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
New Section - white
<div class="row">
<div class="row-white">
<div class="padding-box">
<h2 class="stepTitle">Create an App</h2>
<p class="stepParagraph">To create a new app, visit the Heroku Dashboard and select “Create new app” from the drop-down menu.</p>
<img class="stepImage" src="https://s3.amazonaws.com/heroku-devcenter-files/article-images/1470397039-2016-08-05_12-35-57.png"></img>
</div>
</div>
</div>
New Section - gray
<div class="row">
<div class="row-gray">
<div class="padding-box">
<h2 class="stepTitle">Enter Section title here</h2>
<p class="stepParagraph">Enter Description here</p>
<img class="stepImage" src="https://s3.amazonaws.com/heroku-devcenter-files/article-images/1454616998-parse-mongolab.png"></img>
</div>
</div>
</div>
Image
<img class="stepImage" src="https://s3.amazonaws.com/heroku-devcenter-files/article-images/1454616998-parse-mongolab.png"></img>
Code Snippet
<div class="codeSnippet">
<p class="code">
curl -X POST \ <br/>
-H "X-Parse-Application-Id: myAppId" \ <br/>
-H "Content-Type: application/json" \ <br/>
-d '{}' \ <br/>
https://example.herokuapp.com/parse/functions/hello <br/>
</p>
</div>
Step Number
<div class="padding-box">
<h6 class="stepNumber">Step # of #</h6>
</div>
Tab
Code Terms
<a class="codeTerm">
<a class="codeTermRed">