Last active
February 21, 2024 18:28
-
-
Save csharpfritz/7f4a094f16d16614c94bffaa195307a2 to your computer and use it in GitHub Desktop.
C# in the Cards About Page snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@page "/About" | |
@attribute [OutputCache(Duration = 600)] | |
<PageTitle>C# in the Cards - About Us</PageTitle> | |
<HeadContent> | |
<link rel="canonical" href="https://csharpinthecards.com/about" /> | |
<meta name="title" content="C# in the Cards - About Us"> | |
<meta name="description" content="C# in the Cards is an innovative video training series that teaches the fundamentals of C# programming language using a deck of cards. Join Microsoft instructor and Twitch streamer Jeff Fritz on this exciting journey."> | |
<meta name="keywords" content="C#, Programming, Learning, Video Series, Jeff Fritz, Microsoft, Twitch, Education, Coding, Deck of Cards, Interactive Learning"> | |
<meta name="robots" content="index, follow"> | |
<meta property="og:title" content="C# in the Cards - About Us" /> | |
<meta property="og:description" content="C# in the Cards is an innovative video training series that teaches the fundamentals of C# programming language using a deck of cards. Join Microsoft instructor and Twitch streamer Jeff Fritz on this exciting journey." /> | |
<meta property="og:image" content="https://csharpinthecards.com/img/jeff.webp" /> | |
<meta property="og:url" content="https://csharpinthecards.com" /> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:site" content="@@csharpfritz"> | |
<meta name="twitter:title" content="C# in the Cards - About Us"> | |
<meta name="twitter:description" content="C# in the Cards is an innovative video training series that teaches the fundamentals of C# programming language using a deck of cards. Join Microsoft instructor and Twitch streamer Jeff Fritz on this exciting journey."> | |
<meta name="twitter:image" content="https://csharpinthecards.com/img/jeff.webp"> | |
</HeadContent> | |
<main> | |
<h1>About C# in the Cards</h1> | |
... | |
</main> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment