forked from pytorch/pytorch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle-guide.html
More file actions
25 lines (23 loc) · 760 Bytes
/
style-guide.html
File metadata and controls
25 lines (23 loc) · 760 Bytes
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
---
layout: default
body-class: style-guide
background-class: style-guide
---
<div class="jumbotron jumbotron-fluid on-dark-background">
<div class="container">
<h1>Header 1<br /> Article Page</h1>
<p class="lead">Jumbotron text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</p>
<a href="#" class="btn btn-lg with-right-arrow">Call to Action</a>
</div>
</div>
<div class="main-content-wrapper">
<div class="main-content">
<div class="container">
<article class="pytorch-article">
{% for post in site.style_guide %}
{{ post.content }}
{% endfor %}
</article>
</div>
</div>
</div>