Skip to content

Commit

Permalink
Modification de texte
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandolfou committed Sep 19, 2014
1 parent dd3c0d9 commit c2a46dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Binary file modified PhotoFun.suo
Binary file not shown.
11 changes: 5 additions & 6 deletions PhotoFun/Views/Home/Contact.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
}

<hgroup class="title">
<h1>@ViewBag.Title.</h1>
<h2>@ViewBag.Message</h2>
<h1>@ViewBag.Title</h1>
</hgroup>

<section class="contact">
Expand All @@ -13,11 +12,11 @@
</header>
<p>
<span class="label">Principal :</span>
<span>425.555.0100</span>
<span>418-836-1234</span>
</p>
<p>
<span class="label">En dehors des heures d'ouverture :</span>
<span>425.555.0199</span>
<span>418-836-1235</span>
</p>
</section>

Expand All @@ -44,7 +43,7 @@
<h3>Adresse</h3>
</header>
<p>
One Microsoft Way<br />
Redmond, WA 98052-6399
Bamako inc.<br />
Saint-Malachie, Qc, 1001 rte 277
</p>
</section>
6 changes: 1 addition & 5 deletions PhotoFun/Views/Home/Importer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
</article>

<aside>
<h3>Titre à part</h3>
<p>
Indiquez des informations supplémentaires à l'aide de cette zone.
</p>
<ul>
<ul>
<li>@Html.ActionLink("Accueil", "Index", "Home")</li>
<li>@Html.ActionLink("Importer", "Importer", "Home")</li>
<li>@Html.ActionLink("Contact", "Contact", "Home")</li>
Expand Down

0 comments on commit c2a46dc

Please sign in to comment.