Skip to content
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
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
about: This is to submit documentation updates
title: ''
labels: documentation
assignees: kaw393939
assignees: ''

---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Question
about: Use this to ask the instructor a question.
title: ''
labels: question
assignees: kaw393939
assignees: ''

---

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'v*'

env:
DOCKER_REPO_NAME: kaw393939/mywebclass
DOCKER_REPO_NAME: kp823/project1

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
master_branch:
development_branch:
image: kaw393939/mywebclass:development
image: kp823/project1:development
container_name: development_branch
pull_policy: always
restart: always
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mywebclass.org",
"version": "0.1.0",
"version": "0.1.1",
"description": "Help for students and teachers learning advanced technologies.",
"main": "src/index.js",
"directories": {
Expand All @@ -25,14 +25,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/NJIT-WIS/mywebclass.git"
"url": "git+https://github.com/kptl823/mywebclass-simulation.git"
},
"author": "Keith Williams @ NJIT.EDU",
"license": "MIT",
"bugs": {
"url": "https://github.com/NJIT-WIS/mywebclass/issues"
"url": "https://github.com/kptl823/mywebclass-simulation.git"
},
"homepage": "https://github.com/NJIT-WIS/mywebclass#readme",
"homepage": "https://github.com/kptl823/mywebclass-simulation.git",
"devDependencies": {
"@playwright/test": "^1.31.1",
"autoprefixer": "^10.4.13",
Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Finally, use Playwright to create powerful and reliable automated tests for web
4. TBD

# Project Setup
## I am giving you my code; howevever, you should replace what I did with your own work. Feel free to choose another CSS framework; howevever, you must complete the project simulation's requirements.
## I am giving you my code; howevever, you should replace what I did with your own work. Feel free to choose another CSS framework; howevever, you must complete the project simulation's requirement.

- [GitHubPages](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)
- Configure your project with the DockerHub Username and Password in the project settings and make a repo.
Expand All @@ -63,3 +63,7 @@ Finally, use Playwright to create powerful and reliable automated tests for web


# ADD YOUR PROJECT LINKS BELOW THIS

[Githubpages live site deployment] (https://kptl823.github.io/mywebclass-simulation/)
[Installing the Project on the Developer's Computer]
[set up the development server]
178 changes: 13 additions & 165 deletions sprint_1_team_management.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!--Basic meta info -->
<meta content="My Webclass Homepage | Our Story" name="keywords">
<meta content="Keith Williams" name="author"/>
<meta content="shivam patil" name="student"/>
<meta content="The story and mission of MyWebClass.org" name="description">

<!--OpenGraph meta -->
Expand Down Expand Up @@ -191,4 +191,4 @@ <h1>Subscribe to our newsletter</h1>
</div>
</body>

</html>
</html>
Empty file.