Skip to content
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
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!-- Page setup -->
<meta charset="utf-8">
<title>Your title here</title>
<title>Hello Azure!</title>
<meta name="description" content="A brief description of your site for search engines">
<meta name="author" content="Information about the author here">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
Expand All @@ -29,13 +29,13 @@

<header id="header">
<img src="logo.jpg">
<h1>Simple Website</h1>
<h1>Hello Azure!</h1>

<!-- Menu link fragment #id should match a div id. Example: <a href="#home"> links to <div id="home"></div> -->
<ul class="main-menu">
<li><a href="#home">home</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact">contact</a></li>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>

Expand All @@ -46,21 +46,21 @@ <h1>Simple Website</h1>
<div id="home" class="content-region hide">
<h2>Home</h2>
<p>
This is a simple website template published with Github Pages. <a href="https://github.com/cpl-makerlab/simple-website-template">Fork this repository</a> to create your own site!
This is a demo demonstrating Azure's Static Website Application
</p>
</div>

<div id="about" class="content-region hide">
<h2>About</h2>
<h2>About The Creator</h2>
<p>
Sed tempus urna et pharetra pharetra massa massa ultricies. Porttitor rhoncus dolor purus non enim praesent. Id aliquet risus feugiat in ante metus dictum.
Im Liz, I made this website for this demo. I copied it legally from Github.
</p>
</div>

<div id="contact" class="content-region hide">
<h2>Contact</h2>
<p>
Pellentesque nec nam aliquam sem et tortor consequat. Quisque sagittis purus sit amet volutpat consequat. Magna eget est lorem ipsum dolor.
Do not contact me. Do not come to my town.
</p>
</div>

Expand All @@ -69,7 +69,7 @@ <h2>Contact</h2>
</div>

<footer>
Footer region
Well Yes!
</footer>

<!-- Load additional JS scripts here -->
Expand Down