Coder Social home page Coder Social logo

website's Introduction

dotnetfoundation-website

NOTE: This repository is no longer being used to build the dotnetfoundation.org website! The new site is hosted in a Content Management System (CMS) and is no longer built from this repository.

This repository will be archived soon.

This repository contains the solution that is used to build and deploy the dotnetfoundation website.

Pull requests and issues are welcome!

Prerequisites

Build and test

The basic steps to run or build the project:

  1. Use dotnet run from the root of the repository to generate the static site.
  2. After the build, check the output folder to review the generated HTML files.

To build and preview the site, run:

dotnet run -- preview

The preceding command launches a preview web server that can be viewed from http://localhost:5080. The site automatically rebuilds and refreshes when content changes are made.

Project Structure

This website uses Statiq Web, a flexible and extensible static site generator for .NET.

  • App.Config : The configuration file for the project. Review the appSettings section of App.Config.

  • Program.cs:

    • Handles the generation of the site.
    • Starts the web server when running from Visual Studio.
    • Defines the input folder and the output of static files.
  • input : The input folder contains source files that are rendered as HTML files.

    • _partials folder contains small sections of code that are required in ther views, includes:
      • _head.cshtml: Contains the head section of the view and includes the initial stylesheet and JavaScript imports.
      • _header.cshtml: Common header used for views. Includes the main navigation.
      • _footer.cshtml: Common footer for views.
    • _layout.cshtml: Location where the page structure, include partials, nalytics code, and other imports are built.
    • index.cshtml: Main page for the site. Properties for the page can be efined at the top of the file. For example, a specific title for the page.
    • css folder contains all the stylesheet files required.
    • js folder contains the JavaScript libraries and other custom scripts.

Each file inside the input folder is processed by Statiq and will generate static output files.

website's People

Contributors

arhell avatar augustoproiete avatar bethmassi avatar billwagner avatar chrissfanos avatar christophepichaud avatar clairernovotny avatar daveaglick avatar devlead avatar elderjames avatar isaacrlevin avatar jamesmontemagno avatar jamiewilbraham avatar jnm2 avatar jongalloway avatar josesimoes avatar jstrauss avatar maartenba avatar matkoch avatar maurobytes avatar nicoleabuhakmeh avatar nxtn avatar poornimanayar avatar richlander avatar rprouse avatar sawravchy avatar sbwalker avatar seankilleen avatar selimcr avatar shawnwildermuth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

website's Issues

Post contribution agreements

We should post the contribution/assignment agreements so people can see it as part of the project onboarding process.

Broken "Contact us" link in privacy policy

https://dotnetfoundation.org/privacy-policy ends with "Questions about this Privacy Policy? Contact us." That links to https://dotnetfoundation.org/contact-us, which says "Page Not Found".

Because Clause 7 "Notice to .NET Foundation" in the Contributor License Agreement can require contacting the foundation, I think the web site should clearly indicate how to best do that.

Previously reported as dotnet-foundation/dotnetfoundation-website#88 but that repository was then archived.

RSS Feed returns 404

#22 indicates that an RSS feed was added in #27, but /api/rss/ which is linked is returning a 404. It looks like it's a redirect to /api/rss/index.xml, but that also returns a 404.

Provide more information on Membership

The membership page doesn't seem to have enough information (for me at least).

Information that may need to be added:

  • What is exactly the meaning of "becoming a member" ?
  • What are the benefits of being a member?
  • What are the criteria for membership request to be accepted?
  • More details about the elections mentioned in that page, including - but not limited to - when that election is hold? and also a link to https://election.dotnetfoundation.org/

Missing Content

  1. Home Page -> Resources Text
    image

  2. Committees -> blurb + add more committees
    image

  3. About page -> Financial support
    image

On-page SEO updates

In order to rank higher on SERP (Search engine result page) and get more organic user traffic I would recommend to practice on-page SEO by optimizing individual web pages for .NET Foundation. These play key role in making web pages/content visible on various search engines. One can start with updating/optimizing following:

  • Page Title (upto 60 characters)
  • Meta Description (50-160 characters)
  • H1 Tags (20-70 characters)
  • Image optimization (under 100kb)

Keyword research (very important to know which keywords are driving traffic to the website and include them in most of the above strategically to gain more traffic)

I will be happy to help you with above updates.

Pages giving 4xx reponse code

Attached is the list of pages not found and are giving 4xx reponse code as per screaming frog crawler (website audit tool). The list contain both internal/external links which are linked from dotnet foundation website.
4xx errors effect user experience, all the listed pages are non-indexable, so they can be either removed/deleted or can be used 301 to redirect to right place.
If any listed pages are working and not giving 4xx, I would request you to simply ignore it.

Dotnet_foundation_response_codes_client_error_(4xx).xlsx

Corrupted characters in translations of cookie preferences

In translations of the cookie preferences, some non-ASCII characters have become corrupted. For example, the Italian translation says "Cookies di targeting e pubblicit�" rather than "Cookies di targeting e pubblicità".

https://www.cookieconsent.com/releases/3.0.0/cookie-consent.js is OK but https://github.com/dotnet-foundation/website/raw/29ca44c0e64d20543970d3d8688d1438fba391f6/input/js/cookie-consent.3.0.0.js is corrupt: all 0xA0 bytes have been replaced with 0x20. This breaks UTF-8 encodings such as 0xC3 0xA0 ("à" U+00E0), 0xCE 0xA0 ("Π" U+03A0), and 0xD0 0xA0 ("Р" U+0420).

update block "latest news"

I want to update these blocks, which are indicated in the screenshot, I will give a separate block for the image to improve its sharpness, because at the moment it is a little blurry
1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.