Skip to content

Commit 56bc641

Browse files
committed
Post #2: Published
1 parent 15dd12b commit 56bc641

File tree

3 files changed

+30
-27
lines changed

3 files changed

+30
-27
lines changed

website/blog/2023-lcf/2023-02-02/02_YouSayLowISayCode.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,46 @@
22
slug: 2023-day2
33
title: 2. You say Low, I say Code!
44
authors: [april, matt, sonja, nitya]
5-
draft: true
5+
draft: false
6+
hide_table_of_contents: false
7+
toc_min_heading_level: 2
8+
toc_max_heading_level: 3
9+
keywords: [lowcode-february, power platform]
10+
image: https://microsoft.github.io/Low-Code/img/og/30-02.png
11+
description: "Welcome to #LowCodeFebruary! Join us for #30DaysOfLowCode learning, skilling and discussions at https://aka.ms/lowcode-february. Today we talk about what Low Code means, and how Power Platform can help!"
612
tags: [low-code-february, 30-days-of-lowcode, learn-live, zero-to-hero, ask-the-expert,fusion-teams, power-platform]
713
---
814

915
<head>
1016
<meta name="twitter:url"
11-
content="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
17+
content="https://microsoft.github.io/Low-Code/blog/2023-day2" />
1218
<meta name="twitter:title"
1319
content="FIXME: Title Of Post" />
1420
<meta name="twitter:description"
15-
content="FIXME: Post Description" />
21+
content="Welcome to #LowCodeFebruary! Join us for #30DaysOfLowCode learning, skilling and discussions at https://aka.ms/lowcode-february. Today we talk about what Low Code means, and how Power Platform can help!" />
1622
<meta name="twitter:image"
17-
content="FIXME: Post Image" />
23+
content="https://microsoft.github.io/Low-Code/img/og/30-02.png" />
1824
<meta name="twitter:card" content="summary_large_image" />
1925
<meta name="twitter:creator"
20-
content="@nitya" />
26+
content="@aprildunnam" />
2127
<meta name="twitter:site" content="@AzureAdvocates" />
2228
<link rel="canonical"
23-
href="https://microsoft.github.io/Low-Code/blog/slug-FIXME" />
29+
href="https://microsoft.github.io/Low-Code/blog/2023-day2" />
2430
</head>
2531

2632

27-
Welcome to `Day #FIXME` of #28DaysOfLowCode!
33+
Welcome to `Day 02` of #30DaysOfLowCode!
2834

29-
The theme for this week is #FIXME. Yesterday we talked about #FIXME. Today we'll explore the topic of #FIXME.
3035

3136
## What We'll Cover
32-
* Section 1
33-
* Section 2
34-
* Section 3
35-
* Section 4
36-
* Exercise: Try this yourself!
37-
* Resources: For self-study!
37+
* What is Low Code?
38+
* How are the Benefits?
39+
* What does Power Platform Provide?
40+
* How can we extend Power Platform?
41+
* _Activity_: Join the [Cloud Skills Challenge](https://aka.ms/lowcode-february/challenge)
42+
* _Resources_: Explore the [Low Code February Collection](https://aka.ms/lowcode-february/collection)
3843

39-
<!-- FIXME: banner image -->
40-
![Empty Banner Placeholder](../../../static/img/banner.png)
44+
![Empty Banner Placeholder](./../../../static/img/og/30-02.png)
4145

4246

4347
## You say Low, I say Code!
@@ -97,10 +101,10 @@ If all of this sounds intriguing and you want to get started on your low code de
97101
* 2️⃣ [**Enroll**](https://aka.ms/lowcode-february/challenge) in the Cloud Skills Challenge to learn more about low code and fusion team fundamentals and start climbing that leaderboard!
98102
* 3️⃣ [**Save**](http://aka.ms/lowcode-february) the page to start your learning on Feb 1, and [**Subscribe**](https://microsoft.github.io/Low-Code/blog/rss.xml) to the blog in your favorite feed reader for updates.
99103

100-
<!-- FIXME: banner image -->
101-
![Empty Banner Placeholder](../../../static/img/banner.png)
102-
103104
## Resources
104-
* [Introduction to the Power Platform](https://aka.ms/LowCodePowerPlatformIntro)
105-
* [Fusion Development with Power Platform EBook](https://aka.ms/FusionDevEbook)
106-
* [Fusion Development with Power Platform Learning Path](https://aka.ms/learn-fusiondev)
105+
* [Introduction to the Power Platform](https://learn.microsoft.com/en-us/training/modules/introduction-power-platform//?WT.mc_id=power-82212-apdunnam)
106+
* [Fusion Development with Power Platform EBook](https://learn.microsoft.com/en-us/power-apps/guidance/fusion-dev-ebook/?WT.mc_id=power-82212-apdunnam)
107+
* [Fusion Development with Power Platform Learning Path](https://learn.microsoft.com/en-us/training/paths/transform-business-applications-with-fusion-development/?WT.mc_id=power-82212-apdunnam)
108+
* [Learn Collection: LowCode February](https://aka.ms/lowcode-february/collection)
109+
110+
![Campaign Banner](./../../../static/img/og/30-banner.png)

website/docusaurus.config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,21 @@ const config = {
7272
},
7373

7474
style: 'primary',
75-
75+
7676
items: [
7777
{to: '/lowcode-february', label: '#LowCodeFebruary', position: 'left'},
78+
{to: 'https://aka.ms/lowcode-february/devplan', label: '✨ Developer Plan', position: 'left'},
7879
{to: 'https://learn.microsoft.com/events/learn-events/powerful-devs-2023/?WT.mc_id=javascript-82212-ninarasi', label: '#PowerfulDevs Conf', position: 'left'},
7980

80-
81-
8281
{to: '/blog', label: 'Blog', position: 'right'},
83-
/*
82+
{to: 'https://aka.ms/lowcode-february/videos', label: 'Videos', position: 'right'},
8483
{
8584
type: 'doc',
8685
docId: 'intro',
8786
position: 'right',
8887
label: 'Workshops',
8988
},
90-
*/
89+
9190
{to: '/calendar', label: 'Calendar', position: 'right'},
9291
{
9392
href: 'https://github.com/microsoft/Low-Code',

website/static/img/og/30-02.png

182 KB
Loading

0 commit comments

Comments
 (0)