Skip to content

Commit b368634

Browse files
committed
adds wechat page
Signed-off-by: Chris Abraham <[email protected]>
1 parent 94e566f commit b368634

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

assets/pytorch_wechat_qr_code.png

39.1 KB
Loading

wechat.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: default
3+
title: PyTorch on WeChat
4+
body-class: announcement
5+
background-class: announcement-background
6+
permalink: /wechat
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-10">
12+
<h1>PyTorch on WeChat</h1>
13+
</div>
14+
</div>
15+
</div>
16+
17+
<div class="container-fluid light-background-section contact-us-section">
18+
<div class="container">
19+
<div class="row">
20+
<div class="col-md-10">
21+
<h2>Connect with us</h2>
22+
23+
<p class="lead">Connect with us on WeChat by scanning this QR code!</p>
24+
25+
<img src="/assets/images/pytorch_wechat_qr_code.png" alt="PyTorch WeChat QR Code"/>
26+
27+
</div>
28+
</div>
29+
</div>
30+
</div>

0 commit comments

Comments
 (0)