diff --git a/src/Pages/About.cshtml b/src/Pages/About.cshtml index 6f4575f..cc3d2bf 100644 --- a/src/Pages/About.cshtml +++ b/src/Pages/About.cshtml @@ -11,9 +11,9 @@
The .NET Foundation is an independent organization created to foster innovation, which we believe starts with open development and collaboration. It's also a forum for community and commercial developers to broaden and strengthen the future of the .NET ecosystem.
diff --git a/src/Pages/Become-A-Member.cshtml b/src/Pages/Become-A-Member.cshtml index 41c24fb..a35ba7b 100644 --- a/src/Pages/Become-A-Member.cshtml +++ b/src/Pages/Become-A-Member.cshtml @@ -11,9 +11,9 @@Anyone who has contributed to a .NET Foundation project can apply to become a member.
Contributions may include code contributions, documentation, or other significant project contribution, including evangelism, teaching, code, organizing events, etc. If in doubt, please ask us at contact@@dotnetfoundation.org!
We need you! Community involvement is what makes the .NET Foundation such a resounding success.
diff --git a/src/Pages/Index.cshtml b/src/Pages/Index.cshtml index e37460b..6067dcd 100644 --- a/src/Pages/Index.cshtml +++ b/src/Pages/Index.cshtml @@ -20,7 +20,7 @@You've found the heartbeat of .NET—where projects and communities come together to get things done in our open-source world. Share your skills for the greater good. Meet in person, get involved virtually, and stay on top of the latest news, meetups, and events.
diff --git a/src/Pages/News.cshtml b/src/Pages/News.cshtml index 396cd61..e7063fb 100644 --- a/src/Pages/News.cshtml +++ b/src/Pages/News.cshtml @@ -11,9 +11,9 @@This is the page to bookmark. Remember, you, your colleagues, your co-coders in arms — whether you know them yet or not — are the ones who make up the community and are the true innovators. So keep an eye on this page for news from us, news about .NET, and most important, updates from your peers. Contributors are commended.
diff --git a/src/Pages/Privacy-Policy.cshtml b/src/Pages/Privacy-Policy.cshtml index 120429d..a4edf44 100644 --- a/src/Pages/Privacy-Policy.cshtml +++ b/src/Pages/Privacy-Policy.cshtml @@ -6,7 +6,7 @@ ViewData["Title"] = "Privacy Policy"; } -The .NET Foundation values your privacy. Our goal is to provide you with a personalized online experience. This Privacy Policy describes the conditions under which this Web site is being made available to you. The Privacy Policy discusses, among other things, how data obtained during your visit to this Web site may be collected and used. Please read the Privacy Policy carefully. By using this Web site, you agree to be bound by the terms of this Privacy Policy. If you do not accept the terms of the Privacy Policy, please disconnect from this site and refrain from visiting the site in the future.
The .NET Foundation may decide at some point in the future, without advance notice, to modify the terms of this Privacy Policy. Your use of the Web site, or materials obtained from the Web site, indicates your assent to the Privacy Policy at the time of such use. The effective Privacy Policy will be posted on the Web site, and you should check upon every visit for any changes.
diff --git a/src/Views/Projects/Index.cshtml b/src/Views/Projects/Index.cshtml index f6989c6..6cf7ed4 100644 --- a/src/Views/Projects/Index.cshtml +++ b/src/Views/Projects/Index.cshtml @@ -20,9 +20,9 @@Projects—and the people behind them—are at the heart of what .NET Foundation is all about. These days, you’ll find a wide variety of projects, including the .NET Compiler Platform, ASP.NET, .NET Core, and Xamarin Forms, along with the popular .NET open-source frameworks xUnit and Reactive Extensions.
diff --git a/src/wwwroot/css/style.css b/src/wwwroot/css/style.css index 94e5f41..87e34b6 100644 --- a/src/wwwroot/css/style.css +++ b/src/wwwroot/css/style.css @@ -149,13 +149,13 @@ p { margin-bottom: 0; } -.page-section h2, h3, h4 { +.page-section h1, h2, h3, h4 { margin-top: 2rem; margin-bottom: 0; font-family: 'Bree Serif', serif; } -.page-section h2 { +.page-section h1, h2 { font-size: 3rem; }