diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae8cc92..203052b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" \ No newline at end of file + directory: "/" # Location of package manifests + schedule: + interval: "daily" \ No newline at end of file diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 14d7f81..b636179 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,29 +1,29 @@ name: Docker on: - push: - branches: - - 'master' + push: + branches: + - 'master' jobs: - docker: - runs-on: ubuntu-latest - steps: - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - - name: Build and push - uses: docker/build-push-action@v3 - with: - push: true - tags: realprojectsegfault/segfautils:latest + docker: + runs-on: ubuntu-latest + steps: + - + name: Set up QEMU + uses: docker/setup-qemu-action@v2 + - + name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + - + name: Login to DockerHub + uses: docker/login-action@v2 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + - + name: Build and push + uses: docker/build-push-action@v3 + with: + push: true + tags: realprojectsegfault/segfautils:latest diff --git a/static/announcements.html b/static/announcements.html index c947d3f..b642b89 100644 --- a/static/announcements.html +++ b/static/announcements.html @@ -1,185 +1,162 @@ + - - - - Segfautils announcement command centre - + a:hover { + color: #4beacb; + } + + -
-

Post Announcement

-
-
- -
- -
- -
- -
- -
-

Delete Announcement

-
-
- -
-
- -
-
+
+

Post Announcement

+
+
+ +
+ +
+ +
+ +
+ +
+

Delete Announcement

+
+
+ +
+
+ +
+
- + + \ No newline at end of file diff --git a/static/form.html b/static/form.html index dd50bc9..1494381 100644 --- a/static/form.html +++ b/static/form.html @@ -1,5 +1,6 @@ + @@ -22,18 +23,11 @@ + -
+
- +
- +
+ \ No newline at end of file diff --git a/static/index.html b/static/index.html index f6c5181..ebe1ec4 100644 --- a/static/index.html +++ b/static/index.html @@ -1,4 +1,5 @@ + @@ -20,8 +21,10 @@ } + -

Welcome to Segfautils

-

Running at port {{.Port}} | GitHub

-

Click here for an example form implementation

+

Welcome to Segfautils

+

Running at port {{.Port}} | GitHub +

+

Click here for an example form implementation

\ No newline at end of file