Skip to content

Commit feb4c75

Browse files
Reorganizing and updating the right Sidebar content
1 parent c802a85 commit feb4c75

7 files changed

+72
-52
lines changed
Loading
Loading

templates/dnn-docs/index.html.tmpl

+12-52
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
</div>
7171
</div>
7272
</div>
73+
<!--
7374
<div class="row home">
7475
<div class="col-lg-12">
7576
<div class="search well well">
@@ -78,6 +79,7 @@
7879
</div>
7980
</div>
8081
</div>
82+
-->
8183
<div class="row home">
8284
<div class="col-lg-12">
8385
<h2 class="hlead">Explore the Docs</h2>
@@ -181,62 +183,20 @@
181183
</div>
182184
{{^_disableAffix}}
183185
<div class="hidden-sm col-md-2" role="complementary">
186+
<div class="home side-content">
187+
{{>partials/sidebar/communityEvents}}
188+
</div>
189+
<div class="home side-content">
190+
{{>partials/sidebar/helpfulLinks}}
191+
</div>
192+
<!--
184193
<div class="home side-content">
185-
{{>partials/topContributors}}
186-
{{>partials/recentContributors}}
194+
{{>partials/sidebar/topContributors}}
187195
</div>
188196
<div class="home side-content">
189-
<h4 class="hlead"><i class="fas fa-fire-alt" style="color: #9F58A9"></i> Helpful Links</h4>
190-
<ul class="popular-topics">
191-
<li>
192-
<a href="https://dnncommunity.org/blogs"
193-
title="Written for the Community, by the Community"
194-
target="_blank">Community Blog</a>
195-
</li>
196-
<li>
197-
<a href="https://dnncommunity.org"
198-
title="DNN Platform's Community Home!"
199-
target="_blank">DNNCommunity.org</a>
200-
</li>
201-
<li>
202-
<a href="https://www.dnnsoftware.com"
203-
title="DNN Corp., Evoq"
204-
target="_blank">DNNSoftware.com</a>
205-
</li>
206-
<li>
207-
<a href="https://github.com/dnnsoftware/Dnn.Platform"
208-
title="The complete open source project on GitHub"
209-
target="_blank">DNN Platform GitHub</a>
210-
</li>
211-
<li>
212-
<a href="https://github.com/DNNCommunity/DNNDocs"
213-
title="DNNCommunity/DNNDocs (this) project on GitHub"
214-
target="_blank">DNNDocs GitHub</a>
215-
</li>
216-
</ul>
217-
<h4 class="hlead"><i class="fas fa-globe" style="color: #9F58A9"></i> Community</h4>
218-
<p>Learn more about DNN at these community events:</p>
219-
<ul class="events-list text-center">
220-
<li>
221-
<a href="https://www.dnn-connect.org/" target="_blank">
222-
<img src="images/dnnconnect-2020.jpg">
223-
</a>
224-
<span class="details">2021<br>Obergurgl, Austria</span>
225-
</li>
226-
<li>
227-
<a href="https://www.dnnsummit.org/" target="_blank">
228-
<img src="images/2020-dnn-summit-logo.png">
229-
</a>
230-
<span class="details">Feb 24-26, 2020<br>Orlando, Florida</span>
231-
</li>
232-
<li>
233-
<a href="http://www.southernfrieddnn.com/" target="_blank">
234-
<img src="images/southernfried-logo.jpg">
235-
</a>
236-
<span class="details">3rd Thurs monthly<br>(online)</span>
237-
</li>
238-
</ul>
197+
{{>partials/sidebar/recentContributors}}
239198
</div>
199+
-->
240200
</div>
241201
{{/_disableAffix}}
242202
</div>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<h4 class="hlead"><i class="fas fa-globe" style="color: #9F58A9"></i> Upcoming Events</h4>
2+
<p>Learn more about DNN at these community events:</p>
3+
<ul class="events-list text-center">
4+
<li>
5+
<a href="https://www.dnnsummit.org/" target="_blank">
6+
<img src="images/sidebar/2025-Dnn-Summit-Vegas-j26zFozr9J.png">
7+
</a>
8+
<span class="details">
9+
Las Vegas and Virtual<br>
10+
Feb 3-4, 2025
11+
</span>
12+
</li>
13+
<li>
14+
<a href="http://www.southernfrieddnn.com/" target="_blank">
15+
<img src="images/southernfried-logo.jpg">
16+
</a>
17+
<span class="details">
18+
Virtual (Zoom)<br>
19+
3rd Thursday Every Month
20+
</span>
21+
</li>
22+
<li>
23+
<p><strong>Recent events:</strong></p>
24+
<a href="https://www.dnn-connect.org/" target="_blank">
25+
<img src="images/sidebar/2024-Dnn-Connect-Champery-bv93voa26j.png">
26+
</a>
27+
<span class="details">
28+
Champery, Switzerland<br>
29+
May 23-26, 2024
30+
</span>
31+
</li>
32+
</ul>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<h4 class="hlead"><i class="fas fa-fire-alt" style="color: #9F58A9"></i> Helpful Links</h4>
2+
<ul class="popular-topics">
3+
<li>
4+
<a href="https://dnncommunity.org/blogs"
5+
title="Written for the Community, by the Community"
6+
target="_blank">Community Blog</a>
7+
</li>
8+
<li>
9+
<a href="https://dnncommunity.org"
10+
title="DNN Platform's Community Home!"
11+
target="_blank">DNNCommunity.org</a>
12+
</li>
13+
<li>
14+
<a href="https://github.com/dnnsoftware/Dnn.Platform"
15+
title="The complete open source project on GitHub"
16+
target="_blank">DNN Platform GitHub</a>
17+
</li>
18+
<li>
19+
<a href="https://github.com/DNNCommunity/DNNDocs"
20+
title="DNNCommunity/DNNDocs (this) project on GitHub"
21+
target="_blank">DNNDocs GitHub</a>
22+
</li>
23+
<li>
24+
<a href="https://www.dnnsoftware.com"
25+
title="DNN Corp., Evoq"
26+
target="_blank">DNNSoftware.com (Evoq)</a>
27+
</li>
28+
</ul>

0 commit comments

Comments
 (0)