-
Notifications
You must be signed in to change notification settings - Fork 63
/
index.html
50 lines (43 loc) · 1.31 KB
/
index.html
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
---
layout: splash
author_profile: false
sidebar:
nav: "sidemenu"
header:
overlay_image: /images/site/main.png
overlay_filter: 0.0
actions:
- label: "Get Started"
url: "/categories"
read_time: false
excerpt: A community driven site devoted to getting hands on & learning Azure<br/><br/>Explore technical guides, labs & workshops across a range of Azure topics
classes: wide
toc: false
hidden: true
search: false
entries_layout: grid
feature_row:
- image_path: /images/site/home/browse.png
title: "Categories"
url: "/categories"
excerpt: "If you're interested in a particular domain or topic, browse all available content grouped by category"
btn_label: "Browse"
btn_class: "btn--info"
- image_path: /images/site/home/new.png
title: "Recent"
url: "/recent"
excerpt: "In a rush? Explore some of the recently added guides, labs and workshops"
btn_label: "View Recent"
btn_class: "btn--info"
- image_path: /images/site/home/search.png
title: "Search"
url: "/search"
excerpt: "Can't find what you need? Dig through all our content and archives with a full text search"
btn_label: "Search"
btn_class: "btn--info"
---
{% assign page.read_time = true %}
<h1>Featured Content</h1>
{% include featured.html %}
<h1>Explore The Citadel</h1>
{% include feature_row %}