Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle012 committed Aug 17, 2024
1 parent 0f12b88 commit efaaf2b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions project1/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,17 @@
<header>
<h1>Project 1: [Project Name]</h1>
</header>

<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project1.html">Project 1</a></li>
<!-- Add more project links -->
</ul>
</nav>

<main>
<section>
<h2>About the Project</h2>
<p>[Detailed description of the project]</p>
<h2>Screenshots</h2>
<img src="[project1/screenshot1.png]" alt="Screenshot 1">
<img src="project1/screenshot1.png" alt="Screenshot 1">

<h2>Download</h2>
<a href="[project1/MySite.apk]" download>Download APK</a>
<a href="project1/MySite.apk" download>Download APK</a>
<h2>Open source!</h2>
<a href="[project1/MySite.aia]" download>Download AIA</a>
<a href="project1/MySite.aia" download>Download AIA</a>
</section>
</main>

Expand Down

0 comments on commit efaaf2b

Please sign in to comment.