-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
45 lines (45 loc) · 1.35 KB
/
about.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
---
layout: error
title: About
titlecolor: yellow-pink
pwshheader: |
<div data-ty="-" style="margin-top: -3rem; margin-bottom: 3rem;">
<p>PowerShell 7.1.3</p>
<p>Copyright (c) Microsoft Corporation</p>
<br>
<p>https://aka.ms/powershell</p>
<p>Type 'help' to get help.</p>
</div>
emojis: 🔌😈
lines:
- line:
message: "Get-AuthorDetails"
formatting: "input"
bell: "PS /home/guest>"
- line:
message: About Ben (Powers Hell)
formatting: "input"
bell: ">"
class: "error"
- line:
message: Software developer & automation engineer.
formatting: "input"
bell: ">"
class: "pink"
- line:
message: "Twitter: @Powers_Hell"
formatting: "input"
bell: ">"
class: "yellow"
- line:
message: "GitHub: tabs-not-spaces"
formatting: "input"
bell: ">"
class: "yellow"
- line:
message: "Youtube: intune.training"
formatting: "input"
bell: ">"
class: "yellow"
footer: "<span class=\"drac-text-yellow-pink\" data-ty=\"input\" data-ty-cursor=\"▋\" data-ty-prompt=\"\" style=\"text-align: right;\">{{ site.url }}</span><span data-ty=\"input\" data-ty-cursor=\"▋\" data-ty-prompt=\"\" style=\"text-align: right;\">{{ page.emojis }}</span>"
---