From c3266ebe47a9663ede8e854a9eed47344a47a6b4 Mon Sep 17 00:00:00 2001 From: NatalieMohun <nmohu001@odu.edu> Date: Fri, 2 Dec 2022 01:04:37 -0800 Subject: [PATCH] Update report site --- home.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/home.html b/home.html index 48d96b2..8f214cd 100644 --- a/home.html +++ b/home.html @@ -88,6 +88,23 @@ <p>Group Four: Natalie Mohun, Marcelo Vargas, Daniel Cieslinski, Parth Patel, Dhruv Parikh, Aamr Ibrahim</p> <hr /> +<hr /> +<p>This repository contains the report report deploy example for CS 350 (Introduction to Software Engineering). The contents of this repository are based on <a href="https://github.com/cstkennedy/cs350-examples/tree/master/Gradle-2-Reports/Example-2">Gradle-2-Reports/Example-2</a>.</p> +<h1>Reports</h1> +<ul> +<li> +<p>The project report/site repository can be found at <a href="https://github.com/mvarg005/ACM-website">https://github.com/mvarg005/ACM-website</a>.</p> +</li> +<li> +<p>The project site is available at <a href="https://mvarg005.github.io/ACM-website/">https://mvarg005.github.io/ACM-website/</a>.</p> +</li> +<li> +<p>The <em>Home Page</em> is available at <a href="https://mvarg005.github.io/ACM-website/home.html">https://mvarg005.github.io/ACM-website/home.html</a>.</p> +</li> +</ul> +<h1>Status</h1> +<p>Gradle now handles the entire website update process.</p> + </div> </div> </div> -- GitLab