Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the game over message #120

Closed
wants to merge 3 commits into from
Closed
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
with:
submodules: true
lfs: false
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_OCEAN_091E54100 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "api" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WONDERFUL_OCEAN_091E54100 }}
action: "close"
16 changes: 8 additions & 8 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ import "./styles.css";
* If you don't have one of the social sites listed, leave it as an empty string.
*/
const siteProps = {
name: "Alexandrie Grenier",
title: "Web Designer & Content Creator",
email: "alex@example.com",
gitHub: "microsoft",
instagram: "microsoft",
linkedIn: "satyanadella",
name: "Muhammad Usman Ali",
title: "Blockchain Developer",
email: "Muhammad.UsmanAli@studentambassadors.com",
gitHub: "dotusmanali",
instagram: "dotusmanali",
linkedIn: "dotusmanali",
medium: "",
twitter: "microsoft",
youTube: "Code",
twitter: "dotusmanali",
youTube: "dotusmanali",
};

const primaryColor = "#4E567E";
Expand Down
6 changes: 3 additions & 3 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a image you
* freely use on your site.
*/
import image from "../images/motion-background.jpg";
import image from "../images/bc.jpg";

const imageAltText = "purple and blue abstract background";

/**
* Sort description that expands on your title on the Home component.
*/
const description =
"I'm a UI/UX student studying at Barnett Technical University. I enjoy creating unique and simplistic user interfaces in creative ways.";
"Blockchain Expert with Significant Data Analytics Experience | Skilled in Project Managemen";

/**
* List of some of skills or technologies you work on, are learning,
* passionate about, or enjoy,
*/
const skillsList = [
"Web design",
"blockchain developent",
"User experience",
"Inclusive design",
"Focus group testing",
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import PropTypes from "prop-types";
* Need an image? Check out https://unsplash.com to download a photo you
* freely use on your site.
*/
import image from "../images/woman-with-tablet.jpg";
import image from "../images/wallpaper.jpg";

const imageAltText = "Adult female in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen";
const imageAltText = "Blockchain Expert with Significant Data Analytics Experience | Skilled in Project Managemen";

const Home = ({ name, title }) => {
return (
Expand Down
24 changes: 9 additions & 15 deletions src/Components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a photo you
* freely use on your site.
*/
import image from "../images/design-desk.jpeg";
import image from "../images/pic1.jpg";

const imageAltText = "desktop with books and laptop";

Expand All @@ -31,28 +31,22 @@ const imageAltText = "desktop with books and laptop";
*/
const projectList = [
{
title: "10 Things To Know About Azure Static Web Apps 🎉",
title: "CrownLink",
description:
"Collaboration to create a beginner friendly article to help explain Azure Static Web Apps and tooling to get started.",
url: "https://dev.to/azure/10-things-to-know-about-azure-static-web-apps-3n4i",
"Decentralized CrowdFunding Platform",
url: "https://github.com/dotusmanali/CrowdLink",
},
{
title: "Web Development for Beginners",
title: "next email",
description:
"Contributed sketch note imagery to accompany each lesson. These help provide visual representation of what is being taught.",
url: "https://github.com/microsoft/web-dev-for-beginners",
"next email",
url: "https://github.com/dotusmanali/next-email",
},
{
title: "My Resume Site",
description:
"Created from Microsoft's resume workshop and deployed to GitHub pages. Includes my experience and design abilities.",
url: "https://github.com/microsoft/workshop-library/tree/main/full/build-resume-website",
},
{
title: "GitHub Codespaces and github.dev",
description:
"Video interview to explain when to use GitHub.dev versus GitHub Codespaces, and how best to use each tool.",
url: "https://www.youtube.com/watch?v=c3hHhRME_XI",
"My Resume Site",
url: "https://dotusmanali.github.io/usman",
},
];

Expand Down
Binary file added src/images/bc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/pic1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/wallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading