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

fixed index file bugs #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
<!Doctype html>
<!DOCTYPE html>
<html>

<head>
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
</head>

<body>
<div class="main-container">
<div class="cloud-image">
<img src="img/successCloudNew.svg" />
<img src="img/successCloudNew.svg" alt="Success Cloud">
</div>
<div class="content">
<div class="tweet-container">
<a href="http://twitter.com/intent/tweet/?text=I%20just%20created%20a%20new%20HTML%20website%20on%20Azure%20using%20Azure%20DevOps%20Project&hashtags=AzureDevOpsProject%2CVSTS%20%40Azure%20%40VSTS">
<img src="img/tweetThis.svg" />
</a>
</div>
<a href="http://twitter.com/intent/tweet/?text=I%20just%20created%20a%20new%20HTML%20website%20on%20Azure%20using%20Azure%20DevOps%20Project&hashtags=AzureDevOpsProject%2CVSTS%20%40Azure%20%40VSTS">
<img src="img/tweetThis.svg" alt="Tweet This">
</a>
</div>
<div class="content-body">
<div class="success-text">Success!</div>
<div class="description line-1"> Azure DevOps Project has been successfully setup</div>
<div class="description line-2"> Your HTML app is up and running on Azure</div>
<div class="description line-1">Azure DevOps Project has been successfully set up</div>
<div class="description line-2">Your HTML app is up and running on Azure</div>
<div class="next-steps-container">
<div class="next-steps-header">Next up</div>
<div class="next-steps-body">
<div class="step">
<div class="step-icon">
<img src="img/cloneWhite.svg">
<img src="img/cloneWhite.svg" alt="Clone Icon">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862409">Clone your code repository and start developing your application on IDE of your choice</a></div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862409">Clone your code repository and start developing your application on an IDE of your choice</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/deployWhite.svg">
<img src="img/deployWhite.svg" alt="Deploy Icon">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862410">View your CI/CD pipeline on Visual Studio Team Services and customize it as per your needs</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/stackWhite.svg">
<img src="img/stackWhite.svg" alt="Stack Icon">
</div>
<div class="step-text"><a href="http://portal.azure.com">View your service stack in the Azure Portal</a></div>
</div>
<div class="step">
<div class="step-icon">
<img src="img/lightbulbWhite.svg">
<img src="img/lightbulbWhite.svg" alt="Lightbulb Icon">
</div>
<div class="step-text"><a href="https://go.microsoft.com/fwlink/?linkid=862126">Learn more about all you can do with Azure projects by visiting the documentation</a></div>
</div>
Expand Down