Skip to content

Commit

Permalink
feat: add about page
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Nov 10, 2024
1 parent c21c4aa commit 7d0e44a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions content/english/about/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
---
title: "Hey, I am John Doe!"
meta_title: "About"
title: "About the IETF Trust"
meta_title: "About the IETF Trust"
description: "this is meta description"
image: "/images/avatar.png"
image: "/images/undraw_abstract_re_l9xy.svg"
draft: false
---

Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis illum nesciunt commodi vel nisi ut alias excepturi ipsum, totam, labore tempora, odit ex iste tempore sed. Fugit voluptatibus perspiciatis assumenda nulla ad nihil, omnis vel, doloremque sit quam autem optio maiores, illum eius facilis et quo consectetur provident dolor similique! Enim voluptatem dicta expedita veritatis repellat dolorum impedit, provident quasi at.
A trust is a private legal construct *(in this case established under the laws of Virginia, USA)* allowing assets *(in this case, intellectual property rights and other property)* to be held and administered for specific purposes *(in this case, for the benefit of the IETF and hence the Internet standards process)*. A Trust is normally managed by a set of Trustees who are obliged to follow the terms of the Trust Agreement.

The IETF Trust was formed in 2005. See [BCP 78](https://www.rfc-editor.org/info/bcp78) and [BCP 101](https://www.rfc-editor.org/info/bcp101) for more details on how and why it was created.

#### Here's how to contact the Trustees:

[[email protected]](mailto:[email protected])

**IETF Trust**
c/o AMS
39221 Paseo Padre Pkwy, Suite J
Fremont, CA 94538

Phone: [+1-510-413-3419](tel:+15104133419)
2 changes: 1 addition & 1 deletion themes/hugoplate/layouts/about/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="md:col-10 lg:col-7 text-center">
{{ partial "image" (dict "Src" .Params.image "Context" .Page "Alt" .Title "Class" "mx-auto mb-6" "Size" "200x200") }}
<h2 class="h3 mb-6">{{ .Title }}</h2>
<div class="content">{{ .Content }}</div>
<div class="content text-left">{{ .Content }}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7d0e44a

Please sign in to comment.