Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion src/Pages/Privacy-Policy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@
ViewData["Title"] = "Privacy Policy";
}

<h2>Privacy Policy</h2>
@section Styles{
<style>
p{
text-align: justify;
}
</style>
}


<div class="container">
<h1>Privacy Policy</h1>
<div >
<p>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.</p>
<p>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.</p>
Expand Down Expand Up @@ -43,3 +53,7 @@
<p><strong>Contacting Us </strong></p>
<p>Questions about this Privacy Policy? <a href="/contact-us">Contact us</a>.</p>
</div>
</div>



1 change: 1 addition & 0 deletions src/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<meta name="msapplication-TileImage" content="~/img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
@RenderSection("Meta", required: false)


<!--Critical path CSS loaded here, the rest after content-->
<style>#home-hero_container{background-image:url(/img/home_hero.webp);padding-top:13vw;padding-bottom:8vw;background-size:cover;overflow:hidden;background-position:50% 50%}#home-hero_overlay{top:-15%;left:0;width:100%;height:115%;background-image:linear-gradient(rgba(104,33,122,.298039) 0%,rgba(104,33,122,.298039) 100%),linear-gradient(rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 100%);background-attachment:initial,initial;background-origin:initial,initial;background-clip:initial,initial;background-size:initial,initial;background-position:;background-repeat:}#home-hero_content{text-align:center;color:rgb(255,255,255)}#home-hero_title{font-size:4rem;font-family:'Bree Serif',serif}#home-hero_copy{max-width:75rem;font-size:1.8rem}@@media screen and (max-width:615px){#home-hero_buttons{width:100%}}@@media screen and (max-width:615px){.home-hero_button+.home-hero_button{margin-top:2rem}}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15}header,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';font-size:1rem;font-weight:400;line-height:1.5;color:rgb(33,37,41);text-align:left;background-color:rgb(255,255,255)}h2{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}ul{margin-top:0;margin-bottom:1rem}a{color:rgb(0,123,255);text-decoration:none;background-color:transparent}img{vertical-align:middle;border-style:none}button{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{overflow:visible}button{text-transform:none}[type="button"],button{-webkit-appearance:button}*::-webkit-file-upload-button{font-family:inherit;font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit;-webkit-appearance:button}h2{margin-bottom:.5rem;font-weight:500;line-height:1.2}h2{font-size:2rem}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@@media (min-width:576px){.container{max-width:540px}}@@media (min-width:768px){.container{max-width:720px}}@@media (min-width:992px){.container{max-width:960px}}@@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col,.col-lg-3,.col-sm-6{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{max-width:100%}@@media (min-width:576px){.col-sm-6{max-width:50%}}@@media (min-width:992px){.col-lg-3{max-width:25%}}.collapse:not(.show){display:none}.nav-link{display:block;padding:.5rem 1rem}.navbar{position:relative;padding:.5rem 1rem}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-nav{padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:'';background-size:100%;background-position:50% 50%;background-repeat:no-repeat no-repeat}@@media (min-width:768px){.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-toggler{display:none}}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-info{color:rgb(12,84,96);background-color:rgb(209,236,241);border-color:rgb(190,229,235)}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:rgb(0,0,0);text-shadow:rgb(255,255,255) 0 1px 0;opacity:.5}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.w-100{width:100%!important}.mx-auto{margin-right:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.text-center{text-align:center!important}.navbar{padding-top:1.5rem;padding-bottom:1.5rem}.navbar-brand{padding:0;height:93px;width:259px}@@media screen and (max-width:1200px){.container{max-width:100%}}p{margin-bottom:2rem}.page-section{width:100%}.page-section_column{padding-top:6rem;padding-bottom:6rem}.page-section_column>:only-child{margin-bottom:0}html{font-size:62.5%}body{font-family:Avenir,'Adobe Heiti Std','Segoe UI','Trebuchet MS',sans-serif;font-size:1.5rem}h2{margin-bottom:2rem}img{max-width:100%}.site-button{font-size:2rem;padding:.5em 1em;display:inline-block;text-decoration:none}.site-button--pink{border:2px solid rgb(226,6,140);background-color:rgb(226,6,140);color:rgb(255,255,255)}@@media screen and (max-width:480px){#site-logo{max-width:240px}}.site-nav_container{position:relative}@@media screen and (max-width:768px){#main-menu{text-align:center}}.main-menu_item{font-size:2rem;font-family:Lato,sans-serif;line-height:1em}.main-menu_item a{color:rgb(153,153,153)}@@media screen and (min-width:769px){.main-menu_item+.main-menu_item{margin-left:2rem}}.main-menu_toggle span{width:3rem;background-image:url('data:image/svg+xml;charset=utf8,<svg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'><path stroke=\'rgb(104, 33, 122)\' stroke-width=\'4\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'></path></svg>')}.site-social_container{top:0;right:0;margin-right:15px}.site-social_icon{background-color:rgb(241,241,241)}.site-social_icon a{padding:7px 10px;display:block;font-size:1.8rem;min-width:40px;text-align:center}.site-social_icon .fas::before,.site-social_icon .fab::before{color:rgb(102,102,102)}.icon-box{background-color:rgb(246,246,246);border:1px solid rgb(153,153,153);padding:2rem}.icon-box>*+*{margin-top:2rem}.icon-box_stat{font-size:4.8rem;color:rgb(102,102,102);font-family:'Bree Serif',serif;line-height:1em}.icon-box_icon{height:70px}.icon-box_icon img{height:100%}.flash{background-color:rgb(226,6,140);position:relative}.flash .alert{color:rgb(255,255,255);background-color:transparent;border-color:transparent;font-size:2rem;font-weight:lighter;margin-bottom:0;padding:1.5rem 2.5rem}.flash a{color:rgb(255,255,255);font-size:2rem;text-decoration:none;font-weight:700}.flash .close{font-size:3.2rem;margin-top:5px}.container-fluid{padding:0}</style>
Expand Down